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

PropTypeDefaultDescription
minutes*number60The lookback period in minutes
fastPeriodnumber5The period for the fast moving average
slowPeriodnumber34The 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

On this page