Bill Williams MomentumCrossoverHistogram Builder'da mevcut

Awesome Oscillator

The Awesome Oscillator is the gap between a 5-period and a 34-period average of median price, drawn as a two-colour histogram around zero. It has no settings to tune and no signal line — which makes it one of the most directly buildable momentum rules in MT5.

Fixed periods
5 / 34
Centre
Zero line
Inputs
None
Zero — the momentum flipAO — SMA(5) − SMA(34) of median price; colour = higher than the last bar

Örnek amaçlı — sentetik veri, gerçek zamanlı fiyat teklifi değil.

What AO tells you

AO compares the recent momentum of the market to its medium-term momentum by subtracting a slow average of the bar midpoint from a fast one. Above zero the short-term is leading; below zero it is lagging. There is nothing to configure, which removes a whole category of overfitting.

  • Above zero: short-term momentum leads the medium term
  • Below zero: it lags
  • The bar colour reports whether this bar is higher than the last, not the sign
  1. 1 Average median price over 5 bars
  2. 2 Average it over 34 bars
  3. 3 Subtract the slow from the fast
Formülü ve hesaplama detayını göster

The Awesome Oscillator is a difference of two simple averages, computed on the midpoint of each bar:

  1. Take the median price of each bar: MP = (High + Low) / 2.
  2. Compute a 34-period simple moving average of MP, and a 5-period simple moving average of the same series.
  3. Subtract: AO = SMA(MP, 5) − SMA(MP, 34).

The result is published on buffer 0 and drawn as a histogram. MT5 colours each bar by comparing it to the previous one — green when the value rose, red when it fell — which is a separate piece of information from whether the bar is above or below zero.

Every number in that calculation is fixed. iAO accepts only a symbol and a timeframe; there are no period arguments, no applied-price argument, and no signal line. That is unusual in MT5 and it is deliberate: Bill Williams designed AO as a single unambiguous reading of whether short-term momentum is leading or lagging the medium term, and there is nothing in it to tune.

In MQL5 the call is iAO(symbol, period) and it returns a handle to one buffer. Because the output is a raw price difference, its magnitude scales with the instrument — only the sign, the direction of change and the shape carry meaning from one symbol to another.

Sinyaller

AO'in sunduğu farklı ve geri test edilebilir sinyaller — ve her birinin uygun olduğu piyasa koşulu.

Zero-Line Crossover

Builder'da hazır
Koşul
AO crosses above or below zero
En iyi koşul
Trending or turning markets
Tipik kullanım
Flip the momentum bias with a single unambiguous event

Bar Colour Change

Builder'da hazır
Koşul
The histogram stops falling and starts rising, or vice versa
En iyi koşul
Either regime
Tipik kullanım
Read acceleration one step before the zero cross

Saucer

Gelişmiş mantık
Koşul
Three bars on the same side of zero forming a shallow dip and recovery
En iyi koşul
Trend continuation
Tipik kullanım
Join a trend on a pause rather than a reversal

Twin Peaks

Gelişmiş mantık
Koşul
Two peaks on the same side of zero, the second lower
En iyi koşul
Trend exhaustion
Tipik kullanım
Anticipate a stall before price confirms

MT5 uygulaması

MetaTrader 5'in gerçekte hesapladığı ve çizdiği şey — bu sayfadaki her kuralın dayanağı.

Tamponlar

Dizin Tampon MT5'te çizim şekli Ne tutar
0 MAIN_LINE Histogram The AO value — SMA(5) minus SMA(34) of median price. MT5 draws it as a histogram coloured by whether each bar is higher or lower than the one before.

Platform notları

En iyi çalıştığı yer / dikkatli kullanın

Hiçbir gösterge evrensel bir avantaja sahip değildir. AO'in yardımcı olduğu yer — ve yanıltıcı olduğu yer.

En iyi çalıştığı yer

  • Trending markets
  • As a momentum confirmation
  • Higher timeframes
  • When you want zero parameters to fit

Dikkatli kullanın

  • Tight, directionless ranges
  • Comparing AO values across instruments
  • The pattern rules without careful definition
  • AO alone as an entry

AO stratejisi oluştur

Sinyali giriş ve çıkış kurallarına bağlayın, ardından derlenebilir bir MT5 EA dışa aktarın — kod gerektirmez.

  1. Awesome Oscillator
  2. Zero constant
  3. AO crosses above zero and price is above the AMA → Open Buy · SL 50 / TP 100
  4. AO crosses below zero and price is below the AMA → Open Sell

AO'i diğer göstergelerle birleştir

Tek bir gösterge nadiren yeterlidir. Bu eşleştirmeler AO'in kör noktalarını kapsar.

AO + Accelerator Oscillator

  1. AO above zero
  2. AC higher than the previous bar
  3. Buy
Neden
AC is this indicator with its own five-bar average subtracted, so it reports whether the momentum AO is measuring is still building. Requiring AO to be above zero before acting on a rising AC bar separates accelerating within an up move from accelerating out of a down one — the pairing Bill Williams intended
En iyi koşul
Trending

