Hello,
I want to show a trailing stop above a moving average with green dots.
How can I do that?
I tried this drawShape( Shape.CIRCLE, high(0) , Color.green );
but it puts the dots at the top of the screen.
I want to show a trailing stop above a moving average with green dots.
How can I do that?
I tried this drawShape( Shape.CIRCLE, high(0) , Color.green );
but it puts the dots at the top of the screen.
Comment