BLD: implementing issue #65, implemented custom exchange data

This commit is contained in:
fredfortier
2017-11-25 07:43:20 -05:00
parent 6a7c47f3a9
commit 968e70b69b
13 changed files with 223 additions and 344 deletions
+1
View File
@@ -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
)