mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-17 11:25:55 +08:00
We guarantee that `TradingAlgorithm.updated_portfolio` is called at least once between each perf message emission. This change moves that guaranteed call into `AlgorithmSimulator.get_message` and adds a comment to make it clear why updated_portfolio is being called.