Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
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
Vues:
9826
Note:
(16)
Publié:
2018.10.25 18:35
OBOS.mq5 (16.02 KB) afficher
MQL5 Freelance Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Overbought/Oversold oscillator displays the market movement direction color histogram in a separate window.

The indicator has three input parameters:

  • Period - calculation period
  • Overbought - overbought level
  • Oversold - oversold level

Calculation:

Up = EMA(EMA((WP-EMA(WP)) / StdDev(WP))) Down = EMA(Up, Period)

where:

EMA - EMA(PRICE_WEIGHTED, Period) StdDev - StdDev(PRICE_WEIGHTED, Period) WP - weighted price (High+Low+Close+Close)/4

The upward movement is displayed by the green histogram
The downward movement is displayed by the red histogram
Uncertain movement is displayed by the gray histogram


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

CCI_OBOS_Crossover CCI_OBOS_Crossover

CCI OBOS Crossover indicator

DNC DNC

DNC indicator

Auto_Envelope Auto_Envelope

Auto Envelope indicator

Aroon_Filter Aroon_Filter

Aroon Filter indicator