====== Date Filter ====== FIXME ===== Parameters ===== **Logical rules for Opening Logic Condition slot.** * Do not open positions before; * Do not open positions after; **List box parameters** **Numeric box parameters** * **Year** (2000). The year. Minimum: 1900, Maximum: 2100. * **Month** (1). The month. Minimum: 1, Maximum: 12. ===== Implementation ===== C# source code: [[https://github.com/PopovMP/FSB_Pro_Indicators/blob/master/Indicators/Store/DateFilter.cs|Date Filter]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/DateFilter.mqh|Date Filter]].