atr
The Average True Range (ATR) is a volatility indicator that measures market volatility by decomposing the entire range of an asset price for a period. Higher ATR values indicate higher volatility, while lower values indicate lower volatility.
atr (tick)
The Average True Range (ATR) is a volatility indicator that measures market volatility by decomposing the entire range of an asset price for a period. Higher ATR values indicate higher volatility, while lower values indicate lower volatility.
Input parameters
| Prop | Type | Default | Description |
|---|---|---|---|
minutes* | number | 60 | The lookback period in minutes |
SQL example
TICK atr WITH minutes=60 > 2.5 THEN order SET size=100, price=51.00, transmit=trueadxMinusDI
The Negative Directional Indicator (-DI) measures the strength of downward price movement. When -DI crosses above +DI, it may signal a potential downtrend.
awesomeOscillator
The Awesome Oscillator (AO) is a momentum indicator that shows the difference between a fast and slow moving average. It helps identify market momentum and potential trend changes. Positive values indicate upward momentum, while negative values indicate downward momentum.