Horizontal lines are not stoping
-
Hello,
I am trying to draw the lines on highest and lowest price of N number of candles and it is drawing perfectly. But on each new candle line start moving if new candle form a new high.How to stop it. it has to be there where it was drawn initially.
-
Add a shared link to see how you have things set, probably stop redrawing, and draw once per bar
-
@jstap Thank you for responding. Please check the below project link shared/X2seiq6sd
I am not able to share the link, dont know if I am doing something wrong -
To share a link open in your web browser, and copy/past your address bar.
No lines can draw under a if trade, these blocks are for working with an already placed trade:

-
@jstap https://fxdreema.com/shared/oy5cTCWhe
This is what I have done
-
as i said and showed in my picture under the if trade will stop all blocks below running... how is that supposed to do anything if no trade is placed...when testing how things work the less used blocks the better...if this is just part of a larger project say what this is doing and why
-
It is the part of project, it has to draw the lines depending on group of trades.
It has to draw lines when there is a particular percentage of drawdown level is reached and those active trades are categorized to a particular group and after drawing the lines further trades will fall into other group.
Thats why I used IF POSITION for group 6 (Trades Before Drawing lines) and NO POSITION for group 13 (Trades to be open after lines)