请观看如何免费下载自动交易
请在Telegram上找到我们!
加入我们粉丝页
有趣的脚本?
因此发布一个链接 -
让其他人评价
喜欢这个脚本? 在MetaTrader 5客户端尝试它
指标

FX5_SelfAdjustingMomentum - MetaTrader 5脚本

显示:
1047
等级:
(14)
已发布:
2015.11.04 11:03
已更新:
2016.11.22 07:33
需要基于此代码的EA交易或指标吗?请在自由职业者服务中订购 进入自由职业者服务

真实作者:

FX5

带有超买/超卖区域边界的动量振荡器所形成的布林带。

指标输入参数:

input uint Length=12; // 动量周期   
input ENUM_APPLIED_PRICE   MomentumPrice=PRICE_CLOSE; // 动量序列的应用价格类型
input double BandsDeviation=2.0; // 背离
input bool MA_Method=true; // 使用平滑布林带
input int Shift=0; // 水平偏移柱线数

图例.1. FX5_SelfAdjustingMomentum 指标

图例.1. FX5_SelfAdjustingMomentum 指标

由MetaQuotes Ltd译自俄语
原代码: https://www.mql5.com/ru/code/13666

FX5_SelfAdjustingCCI FX5_SelfAdjustingCCI

带有超买/超卖区域边界的 CCI 振荡器所形成的布林带。

FX5_SelfAdjustingRSI_HTF FX5_SelfAdjustingRSI_HTF

指标 SelfAdjustingRSI 在输入参数中有时间帧选项。

FX5_SelfAdjustingRVI FX5_SelfAdjustingRVI

带有超买/超卖区域边界的 RVI 振荡器所形成的布林带。

FX5_SelfAdjustingMomentum_HTF FX5_SelfAdjustingMomentum_HTF

指标 FX5_SelfAdjustingMomentum 在输入参数中有时间帧选项。