Dear all,

I wanted to know if someone could point me into the right direction regarding plots.

After building my consolidator i would like to plot candlesticks however self.Plot

only accepts one doule as value input according to the documention.

 

Here is a snippet of my code:

# in Initialize MyPlot = Chart("MyPlot") MyPlot.AddSeries(Series("Price", SeriesType.Candle, 0)) self.AddChart(MyPlot) # after each bar has completed self.Plot("MyPlot,...,value)

Thanks in advance,

Happy Thursday

Author