Indicators
adl
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).
adl (tick)
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).
Input parameters
| Prop | Type | Default | Description |
|---|---|---|---|
minutes* | number | 14 | The number of minutes to calculate the ADL |
SQL example
TICK adl WITH minutes=14 > 1000000 THEN order SET size=100, price=51.00, transmit=true