FineTuningMACandle_Chl – indicator MetaTrader 5
FineTuningMACandle indicator with two colored channels based on standard deviations from High and Low of the indicator candles. For a normal display of the indicator, check the “Chart on foreground” checkbox in the chart properties. //+———————————————-+ //| INDICATOR INPUT PARAMETERS | //+———————————————-+ input uint FTMA=10; input double rank1=2; input double rank2=2; input double rank3=2; input double Shift1=1; … Read more