====== BBP MA Oscillator ====== FIXME ===== Parameters ===== **Logical rules for Opening Logic Condition slot.** * BBP MA Oscillator rises; * BBP MA Oscillator falls; * BBP MA Oscillator is higher than the zero line; * BBP MA Oscillator is lower than the zero line; * BBP MA Oscillator crosses the zero line upward; * BBP MA Oscillator crosses the zero line downward; * BBP MA Oscillator changes its direction upward; * BBP MA Oscillator changes its direction downward; **Logical rules for Closing Logic Condition slot.** * BBP MA Oscillator rises; * BBP MA Oscillator falls; * BBP MA Oscillator is higher than the zero line; * BBP MA Oscillator is lower than the zero line; * BBP MA Oscillator crosses the zero line upward; * BBP MA Oscillator crosses the zero line downward; * BBP MA Oscillator changes its direction upward; * BBP MA Oscillator changes its direction downward; **List box parameters** * **Smoothing method** (Simple). The Moving Average method used for smoothing the Bulls Bears Power 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. **Numeric box parameters** * **BBP period** (13). The period of BBP. Minimum: 1, Maximum: 200. * **Signal line period** (13). The period of signal line. Minimum: 1, Maximum: 200. ===== Implementation ===== C# source code: [[https://github.com/PopovMP/FSB_Pro_Indicators/blob/master/Indicators/Store/BBPMAOscillator.cs|BBP MA Oscillator]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/BBPMAOscillator.mqh|BBP MA Oscillator]].