====== Momentum MA Oscillator ====== FIXME ===== Parameters ===== **Logical rules for Opening Logic Condition slot.** * Oscillator rises; * Oscillator falls; * Oscillator is higher than the zero line; * Oscillator is lower than the zero line; * Oscillator crosses the zero line upward; * Oscillator crosses the zero line downward; * Oscillator changes its direction upward; * Oscillator changes its direction downward; **Logical rules for Closing Logic Condition slot.** * Oscillator rises; * Oscillator falls; * Oscillator is higher than the zero line; * Oscillator is lower than the zero line; * Oscillator crosses the zero line upward; * Oscillator crosses the zero line downward; * Oscillator changes its direction upward; * Oscillator changes its direction downward; **List box parameters** * **Smoothing method** (Simple). The Moving Average method used for smoothing the Momentum value. Options: Simple, Weighted, Exponential, Smoothed. * **Signal line method** (Exponential). The Moving Average method used for smoothing the signal line. Options: Simple, Weighted, Exponential, Smoothed. * **Base price** (Close). The price the Momentum is based on. Options: Open, High, Low, Close, Median, Typical, Weighted. **Numeric box parameters** * **Momentum period** (10). The period of Momentum. Minimum: 1, Maximum: 200. * **Signal line period** (14). The period of signal line. Minimum: 1, Maximum: 200. ===== Implementation ===== C# source code: [[https://github.com/PopovMP/FSB_Pro_Indicators/blob/master/Indicators/Store/MomentumMAOscillator.cs|Momentum MA Oscillator]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/MomentumMAOscillator.mqh|Momentum MA Oscillator]].