I want to show multiple indicator in a window.

i.g. MADC and RSI in a single window.
Plot(MACD(),"",colorRed);
Plot(Signal(),"",colorBlue);
Plot(RSI(),"",1);

Witdh is different, so I want to adjust withd.
What should I do?

Thanks in advance.



 

Reply via email to