Indicators

easeOfMovement

The Ease of Movement (EOM) is a volume-based indicator that measures the relationship between volume and price change. Positive values indicate that price is rising with relative ease, while negative values indicate that price is falling with relative ease.

easeOfMovement (tick)

The Ease of Movement (EOM) is a volume-based indicator that measures the relationship between volume and price change. Positive values indicate that price is rising with relative ease, while negative values indicate that price is falling with relative ease.

Input parameters

PropTypeDefaultDescription
minutes*number60The lookback period in minutes

SQL example

TICK easeOfMovement WITH minutes=60 > 0.5 THEN order SET size=100, price=51.00, transmit=true

On this page