Parameters for Bollinger Band

 
What are the Parameters for the Bollinger band in MT4?
 
//--- indicator parameters
input int    InpBandsPeriod=20;      // Bands Period
input int    InpBandsShift=0;        // Bands Shift
input double InpBandsDeviations=2.0; // Bands Deviations
 
1806BC04: What are the Parameters for the Bollinger band in MT4?
  1. Why did you post your MT4 question in the Root / MT5 General section instead of the MQL4 section, (bottom of the Root page?)
              General rules and best pratices of the Forum. - General - MQL5 programming forum
    Next time post in the correct place. The moderators will likely move this thread there soon.

  2. Perhaps you should read the manual. iBands - Technical Indicators - MQL4 Reference