Watch how to download trading robots for free
Find us on Facebook!
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
Views:
2052
Rating:
(10)
Published:
2018.06.16 09:59
Blau_SM.mq5 (12.42 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

The William Blau Stochastic Momentum indicator shows the William Blau stochastic momentum.

It has five input parameters:

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

Calculations:

Blau_SM = EMA(EMA(EMA(HH, Smooth period 1), Smooth period 2), Smooth period 3)

where:

HH[i] = Price[i]-(Max+Min)/2,
Max, Min are the highest and the lowest price within the range from (i-Period+1) to (i)

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/20511

Blau_Mtm Blau_Mtm

William Blau Momentum.

Blau_Directional_Trend_Index Blau_Directional_Trend_Index

William Blau Directional Trend Index.

Blau_Stochastic_Index Blau_Stochastic_Index

William Blau Stochastic Indicator

Blau_Trend_Momentum Blau_Trend_Momentum

William Blau Trend Momentum.