Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 2487
- Note:
- Publié:
- 2018.06.16 09:58
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
The William Blau Candlestick Index indicator shows the William Blau candlestick indexes.
It has seven input parameters:
- Period - period;
- Applied price - the calculation price;
- First smoothing period - the initial smoothin period;
- Second smoothing period - the secondary smoothing period;
- Third smoothing period - the resulting smoothing period;
- Upper level - the overbought level;
- Lower level - the oversold level.
Calculations:
CSI =100 * EMA(EMA(EMA( Candlestick Momentum (period) ))) / EMA(EMA(EMA(HH - LL))))
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/20507

Indicator of volumes accumulated within a period.

Indicator of volumes accumulated.

William Blau candlestick momentum.

William Blau Directional Trend Index.