Dennis Daniels Mon, 19 Mar 2007 03:44:23 -0800
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.