First time here? Check out the FAQ!
answered 2012-02-27 15:56:10 +0100
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()