====== Exit Time ====== FIXME ===== Parameters ===== **Logical rules for Closing Logic Condition slot.** * Exit the market at a specified time; **List box parameters** **Numeric box parameters** * **Exit hour** (0). The hour component of the exit time. Minimum: 0, Maximum: 23. * **Exit minute** (0). The minutes component of the exit time. Minimum: 0, Maximum: 59. ===== Implementation ===== C# source code: [[https://github.com/PopovMP/FSB_Pro_Indicators/blob/master/Indicators/Store/ExitTime.cs|Exit Time]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/ExitTime.mqh|Exit Time]].