Indicators
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.
awesomeOscillator (tick)
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.
Input parameters
| Prop | Type | Default | Description |
|---|---|---|---|
minutes* | number | 60 | The lookback period in minutes |
fastPeriod | number | 5 | The period for the fast moving average |
slowPeriod | number | 34 | The period for the slow moving average |
SQL example
TICK awesomeOscillator WITH minutes=60, fastPeriod=5, slowPeriod=34 > 0 THEN order SET size=100, price=51.00, transmit=true