ATR Stoploss Not Triggering
-
Please help I'm trying to set ATR value as SL but it seems not be working. Did I perhaps miss something?

-
Check your ATR value, it might be very small like 0.002 or even less so multiply it by 1.5 is probably not enough to get near the actual price value. For example in my case : my ATR value was 0.0005 (on one minute time frame) and I wanted to transform it in 15 pips (using a SL in fixed pips) so I multiply it by 30 000. And I used another formula block to do so, but maybe its working in the "adjust" part, I don't know that one...
-
@pickay this way

-
Thanks a lot for the help. It works 100%

-
@ambrogio
Thanks a lot for the help. It works 100%
-
Hi @ambrogio.
What is *c::SL / *c::TP for?
How does it work? -
@biztet said in ATR Stoploss Not Triggering:
Hi @ambrogio.
What is *c::SL / *c::TP for?
How does it work?SL and TP are constants in your constant list. If you put in the field *right click constant name , after save the block you will see that.
-
Oh, the :: link the * operation with constant value, right? Ok, understood. Thank you @ambrogio .
-
@biztet you're welcome