Need some help creating a multiple portfolio. The idea is very simple - running the same algorithm (currently running on the portfolio class) on different portfolios running in parallel...

Probably I Need to create a list of portfolios, and looping the algorithm on all the list.

For each of the portfolio i need the islong/isshort, quantity, average price and total profit

thanks!

Eyal.

Author