Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Blau_Candlestick_Index - indicator for MetaTrader 5

Views:
2228
Rating:
(9)
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

Volume_Accumulation_Percentage Volume_Accumulation_Percentage

Indicator of volumes accumulated within a period.

Volume_Accumulation Volume_Accumulation

Indicator of volumes accumulated.

Blau_Candlestick_Momentum Blau_Candlestick_Momentum

William Blau candlestick momentum.

Blau_Directional_Trend_Index Blau_Directional_Trend_Index

William Blau Directional Trend Index.