answered 13 years ago
nevermind, I figured it out. It's done like this:
a = finance.TimeSeries(1dlistA) b = finance.TimeSeries(1dlistB) both = a.plot() + b.plot() both.plot()