====== Relative Vigor Index ====== FIXME ===== Parameters ===== **Logical rules for Opening Logic Condition slot.** * RVI line rises; * RVI line falls; * RVI line is higher than zero; * RVI line is lower than zero; * RVI line crosses the zero line upward; * RVI line crosses the zero line downward; * RVI line changes its direction upward; * RVI line changes its direction downward; * RVI line crosses the Signal line upward; * RVI line crosses the Signal line downward; * RVI line is higher than the Signal line; * RVI line is lower than the Signal line; **Logical rules for Closing Logic Condition slot.** * RVI line rises; * RVI line falls; * RVI line is higher than zero; * RVI line is lower than zero; * RVI line crosses the zero line upward; * RVI line crosses the zero line downward; * RVI line changes its direction upward; * RVI line changes its direction downward; * RVI line crosses the Signal line upward; * RVI line crosses the Signal line downward; * RVI line is higher than the Signal line; * RVI line is lower than the Signal line; **List box parameters** **Numeric box parameters** * **RVI period** (10). The period of Slow MA. Minimum: 1, Maximum: 200. ===== Implementation ===== C# source code: [[https://github.com/PopovMP/FSB_Pro_Indicators/blob/master/Indicators/Store/RelativeVigorIndex.cs|Relative Vigor Index]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/RelativeVigorIndex.mqh|Relative Vigor Index]].