Draw a Rectangle until specific time
-
Hi,
I have a High and Low value. The EA draws the rectangle based on that value.
How to stretch a rectangle until specific time?
Lets say my EA is drawing a rectangle at 1 AM then i want it to stretch from that point until 23:55 server time...how to do it?
-
Do you mean the rectangle is supposed to grow horizontally as time passes by?
-
@l-andorrà Yes, but it should stop after it reaches specified server time
-
The you will have to drawn as many new rectangles (and delete the old ones) as new candles are appearing on the chart up to that time limit. Rectangles cannot 'grow'. They need to be deleted before the new updated one is plotted on the chart.