指标: FX5_SelfAdjustingMFI

 

FX5_SelfAdjustingMFI:

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

指标输入参数:

input uint Length=12; // MFI 周期
input ENUM_APPLIED_VOLUME VolumeType=VOLUME_TICK; // 交易量
input double BandsDeviation=2.0; // 背离
input bool MA_Method=true; // 使用平滑布林带
input int Shift=0; // 水平偏移柱线数

图例.1. FX5_SelfAdjustingMFI 指标

作者: Nikolay Kositsin