====== Entry Time ====== FIXME ===== Parameters ===== **Logical rules for Opening Logic Condition slot.** * Enter the market between the specified hours; **List box parameters** **Numeric box parameters** * **From hour (incl.)** (0). Beginning of the entry period. Minimum: 0, Maximum: 23. * **From min (incl.)** (0). Beginning of the entry period. Minimum: 0, Maximum: 59. * **Until hour (excl.)** (24). End of the entry period. Minimum: 0, Maximum: 24. * **Until min (excl.)** (0). End of the entry period. Minimum: 0, Maximum: 59. ===== Implementation ===== C# source code: [[https://github.com/PopovMP/FSB_Pro_Indicators/blob/master/Indicators/Store/EntryTime.cs|Entry Time]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/EntryTime.mqh|Entry Time]].