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
| Prop | Type | Default | Description |
|---|---|---|---|
minutes* | number | 60 | The lookback period in minutes |
SQL example
TICK easeOfMovement WITH minutes=60 > 0.5 THEN order SET size=100, price=51.00, transmit=truechaikinMoneyFlow
The Chaikin Money Flow (CMF) is a volume-weighted average of accumulation/distribution over a specified period. Positive values indicate buying pressure, while negative values indicate selling pressure.
keltnerMiddle
The Middle Keltner Channel is an exponential moving average that serves as the center line of the Keltner Channels. It helps identify the overall trend direction.