mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-26 13:18:31 +08:00
The next day calculation was causing an error when a minute emission algorithm reached the end of available data. Instead of a generic exception when available data is reached, raise and catch a named exception so that the tradesimulation loop can skip over, since the next market close is not needed at the end.