Let's say you want to you run multiple algorithms on your live trading portfolio, let's say two algorithms. Is there a way to set the maximum total portfolio allocation to each algorithm in the initialize method? 

In this case of running two algorithms in a single account, how would you allocate only 50% buyer power to each algorithm? Or would the best practice be to have one account per algorithm?