mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-30 13:27:48 +08:00
51e8b3244e
To help prevent algorithms from operating on positions that are not in the existing universe of stocks. Formerly, iterating over positions would return positions for stocks which had zero shares held. (Where an explicit check in algorithm code for `pos.amount != 0` could prevent from using a non-existent position.)