I was wondering if anyone could help me with a programming challenge. In one of my .efs definitions, I have this line that is used to draw a blue circle onto the chart as a trading signal:
"drawShapeRelative(0, low(0) - offset, Shape.CIRCLE, null , Color.blue , Shape.BOTTOM | Shape.ONTOP | Shape.RIGHT);"
First, how can I affect the size of the circle it draws? For example, make it bigger or smaller?
Second, how can I add a line of code to the program that writes the word "Buy" below this circle?
I would appreciate any suggestions here. TIA..
"drawShapeRelative(0, low(0) - offset, Shape.CIRCLE, null , Color.blue , Shape.BOTTOM | Shape.ONTOP | Shape.RIGHT);"
First, how can I affect the size of the circle it draws? For example, make it bigger or smaller?
Second, how can I add a line of code to the program that writes the word "Buy" below this circle?
I would appreciate any suggestions here. TIA..
Comment