====== ADX ====== FIXME ===== Parameters ===== **Logical rules for Opening Logic Condition slot.** * ADX rises; * ADX falls; * ADX is higher than the Level line; * ADX is lower than the Level line; * ADX crosses the Level line upward; * ADX crosses the Level line downward; * ADX changes its direction upward; * ADX changes its direction downward; **Logical rules for Closing Logic Condition slot.** * ADX rises; * ADX falls; * ADX is higher than the Level line; * ADX is lower than the Level line; * ADX crosses the Level line upward; * ADX crosses the Level line downward; * ADX changes its direction upward; * ADX changes its direction downward; **List box parameters** * **Smoothing method** (Exponential). The Moving Average method used for smoothing the ADX value. Options: Simple, Weighted, Exponential, Smoothed. * **Base price** (Bar range). ADX uses current and previous bar ranges. Options: Bar range. **Numeric box parameters** * **Period** (14). The period of ADX. Minimum: 1, Maximum: 200. * **Level** (0). A critical level (for the appropriate logic). Minimum: 0, Maximum: 100. ===== Implementation ===== C# source code: [[https://github.com/PopovMP/FSB_Pro_Indicators/blob/master/Indicators/Store/ADX.cs|ADX]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/ADX.mqh|ADX]].