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