mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-18 12:20:12 +08:00
REF: Blotter no longer needs AssetFinder
This commit is contained in:
@@ -322,7 +322,6 @@ class TradingAlgorithm(object):
|
||||
if not self.blotter:
|
||||
self.blotter = Blotter(
|
||||
data_frequency=self.data_frequency,
|
||||
asset_finder=self.asset_finder,
|
||||
# Default to NeverCancel in zipline
|
||||
cancel_policy=self.cancel_policy,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user