====== Entry Hour ====== FIXME ===== Parameters ===== **Logical rules for Opening Point of the Position slot.** * Enter the market at the specified hour; **List box parameters** * **Base price** (Open). The execution price of all entry orders. Options: Open. **Numeric box parameters** * **Entry hour** (0). The position's opening hour. Minimum: 0, Maximum: 23. * **Entry minutes** (0). The position's opening minute. Minimum: 0, Maximum: 59. ===== Implementation ===== C# source code: [[https://github.com/PopovMP/FSB_Pro_Indicators/blob/master/Indicators/Store/EntryHour.cs|Entry Hour]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/EntryHour.mqh|Entry Hour]].