mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-18 12:20:12 +08:00
The market_open_and_close method was a performance bottleneck, since it was creating new dates on each query for open and close. Instead use the pre-rendered frame of open and closes values from the trading environment.