BBflat_sw – indicator MetaTrader 5

Figure 1. The BBflat_sw indicator
Real author: Raff A simple interpretation of the Bollinger Bands indicator in a separate window. Indicator input parameters: //+———————————–+ //| Indicator input parameters      | //+———————————–+ input Smooth_Method XMA_Method=MODE_SMA; // Method of averaging input int XLength=100; // Depth of averaging input int XPhase=15; // Parameter of averaging input int BandsPeriod=100; // Period of BB averaging