Hello,

When running the MultipleSymbolConsolidationAlgorithm I notice that it does not execute any orders for any of the Forex pairs. The only thing changed in the algorithm between cloning it and running it was changing "iteritems()" to "items()". Could this somehow cause the forex data not to get passed on? Why does this algorithm not place an order for any of the forex pairs? Any help on this issue would be greatly appreciated. 

Thanks!

Author