====== Bar Range ====== FIXME ===== Parameters ===== **Logical rules for Opening Logic Condition slot.** * Bar Range rises; * Bar Range falls; * Bar Range is higher than the Level line; * Bar Range is lower than the Level line; **Logical rules for Closing Logic Condition slot.** * Bar Range rises; * Bar Range falls; * Bar Range is higher than the Level line; * Bar Range is lower than the Level line; **List box parameters** **Numeric box parameters** * **Number of bars** (1). The number of bars to calculate the range. Minimum: 1, Maximum: 200. * **Level** (0). A critical level (for the appropriate logic). Minimum: 0, Maximum: 5000. ===== Implementation ===== C# source code: [[https://github.com/PopovMP/FSB_Pro_Indicators/blob/master/Indicators/Store/BarRange.cs|Bar Range]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/BarRange.mqh|Bar Range]].