====== Bulls Power ====== FIXME ===== Parameters ===== **Logical rules for Opening Logic Condition slot.** * Bulls Power rises; * Bulls Power falls; * Bulls Power is higher than the Level line; * Bulls Power is lower than the Level line; * Bulls Power crosses the Level line upward; * Bulls Power crosses the Level line downward; * Bulls Power changes its direction upward; * Bulls Power changes its direction downward; **Logical rules for Closing Logic Condition slot.** * Bulls Power rises; * Bulls Power falls; * Bulls Power is higher than the Level line; * Bulls Power is lower than the Level line; * Bulls Power crosses the Level line upward; * Bulls Power crosses the Level line downward; * Bulls Power changes its direction upward; * Bulls Power changes its direction downward; **List box parameters** * **Smoothing method** (Exponential). The Moving Average method used for smoothing the Bulls Power value. Options: Simple, Weighted, Exponential, Smoothed. **Numeric box parameters** * **Smoothing period** (13). The period of smoothing of the Bulls Power value. 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/BullsPower.cs|Bulls Power]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/BullsPower.mqh|Bulls Power]].