1、新增傅里叶策略
2、新增策略管理、策略重启功能
This commit is contained in:
21
strategy_manager/strategies/TestConnectionStrategy/FG.config
Normal file
21
strategy_manager/strategies/TestConnectionStrategy/FG.config
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "test策略",
|
||||
"version": "1.0",
|
||||
"enabled": true,
|
||||
|
||||
"strategy_class": "futures_trading_strategies.FG.TrendlineBreakoutStrategy.DualModeTrendlineHawkesStrategy2.DualModeTrendlineHawkesStrategy",
|
||||
|
||||
"engine_params": {
|
||||
"symbol": "KQ.m@CZCE.FG",
|
||||
"duration_seconds": 900,
|
||||
"roll_over_mode": true,
|
||||
"history_length": 1000,
|
||||
"close_bar_delta": {"minutes": 58}
|
||||
},
|
||||
|
||||
"strategy_params": {
|
||||
"main_symbol": "FG",
|
||||
"trade_volume": 2,
|
||||
"enable_log": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user