Indicators

asi

Accumulation Swing Index (ASI) is a momentum indicator that uses price and volume to identify potential trend reversals. It helps traders identify the real market direction by filtering out the noise and focusing on significant price movements.

asi (tick)

Accumulation Swing Index (ASI) is a momentum indicator that uses price and volume to identify potential trend reversals. It helps traders identify the real market direction by filtering out the noise and focusing on significant price movements.

Input parameters

PropTypeDefaultDescription
minutes*number20The lookback period in minutes
limitMovenumber0.5Limit move value to cap the swing index

SQL example

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

On this page