Indicators

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

PropTypeDefaultDescription
minutes*number20The lookback period in minutes
periodnumber14Period for ADX calculation

SQL example

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

On this page