Dear experts:
I hope that one of you can help me position a shape on the screen a bit better. I use the following command to place a shape on the display:
drawShapeRelative(-2, high(-2) + (high(-2) / 200), Shape.UPARROW,"", Color.lime, Shape.TOP, "");
The placement is a little off because I tried to position the shape away from the price bar a bit using a relative offset (high()/200). I cannot seem to determine a way to scale an absolute offset. Can anyone please help me understand how to position my shape just a bit above/bellow the bar in a way that does not vary from chart to chart?
Thanks;
Burt
I hope that one of you can help me position a shape on the screen a bit better. I use the following command to place a shape on the display:
drawShapeRelative(-2, high(-2) + (high(-2) / 200), Shape.UPARROW,"", Color.lime, Shape.TOP, "");
The placement is a little off because I tried to position the shape away from the price bar a bit using a relative offset (high()/200). I cannot seem to determine a way to scale an absolute offset. Can anyone please help me understand how to position my shape just a bit above/bellow the bar in a way that does not vary from chart to chart?
Thanks;
Burt
Comment