adx
The Average Directional Index (ADX) measures the strength of a trend. Values above 25 indicate a strong trend, while values below 20 indicate a weak trend.
adx (tick)
The Average Directional Index (ADX) measures the strength of a trend. Values above 25 indicate a strong trend, while values below 20 indicate a weak trend.
Input parameters
| Prop | Type | Default | Description |
|---|---|---|---|
minutes* | number | 60 | The lookback period in minutes |
SQL example
TICK adx WITH minutes=60 > 25 THEN order SET size=100, price=51.00, transmit=trueadl
Accumulation/Distribution Line (ADL) is a volume-based indicator that measures cumulative money flow into and out of a security. It helps identify divergences between price and volume, with rising ADL suggesting accumulation (buying pressure) and falling ADL suggesting distribution (selling pressure).
adxPlusDI
The Positive Directional Indicator (+DI) measures the strength of upward price movement. When +DI crosses above -DI, it may signal a potential uptrend.