Support Board
Date/Time: Wed, 05 Mar 2025 04:32:26 +0000
Post From: [Spreadsheet Trading] How to lock TP & SL targets to the ATR at that time?
[2022-01-07 04:28:07] |
Sawtooth - Posts: 4179 |
How do I set it so that the TP and SL is locked to the ATR of the candle when the trade was entered?
You need to create a persistent variable of the ATR at the signal candle, like this:=IF(K3,AC3,P4) where the above formula is in P3. Then use this exit formula: =OR(E3>=($J$9+(4*P3)),E3<=($J$9-(2*P3))) |