mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-11 12:49:36 +08:00
a8431944aa
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`.