====== RSI 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** * **RSI smoothing method** (Smoothed). The Moving Average method used for smoothing RSI value. Options: Simple, Weighted, Exponential, Smoothed. * **Base price** (Close). The price RSI is based on. Options: Open, High, Low, Close, Median, Typical, Weighted. **Numeric box parameters** * **RSI Smoothing period** (14). The period of smoothing of RSI value. Minimum: 1, Maximum: 200. * **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/RSIConvergenceDivergence.cs|RSI Convergence Divergence]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/RSIConvergenceDivergence.mqh|RSI Convergence Divergence]].