MQL4 Reference Technical Indicators iRVI
iRVICalculates the Relative Vigor Index indicator and returns its value.
Parameters symbol [in] Symbol name on the data of which the indicator will be calculated. NULL means the current symbol. timeframe [in] Timeframe. It can be any of ENUM_TIMEFRAMES enumeration values. 0 means the current chart timeframe. period [in] Averaging period for calculation. mode [in] Indicator line index. It can be any of Indicators line identifiers enumeration value. shift [in] Index of the value taken from the indicator buffer (shift relative to the current bar the given amount of periods ago). Returned value Numerical value of the Relative Vigor Index indicator. Example:
|