====== Awesome Oscillator ====== FIXME ===== Parameters ===== **Logical rules for Opening Logic Condition slot.** * AO rises; * AO falls; * AO is higher than the Level line; * AO is lower than the Level line; * AO crosses the Level line upward; * AO crosses the Level line downward; * AO changes its direction upward; * AO changes its direction downward; **Logical rules for Closing Logic Condition slot.** * AO rises; * AO falls; * AO is higher than the Level line; * AO is lower than the Level line; * AO crosses the Level line upward; * AO crosses the Level line downward; * AO changes its direction upward; * AO changes its direction downward; **List box parameters** * **Smoothing method** (Simple). The Moving Average method used for smoothing the values. 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. * **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/AwesomeOscillator.cs|Awesome Oscillator]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/AwesomeOscillator.mqh|Awesome Oscillator]].