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