No single-flow template pairs them, though both nodes exist. Start from AC Acceleration + Pitch Trail and add an AO node with a Compare against a Constant of 0 into the same AND gate.

Builder'ı aç →

AO + AMA

  1. AO crosses above zero
  2. Price above the AMA
  3. Buy
Neden
Take the momentum flip only when the adaptive trend line agrees on direction, so a zero cross inside a range is ignored
En iyi koşul
Trending
Bu stratejiyi oluştur →

AO + Alligator

  1. Lips crosses teeth
  2. AO crosses zero
  3. Buy
Neden
Pair Bill Williams' momentum tool with his regime tool, which is how the two were designed to be read together
En iyi koşul
Trend start

No single-flow template pairs AO with the Alligator. Start from AO + AMA and swap the AMA condition for Alligator nodes into a Cross.

Builder'ı aç →

AO + Fractals

  1. AO above zero
  2. Price breaks the last fractal high
  3. Buy
Neden
Use momentum for the bias and the last swing level for the trigger, so entries happen at structure rather than at an arbitrary bar
En iyi koşul
Breakout

No single-flow template pairs AO with Fractals. Start from AO + AMA and add Fractals nodes with a Price node into a Cross.

Builder'ı aç →

AO + BW MFI

  1. AO above zero
  2. Index and volume both rising
  3. Buy
Neden
The other half of Bill Williams' bar-by-bar reading. AO says which way momentum points and over what horizon; the Market Facilitation Index says whether the single bar in front of you moved efficiently and whether anyone was in it. AO cannot tell a wide participated bar from a wide empty one, and the index cannot tell up from down — each supplies exactly what the other lacks
En iyi koşul
Trending

No single-flow template pairs the two. Start from BW MFI Green Bar and add an AO node with a Compare against a Constant of 0, feeding it into the AND tree in place of the Close-versus-Open pair.

Builder'ı aç →

Parametreler

Kendi paritenz ve zaman diliminizde doğrulamak için başlangıç değerleri — garantili ayarlar değil.

Parametre Varsayılan Önerilen test aralığı Ne işe yarar
Periods 5 / 34 Fixed in the indicator. iAO takes no period arguments at all, so these cannot be changed without writing a custom indicator.
Applied price Median Also fixed. AO is defined on median price, (high + low) / 2, and iAO exposes no way to change it.
Shift 0 0–3 Which bar back the value is read from — a node-level setting, not an indicator input. Shift 1 compares against a fully closed bar.

Başlangıç ön ayarları

Standard 5 / 34 The only configuration — AO has no inputs

Piyasa örnekleri

AO'in çalıştığı yer, başarısız olduğu yer ve filtrenin sonucu nasıl değiştirdiği.

Çalışır

Zero cross into a trend

AO crosses up through zero as a range resolves and stays positive for the whole leg — the clean momentum flip the template trades.

Başarısız

Zero cross in a range

In a flat market AO oscillates around zero and crosses repeatedly. Each cross is a trade with no move behind it.

Filtrelenmiş

Trend line filters the cross

With the adaptive average as a second condition, the same cluster of zero crossings is ignored while price goes nowhere.

FAQ

Can I change the AO periods?
Not through iAO. Unlike almost every other MT5 indicator, the Awesome Oscillator takes no period arguments — 5 and 34 on median price are part of its definition. If you need different windows you are building a custom indicator, or you can express the same idea with two moving-average nodes and a subtraction. The upside is that there is nothing here to overfit.
What does a green AO bar mean?
That this bar's value is higher than the previous bar's — momentum is increasing. It does not mean AO is positive. Green bars below zero happen constantly and mean downward momentum is easing. Sign and colour answer different questions, and confusing them reverses several of the classic rules.
Is AO just MACD?
They are close relatives. Both subtract a slow average from a fast one and draw the result around zero. The differences are that AO uses simple averages of median price with fixed 5/34 windows and no signal line, while MACD uses EMAs of a configurable applied price with a signal line. AO is the simpler, unconfigurable member of the family.
How do I trade a saucer or twin peaks?
Both are multi-bar patterns rather than single conditions — a saucer needs three bars on the same side of zero in a specific shape, and twin peaks needs two peaks with the second lower. They are readable by eye but need explicit state tracking in code, so they sit outside what the node palette expresses.
Can I build an AO EA without coding?
Yes for the zero cross and for bar-to-bar momentum. The AO + AMA template wires an AO node and a Constant zero into a Cross node, gated on an adaptive trend line. The pattern rules — saucer and twin peaks — are the exceptions and need custom MQL5.
How should I validate settings before going live?
There are no AO settings to optimise, which removes one source of overfitting but not the others — the filters, stops and targets around it are still fitted parameters. Backtest on quality tick data, then demo before risking money, and hold back data the search never saw when tuning anything that surrounds the signal.