====== Previous Bar Opening ====== FIXME ===== Parameters ===== **Logical rules for Opening Point of the Position slot.** * Enter the market at the previous Bar Opening; **Logical rules for Opening Logic Condition slot.** * The bar opens above the previous Bar Opening; * The bar opens below the previous Bar Opening; * The position opens above the previous Bar Opening; * The position opens below the previous Bar Opening; **Logical rules for Closing Point of the Position slot.** * Exit the market at the previous Bar Opening; **Logical rules for Closing Logic Condition slot.** * The bar closes above the previous Bar Opening; * The bar closes below the previous Bar Opening; **List box parameters** * **Base price** (Previous Bar Opening). Used price from the indicator. Options: Previous Bar Opening. **Numeric box parameters** ===== Implementation ===== C# source code: [[https://github.com/PopovMP/FSB_Pro_Indicators/blob/master/Indicators/Store/PreviousBarOpening.cs|Previous Bar Opening]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/PreviousBarOpening.mqh|Previous Bar Opening]].