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:
- 2448
- Rating:
- Published:
- 2018.06.16 09:59
-
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

William Blau Stochastic Indicator

William Blau Trend Momentum.