1、新增傅里叶策略

2、新增策略管理、策略重启功能
This commit is contained in:
2025-11-20 16:15:45 +08:00
parent 2c917a467a
commit 711b86d33f
46 changed files with 12136 additions and 0 deletions

View 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
}
}