====== ATR Stop ====== FIXME ===== Parameters ===== **Logical rules for Closing Point of the Position slot.** * Exit at ATR Stop level; **List box parameters** * **Smoothing method** (Simple). The Moving Average method used for smoothing the ATR. Options: Simple, Weighted, Exponential, Smoothed. * **Base price** (Bar range). ATR uses the range of the current bar Options: Bar range. **Numeric box parameters** * **Smoothing period** (14). The period of ATR smoothing. Minimum: 1, Maximum: 200. * **Multiplier** (2). Determines the stop level. Minimum: 1, Maximum: 10. ===== Implementation ===== C# source code: [[https://github.com/PopovMP/FSB_Pro_Indicators/blob/master/Indicators/Store/ATRStop.cs|ATR Stop]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/ATRStop.mqh|ATR Stop]].