mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-06 05:14:38 +08:00
BUG: NoopAlgorithm requires initialize().
This commit is contained in:
@@ -131,6 +131,9 @@ class NoopAlgorithm(TradingAlgorithm):
|
||||
def get_sid_filter(self):
|
||||
return []
|
||||
|
||||
def initialize(self):
|
||||
pass
|
||||
|
||||
def set_transact_setter(self, txn_sim_callable):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user