It is iften very useful to have several symbols$/or composites on the same chart in separate panes so at a glance one can see a a comparison on the same time scale. Is this possible in QuanShare, how?
Thanks, this works. I'm using it to plot a composite on a separate pane, _ADVANCE_DECLINE_LINE, as follows;
symbol = "_ADVANCE_DECLINE_LINE";
PlotCandleStick1(GetSeries(symbol, open), GetSeries(symbol, high), GetSeries(symbol, low), GetSeries(symbol, close), "", colorRed, StyleOwnScale);
It plots correctly, what itisi missing is a title to tell what the plot is. How do I place a title like ADv-Dec-Line on the top line of the pane where other info is normally printed?