====== Bar Closing ====== FIXME ===== Parameters ===== **Logical rules for Opening Point of the Position slot.** * Enter the market at the end of the bar; **Logical rules for Closing Point of the Position slot.** * Exit the market at the end of the bar; **List box parameters** * **Base price** (Close). Indicator opens or closes a position at Close price. Options: Close. **Numeric box parameters** ===== Implementation ===== C# source code: [[https://github.com/PopovMP/FSB_Pro_Indicators/blob/master/Indicators/Store/BarClosing.cs|Bar Closing]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/BarClosing.mqh|Bar Closing]].