Indicators

trin

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.

trin (tick)

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.

Input parameters

PropTypeDefaultDescription
minutes*number20The lookback period in minutes
periodnumber10Period for smoothing the TRIN value

SQL example

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

On this page