Testing a portfolio of different algos, one has to set BarPeriod to the lowest common divisor of timeframes used in each strategy and then set TimeFrame in each algo as needed.

However, when looping through algos the 2nd time, frame(0) is not producing the expected result per algo (as TimeFrame reflects just the last setting).

Probably some other fields should be moved/duplicated as well following this logic.

Last edited by Zheka; 02/26/18 16:56.