MOMENTUM & OSCILLATORS

Awesome oscillator

A simple momentum gauge: is the recent market pushing harder than the wider market?

spec id: aofast (default 5) · slow (default 34)

What does Awesome oscillator measure?

A simple momentum gauge: is the recent market pushing harder than the wider market? Above zero reads as buyers in charge, below zero as sellers.

How is Awesome oscillator calculated?

Take each candle's midpoint (high plus low, halved). Average that over the last 5 candles, average it again over the last 34, and subtract the slow from the fast.

Written by reading the engine’s real computation, not a textbook — where the two differ, the page describes what actually runs.

How do I use Awesome oscillator in a bot?

In the builder, add an indicator of type ao (parameters: fast, default 5; slow, default 34). Its value becomes an operand you can compare in any entry or exit rule. The engine grades the whole rule honestly: real fills, no look-ahead, half the history held back.

Related indicators

Or browse all 158 indicators in the full library.

Build a bot that trades on Awesome oscillator — the first backtest is free.

Run a free backtest