Hello,
I have been trying to code an ATR based stop loss, but so far I have not been able to do it. I am now wondering if it is possible at all.
Basically, I just want that, after the conditions are met, the order is open and its stop loss is also created according to the value of 3 times the ATR.
Condition1 = Close[1]> Average[24]
IF Condition1 THEN BUY 1 CONTRACTS AT MARKET Endif
X=(AverageTrueRange[10](close))*3
SET STOP LOSS X
I tryed this and it did not work out:Anybody has any ideas?
I deleted your duplicate post in the spanish support forum.
Topic moved to ProOrder forum as it is a strategy related question and not an indicator related question which is what the ProBuilder forum is for.
So that is double posting and not posting in the correct forum. It’s a good thing we don’t operate a two strikes and your out policy here! 🙂