Indicators

rvi

Relative Vigor Index (RVI) is a momentum oscillator that measures the conviction of a current price trend by comparing a security's closing price to its trading range while smoothing the results using a simple moving average. It helps identify potential trend reversals and overbought/oversold conditions.

rvi (tick)

Relative Vigor Index (RVI) is a momentum oscillator that measures the conviction of a current price trend by comparing a security's closing price to its trading range while smoothing the results using a simple moving average. It helps identify potential trend reversals and overbought/oversold conditions.

Input parameters

PropTypeDefaultDescription
minutes*number20The lookback period in minutes
periodnumber10Period for the moving average

SQL example

TICK rvi WITH minutes=20 > 0 THEN order SET size=100, price=51.00, transmit=true

On this page