====== RSI ====== FIXME ===== Parameters ===== **Logical rules for Opening Logic Condition slot.** * RSI rises; * RSI falls; * RSI is higher than the Level line; * RSI is lower than the Level line; * RSI crosses the Level line upward; * RSI crosses the Level line downward; * RSI changes its direction upward; * RSI changes its direction downward; **Logical rules for Closing Logic Condition slot.** * RSI rises; * RSI falls; * RSI is higher than the Level line; * RSI is lower than the Level line; * RSI crosses the Level line upward; * RSI crosses the Level line downward; * RSI changes its direction upward; * RSI changes its direction downward; **List box parameters** * **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** * **Smoothing period** (14). The period of smoothing of RSI value. Minimum: 1, Maximum: 200. * **Level** (30). A critical level (for the appropriate logic). Minimum: 0, Maximum: 100. ===== Implementation ===== C# source code: [[https://github.com/PopovMP/FSB_Pro_Indicators/blob/master/Indicators/Store/RSI.cs|RSI]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/RSI.mqh|RSI]].