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
| Prop | Type | Default | Description |
|---|---|---|---|
minutes* | number | 20 | The lookback period in minutes |
period | number | 14 | RSI calculation period |
SQL example
TICK volumeweightedrsi WITH minutes=20 > 70 THEN order SET size=100, price=51.00, transmit=truepricechannelindex
Price Channel Index (PCI) is a momentum oscillator that measures the current price relative to its price channel. It helps identify overbought and oversold conditions and potential trend reversals.
massindex
Mass Index identifies trend reversals by analyzing the range expansion and contraction of price movements. It helps spot potential breakouts and reversals.