Re: MT4 Indicator requests and ideas
Posted: Tue Sep 16, 2025 9:55 pm
Andrei,andrei-1 wrote: Tue Sep 16, 2025 8:20 pm Support/resistance. Yes, please use 2 indicators TrendLine_Alert_(rsi_st_cci)_m1.1.mq4.
Yes. The Alert displays the name of the line (Trendline 14432).
input string name_line = "0"; //enter the trendline number (Trendline 14432).
input int line_St_0_1 = 0; 0 is the blue Stochastic line, 1 is the red one.
One line is one indicator. Otherwise, it will turn into a behemoth with a bunch of incomprehensible settings.
Much appreciated. Everything working well - testing today and tomorrow.
TEAMTRADER