mirror of
https://github.com/wassname/catalyst.git
synced 2026-09-24 13:20:35 +08:00
The function that handles a market close for daily frequency changed from `handle_market_close` to `handle_market_close_daily`. The function that is called at on the closing minute each day when running minutely changed from `handle_intraday_close` to `handle_intraday_market_close`.