Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Indicateurs

Ultimate_Oscillator - indicateur pour MetaTrader 5

Publié par:
Nikolay Kositsin
Vues:
8309
Note:
(22)
Publié:
2012.02.06 14:01
Mise à jour:
2023.03.29 13:44
\MQL5\Include\
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Real author:

Rosh

The Ultimate Oscillator (Ultimate Oscillator), proposed by Larry Williams is calculated as weighted value of three Stochastic indicators, calculated for fast, middle and short periods. The periods ratio is selected as follows 1:2:4 (doubling) or 1:2:3. The periods depend on market. The recommeneded values are: 7-14-28 or 7-14-21.

Larry Williams recommend to open position after formation of divergence.

Buy signals:

  • The bullish divergence has appeared: the price at new minimum, the indicator is not at new minimum;
  • During the bullish divergence formation the oscillator < 30;
  • The oscillator grow higher than maximum level, achieved during formation of bullish divergence. It's the best time to buy.

Close long positions:

  • The Oscillator value achieved 50 and fall lower than 45;
  • The oscillator value > 70 (in some cases it's recommened to wait the fall to 70;
  • Sell signal has appeared.

Sell signals:

  • The bearish divergence has appeared: the price at new maximum, the indicator is not at new maximum;
  • During the bearish divergence formation the oscillator > 50;
  • The oscillator fall lower the minimum level, achieved during formation of the bearish divergence.

Close short positions:

  • Oscillator > 65;
  • Oscillator < 30;
  • Buy signal has appeared.

This indicator was first implemented in MQL4 and publised in Code Base 09.02.2007.

The indicator uses the classes from SmoothAlgorithms.mqh library, described in article "Averaging Price Series for Intermediate Calculations Without Using Additional Buffers".

Ultimate Oscillator indicator

Ultimate Oscillator indicator

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/792

IBS IBS

Internal Bar Strength Indicator measures the "inner strength" of each bar by subtracting the close price from the low and dividing the resulting number by the difference between high and low bars.

X2MA_KLx3_Cloud X2MA_KLx3_Cloud

Keltner Channel displayed as colored background.

TrendManager TrendManager

Visual trend indicator that shows the direction and power of the current price movement.

Sidus Sidus

This indicator is based on the first version of Sidus trading method. It shows market entry points.