mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-11 04:40:23 +08:00
b555af157b
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.