mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-11 22:49:22 +08:00
Bug fix in symbol loader
This commit is contained in:
@@ -490,7 +490,7 @@ cdef class TradingPair(Asset):
|
||||
start_date = pd.Timestamp.utcnow()
|
||||
|
||||
if end_date is None:
|
||||
end_date = start_date + timedelta(days=365)
|
||||
end_date = pd.Timestamp.utcnow() + timedelta(days=365)
|
||||
|
||||
super().__init__(
|
||||
sid,
|
||||
|
||||
Reference in New Issue
Block a user