Hi,
I'm trying to draw circles on a chart to no avail. The circles could be drawn for any scenario, like price of this daily bar greater than the price of the last daily bar. I have the line:
CODE:
Please log in to see this code.
The above means to me that I want to draw a circle in the price pane, radius 200 (I exaggerated the values to see if that would change anything), on the current bar, don't know what 'double value' represents, with an outline and fill of blue, solid line, width of 100, and behind bars as true.
I printed a debug message every time my specific conditional was hit and saw those messages in the log, so I know the conditional is getting hit, but the circles aren't being drawn either way.
Any help is appreciated.