Standard_Deviation_Channels_x3_Cloud – indicator MetaTrader 5
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 … Read more