[COLOR=#add8e6]
protected override void OnBarUpdate()
[/COLOR][COLOR=#000000]{[/COLOR]
[COLOR=#000000]if ( (Open[1]-Close[1])>0)
{
Draw.Dot(this, "D", true, 0 , Low[0]-TickSize, Brushes.Red);
[/COLOR]
[COLOR=#000000]}[/COLOR]
How i must do to solve it? (i want to plot all bar in historic)

Comment