Zig Zag Indicator - Draw New Line after No Trade
-
I have managed to draw a line at the Zig Zag Resistance Value when the EA starts (plotted the Resistance Value as a Variable) then deleted it when the trade closes.
I am trying to re-draw the line after the trade closes at the new relevant resistance value (after the trade closes of course) but this seems impossible.
Please help.
-
I've tried no trade blocks, counters, re-plotting in the "on chart" tab...all sorts!
-
Add a shared link to look at
-
-
You have this under a buy/sell block? Try drawing on the on trade tab.
-
@jstap The buy/sell PENDING orders pick up the values from the Support and Resistance line values, redrawn as T4 (The Resistance Value) and T1 (The Support Value)
Pending orders are offset from T4 and T1 and T4, T1 are deleted to make way for a new trade and new values!
After trades are closed or pending orders are deleted I want to RE-DRAW T4 and T1
I'm simply trying to re-draw the support and resistance values as individual lines once there are no more trades
-
@jstap If I remove the once per object blocks...T4 and T1 are in par with support and resistance values and change with them.
If I have it as is currently, T4 and T1 are deleted but for some strange reason are never re-drawn EVEN THOUGH I have a no trade block above it!