I am using a tick chart and when a condition becomes true I want to draw a
dot on the current bar at the current price.
I am using:
DrawDot("LogicDot", true, 0, Median[0],Color.Blue);
I am also logging the condition went true and playing a sound. The logging
and sound is working.
The dot is not drawn at the current price or the median price on the active bar.
It appears to draw on the bar the strategy was made active and that can be 10 or more bars earlier.
What am I doing wrong?
Ciao,
Mark

Comment