[Fix] add sync_strategy_data function for BacktestingEngine
This commit is contained in:
parent
2bab750b96
commit
1cfbbe5d30
@ -1013,6 +1013,12 @@ class BacktestingEngine:
|
||||
"""
|
||||
pass
|
||||
|
||||
def sync_strategy_data(self, strategy: CtaTemplate):
|
||||
"""
|
||||
Sync strategy data into json file.
|
||||
"""
|
||||
pass
|
||||
|
||||
def get_engine_type(self):
|
||||
"""
|
||||
Return engine type.
|
||||
|
Loading…
Reference in New Issue
Block a user