Indicators: FX5_SelfAdjustingMFI

 

FX5_SelfAdjustingMFI:

The MFI oscillator with the boundaries of the overbought/oversold areas in the form of Bollinger Bands.

Indicator input parameters:

input uint Length=12; // MFI period
input ENUM_APPLIED_VOLUME VolumeType=VOLUME_TICK; // Volume
input double BandsDeviation=2.0; // Deviation
input bool MA_Method=true; // Use smoothing for Bollinger Bands
input int Shift=0; // Horizontal indicator shift in bars

Fig.1. The FX5_SelfAdjustingMFI indicator

Fig.1. The FX5_SelfAdjustingMFI indicator

Author: Nikolay Kositsin

Reason: