====== Previous High Low ====== FIXME ===== Parameters ===== **Logical rules for Opening Point of the Position slot.** * Enter long at the previous high; * Enter long at the previous low; **Logical rules for Opening Logic Condition slot.** * The position opens above the previous high; * The position opens below the previous high; * The position opens above the previous low; * The position opens below the previous low; **Logical rules for Closing Point of the Position slot.** * Exit long at the previous high; * Exit long at the previous low; **Logical rules for Closing Logic Condition slot.** * The bar closes above the previous high; * The bar closes below the previous high; * The bar closes above the previous low; * The bar closes below the previous low; **List box parameters** * **Base price** (High and Low). Used price from the indicator. Options: High and Low. **Numeric box parameters** * **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/PreviousHighLow.cs|Previous High Low]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/PreviousHighLow.mqh|Previous High Low]].