Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 2528
- Rating:
- Published:
- 2018.06.16 09:58
-
Need a robot or indicator based on this code? Order it on Freelance Go to 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))))
Translated from Russian by MetaQuotes Ltd.
Original code: 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.