@jstap said in Urgent: ATR Stop Loss values wrong:
The 0 on the end is the candle ID (is called offset, a lot of code has it) set it to whatever candle you want the range to start from. The 0 at the start is the timeframe, 0=current, on MT4 you can use a int number, MT5 you need to use code like PERIOD_CURRENT
well! thank you for explanation