====== Data Bars Filter ====== FIXME ===== Parameters ===== **Logical rules for Opening Logic Condition slot.** * Do not use the newest bars; * Do not use the oldest bars; * Do not use the newest bars and oldest bars; * Use the newest bars only; * Use the oldest bars only; **List box parameters** **Numeric box parameters** * **Newest bars** (1000). The number of newest bars. Minimum: 0, Maximum: 50000. * **Oldest bars** (0). The number of oldest bars. Minimum: 0, Maximum: 50000. ===== Implementation ===== C# source code: [[https://github.com/PopovMP/FSB_Pro_Indicators/blob/master/Indicators/Store/DataBarsFilter.cs|Data Bars Filter]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/DataBarsFilter.mqh|Data Bars Filter]].