====== Hourly High Low ====== FIXME ===== Parameters ===== **Logical rules for Opening Point of the Position slot.** * Enter long at the hourly high; * Enter long at the hourly low; **Logical rules for Opening Logic Condition slot.** * The position opens above the hourly high; * The position opens below the hourly high; * The position opens above the hourly low; * The position opens below the hourly low; **Logical rules for Closing Point of the Position slot.** * Exit long at the hourly high; * Exit long at the hourly low; **Logical rules for Closing Logic Condition slot.** * The bar closes above the hourly high; * The bar closes below the hourly high; * The bar closes above the hourly low; * The bar closes below the hourly low; **List box parameters** * **Base price** (High and Low). Used price from the indicator. Options: High and Low. **Numeric box parameters** * **Start hour (incl.)** (0). The starting hour of the period. Minimum: 0, Maximum: 24. * **Start minutes (incl.)** (0). The starting minutes of the period. Minimum: 0, Maximum: 59. * **End hour (excl.)** (24). The ending hour of the period. Minimum: 0, Maximum: 24. * **End minutes (excl.)** (0). The ending minutes of the period. Minimum: 0, Maximum: 59. * **Vertical shift** (0). A vertical shift above the high and below the low price. Minimum: -2000, Maximum: 2000. ===== Implementation ===== C# source code: [[https://github.com/PopovMP/FSB_Pro_Indicators/blob/master/Indicators/Store/HourlyHighLow.cs|Hourly High Low]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/HourlyHighLow.mqh|Hourly High Low]].