====== Day Closing 2 ====== FIXME ===== Parameters ===== **Logical rules for Closing Point of the Position slot.** * Exit the market at the end of the day; **List box parameters** * **Base price** (Close). Indicator closes a position at Close price. Options: Close. **Numeric box parameters** * **Day close hour** (23). The hour we want to close at. Minimum: 0, Maximum: 23. * **Day close min** (59). The minutes of the closing hour Minimum: 0, Maximum: 59. * **Friday close hour** (19). The hour we want to close at on Friday. Minimum: 0, Maximum: 23. * **Friday close min** (59). The minutes of the closing hour Minimum: 0, Maximum: 59. ===== Implementation ===== C# source code: [[https://github.com/PopovMP/FSB_Pro_Indicators/blob/master/Indicators/Store/DayClosing2.cs|Day Closing 2]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/DayClosing2.mqh|Day Closing 2]].