mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-28 11:18:19 +08:00
BLD: implementing issue #65, implemented custom exchange data
This commit is contained in:
@@ -117,6 +117,7 @@ class ExchangeTradingAlgorithmBase(TradingAlgorithm):
|
||||
return self.asset_finder.lookup_symbol(
|
||||
symbol=symbol_str,
|
||||
exchange=exchange,
|
||||
data_frequency=self.data_frequency,
|
||||
as_of_date=_lookup_date
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user