====== MA Oscillator ====== FIXME ===== Parameters ===== **Logical rules for Opening Logic Condition slot.** * MA Oscillator rises; * MA Oscillator falls; * MA Oscillator is higher than the Level line; * MA Oscillator is lower than the Level line; * MA Oscillator crosses the Level line upward; * MA Oscillator crosses the Level line downward; * MA Oscillator changes its direction upward; * MA Oscillator changes its direction downward; **Logical rules for Closing Logic Condition slot.** * MA Oscillator rises; * MA Oscillator falls; * MA Oscillator is higher than the Level line; * MA Oscillator is lower than the Level line; * MA Oscillator crosses the Level line upward; * MA Oscillator crosses the Level line downward; * MA Oscillator changes its direction upward; * MA Oscillator changes its direction downward; **List box parameters** * **Smoothing method** (Simple). The method used for smoothing the both Moving Averages. Options: Simple, Weighted, Exponential, Smoothed. * **Base price** (Close). The price the both Moving Averages are based on. Options: Open, High, Low, Close, Median, Typical, Weighted. **Numeric box parameters** * **Fast MA period** (13). The period of Fast MA. Minimum: 1, Maximum: 200. * **Slow MA period** (21). The period of Slow MA. Minimum: 1, Maximum: 200. * **Level** (0). A critical level (for the appropriate logic). Minimum: -100, Maximum: 100. ===== Implementation ===== C# source code: [[https://github.com/PopovMP/FSB_Pro_Indicators/blob/master/Indicators/Store/MAOscillator.cs|MA Oscillator]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/MAOscillator.mqh|MA Oscillator]].