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