威廉·布劳随机指标显示威廉·布劳随机。
指标有五个输入参数:
- Period - 计算周期;
- First smooth period - 初始平滑周期;
- Second smooth period - 二次平滑周期;
- Third smooth period - 结果平滑周期;
- Applied price - 计算的价格类型。
计算:
Blau_Stochastic = EMA(EMA(EMA(Stoch, First smooth period), Second smooth period), Third smooth period), where Stoch[i] = Price[i]-Min, Min 是从 (i-Period+1) 至 (i) 范围内的最低价。
由MetaQuotes Ltd译自俄语
原代码: https://www.mql5.com/ru/code/20517