mirror of
https://github.com/wassname/catalyst.git
synced 2026-09-26 13:40:37 +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.