Expert Advisors • Indicators • Scripts • Libraries

MQL.RobotFX.org is the biggest collection of MetaTrader expert advisors (MT5 & MT4), indicators, scripts and libraries that can be used to improve trading results, minimize risks or simply automate trading tasks

MetaTrader 5 Indicator | Standard_Deviation_Channels_x3_Cloud

Real author: Stajer59

Three standard deviation channels using indicator buffers based on the number of bars defined in the indicator inputs with the channels' background filling.

//+--------------------------------------------+  //|  INDICATOR INPUT PARAMETERS                |  //+--------------------------------------------+  input uint N_=240;        // number of candles for analysis  input double StdDev1=1.0; // first channel deviation  input double StdDev2=1.5; // second channel deviation  input double StdDev3=2.0; // third channel deviation  input int Shift=0;        // horizontal shift of the indicator in bars  input int PriceShift=0;   // vertical shift of the indicator in points  

MetaTrader Experts, Indicators, Scripts and Libraries

Fig1. Indicator Standard_Deviation_Channels_x3_Cloud

22895