A newbie question. I know how to initialize algorithm with cash via SetCash method. How about initializing with equities? What if I have a portfolio of cash and equities at a certain point in time and I want to start with that portfolio to backtest? Not sure how I would "setEquity" basically. It'd be also useful to manually enter stats like "buy price" for these equities so I can properly track gains. 

Author