Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Blau_Candlestick_Index - indicateur pour MetaTrader 5
- Vues:
- 2395
- 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
Volume_Accumulation_Percentage
Indicator of volumes accumulated within a period.
Volume_AccumulationIndicator of volumes accumulated.
Blau_Candlestick_Momentum
William Blau candlestick momentum.
Blau_Directional_Trend_IndexWilliam Blau Directional Trend Index.