====== CCI Convergence Divergence ====== FIXME ===== Parameters ===== **Logical rules for Opening Logic Condition slot.** * Convergence; * Divergence; **Logical rules for Closing Logic Condition slot.** * Convergence; * Divergence; **List box parameters** * **CCI smoothing method** (Simple). The Moving Average method used for smoothing CCI value. Options: Simple, Weighted, Exponential, Smoothed. * **Base price** (Typical). The price the indicator is based on. Options: Open, High, Low, Close, Median, Typical, Weighted. **Numeric box parameters** * **CCI Smoothing period** (14). The period of smoothing of CCI value. Minimum: 1, Maximum: 200. * **CCI Multiplier** (0.015). The multiplier value. Minimum: 0, Maximum: 1. * **Reference MA period** (14). Convergence/divergence reference MA period. Minimum: 1, Maximum: 200. ===== Implementation ===== C# source code: [[https://github.com/PopovMP/FSB_Pro_Indicators/blob/master/Indicators/Store/CCIConvergenceDivergence.cs|CCI Convergence Divergence]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/CCIConvergenceDivergence.mqh|CCI Convergence Divergence]].