====== N Bars Exit ====== FIXME ===== Parameters ===== **Logical rules for Closing Logic Condition slot.** * Exit N Bars after entry; **List box parameters** **Numeric box parameters** * **N Bars** (10). The number of bars after entry to exit the position. Minimum: 1, Maximum: 10000. ===== Implementation ===== C# source code: [[https://github.com/PopovMP/FSB_Pro_Indicators/blob/master/Indicators/Store/NBarsExit.cs|N Bars Exit]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/NBarsExit.mqh|N Bars Exit]].