Indicators

volumeweightedrsi

Volume Weighted RSI (VWRSI) is a momentum oscillator that combines the traditional RSI with volume data. It gives more weight to price movements that occur with higher volume, making it more sensitive to significant market moves.

volumeweightedrsi (tick)

Volume Weighted RSI (VWRSI) is a momentum oscillator that combines the traditional RSI with volume data. It gives more weight to price movements that occur with higher volume, making it more sensitive to significant market moves.

Input parameters

PropTypeDefaultDescription
minutes*number20The lookback period in minutes
periodnumber14RSI calculation period

SQL example

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

On this page