Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
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:
2364
Note:
(9)
Publié:
2018.06.16 10:01
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The William Blau Stochastic indicator shows the william Blau stochastic.

The indicator has five input parameters:

  • Period - calculation period;
  • First smooth period - the initial smoothing period;
  • Second smooth period - the secondary smoothing period;
  • Third smooth period - the resulting smoothing period;
  • Applied price - price used for calculations.

Calculations:

Blau_Stochastic = EMA(EMA(EMA(Stoch, First smooth period), Second smooth period), Third smooth period), where
Stoch[i] = Price[i]-Min,
Min is the lowest price within the range from (i-Period+1) to (i)

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

Blau_TSI Blau_TSI

William Blau True Strength Index.

Blau_TS_Stochastic Blau_TS_Stochastic

William Blau Stochastic.

ZigZag on Fractals ZigZag on Fractals

ZigZag based on the Fractals indicator.

FX-CHAOS_SCALP FX-CHAOS_SCALP

The FX-CHAOS_SCALP trading strategy.