diff --git a/catalyst/assets/_assets.pyx b/catalyst/assets/_assets.pyx index bc896313..f79a5b46 100644 --- a/catalyst/assets/_assets.pyx +++ b/catalyst/assets/_assets.pyx @@ -667,6 +667,9 @@ cdef class TradingPair(Asset): else: self.end_daily = dt + def set_start_date(self, dt): + self.start_date = dt + cpdef __reduce__(self): """ Function used by pickle to determine how to serialize/deserialize this