Financial Indicator Chart for WPF

Job ID: 31347263

Budget: $750 – $1,500 USD

Create indicator chart panel which can be embedded in the WPF window, for example:
<WpfPlot x:Name="WpfPlot1"/>

Able to process inputs such as:
IEnumerable<MacdResult> results = quotes.GetMacd(fastPeriods, slowPeriods, signalPeriods);
IEnumerable<RsiResult> results = quotes.GetRsi(lookbackPeriods);