====== Stop Limit ====== FIXME ===== Parameters ===== **Logical rules for Closing Point of the Position slot.** * Exit at Stop Loss or at Take Profit; **List box parameters** **Numeric box parameters** * **Stop Loss** (200). Stop Loss value in points. Minimum: 5, Maximum: 5000. * **Take Profit** (200). Take Profit value in points. Minimum: 5, Maximum: 5000. ===== Implementation ===== C# source code: [[https://github.com/PopovMP/FSB_Pro_Indicators/blob/master/Indicators/Store/StopLimit.cs|Stop Limit]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/StopLimit.mqh|Stop Limit]].