adxr
Average Directional Movement Rating (ADXR) is a smoothed version of ADX that helps confirm trend strength. It is calculated as the average of the current ADX and the ADX from a specified number of periods ago.
adxr (tick)
Average Directional Movement Rating (ADXR) is a smoothed version of ADX that helps confirm trend strength. It is calculated as the average of the current ADX and the ADX from a specified number of periods ago.
Input parameters
| Prop | Type | Default | Description |
|---|---|---|---|
minutes* | number | 20 | The lookback period in minutes |
period | number | 14 | Period for ADX calculation |
SQL example
TICK adxr WITH minutes=20 > 0 THEN order SET size=100, price=51.00, transmit=truetrin
Arms Index (TRIN) is a volume-based indicator that measures the relationship between advancing and declining stocks. It helps identify overbought and oversold conditions in the market.
cmo
Chande Momentum Oscillator (CMO) is a momentum oscillator that measures the difference between upward and downward price movements. It helps identify overbought and oversold conditions and potential trend reversals.