Skip to content

Commit d87b247

Browse files
committed
Drop archived strategy rollout surfaces
1 parent c00522e commit d87b247

20 files changed

Lines changed: 14 additions & 2119 deletions

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ The mainline runtime now follows one path only:
5252
| `soxl_soxx_trend_income` | SOXL/SOXX Semiconductor Trend Income | Yes | Yes | `us_equity` | current IBKR live line |
5353
| `tech_communication_pullback_enhancement` | Tech/Communication Pullback Enhancement | Yes | Yes | `us_equity` | enabled feature-snapshot alternative |
5454
| `mega_cap_leader_rotation_top50_balanced` | Mega Cap Leader Rotation Top50 Balanced | Yes | Yes | `us_equity` | enabled balanced Top50 leader rotation |
55-
| `mega_cap_leader_rotation_aggressive` | Mega Cap Leader Rotation Aggressive | Yes | No | `us_equity` | research-only archive |
56-
| `mega_cap_leader_rotation_dynamic_top20` | Mega Cap Leader Rotation Dynamic Top20 | Yes | No | `us_equity` | research-only archive |
57-
| `dynamic_mega_leveraged_pullback` | Dynamic Mega Leveraged Pullback | Yes | No | `us_equity` | research-only archive |
5855

5956
Check the current matrix locally:
6057

@@ -299,7 +296,7 @@ gcloud run services update ibkr-quant \
299296

300297
IBKR runtime 负责把共享的 `us_equity` 策略档位部署到 GCP Cloud Run,并连接 GCE 上的 IB Gateway 执行。策略逻辑、策略频率、标的池、参数和研究/回测说明都放在 `UsEquityStrategies`;这个仓库只维护 IBKR 运行时、账号组、Gateway 连接、下单和通知。
301298

302-
当前可运行的 `global_etf_rotation``russell_1000_multi_factor_defensive``tqqq_growth_income``soxl_soxx_trend_income``tech_communication_pullback_enhancement``mega_cap_leader_rotation_top50_balanced` 的策略实现都来自 `UsEquityStrategies``mega_cap_leader_rotation_aggressive``mega_cap_leader_rotation_dynamic_top20``dynamic_mega_leveraged_pullback` 保留为 research-only 存档,不进入 IBKR rollout
299+
当前可运行的 `global_etf_rotation``russell_1000_multi_factor_defensive``tqqq_growth_income``soxl_soxx_trend_income``tech_communication_pullback_enhancement``mega_cap_leader_rotation_top50_balanced` 的策略实现都来自 `UsEquityStrategies`
303300

304301
完整策略说明现在放在 [`UsEquityStrategies`](https://github.com/QuantStrategyLab/UsEquityStrategies)。这个 README 只保留 IBKR 运行时、profile 启用状态、部署和凭据说明。
305302

configs/paper_mega_cap_leader_rotation_dynamic_top20.env.example

Lines changed: 0 additions & 10 deletions
This file was deleted.

notifications/telegram.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,7 @@
8787
"strategy_name_russell_1000_multi_factor_defensive": "罗素1000多因子",
8888
"strategy_name_tech_communication_pullback_enhancement": "科技通信回调增强",
8989
"strategy_name_qqq_tech_enhancement": "科技通信回调增强",
90-
"strategy_name_mega_cap_leader_rotation_aggressive": "Mega Cap 激进龙头轮动",
91-
"strategy_name_mega_cap_leader_rotation_dynamic_top20": "Mega Cap 动态 Top20 龙头轮动",
9290
"strategy_name_mega_cap_leader_rotation_top50_balanced": "Mega Cap Top50 平衡龙头轮动",
93-
"strategy_name_dynamic_mega_leveraged_pullback": "Mega Cap 2x 回调策略",
9491
"strategy_name_tqqq_growth_income": "TQQQ 增长收益",
9592
"strategy_name_soxl_soxx_trend_income": "SOXL/SOXX 半导体趋势收益",
9693
},
@@ -177,10 +174,7 @@
177174
"strategy_name_russell_1000_multi_factor_defensive": "Russell 1000 Multi-Factor",
178175
"strategy_name_tech_communication_pullback_enhancement": "Tech/Communication Pullback Enhancement",
179176
"strategy_name_qqq_tech_enhancement": "Tech/Communication Pullback Enhancement",
180-
"strategy_name_mega_cap_leader_rotation_aggressive": "Mega Cap Leader Rotation Aggressive",
181-
"strategy_name_mega_cap_leader_rotation_dynamic_top20": "Mega Cap Leader Rotation Dynamic Top20",
182177
"strategy_name_mega_cap_leader_rotation_top50_balanced": "Mega Cap Leader Rotation Top50 Balanced",
183-
"strategy_name_dynamic_mega_leveraged_pullback": "Dynamic Mega Leveraged Pullback",
184178
"strategy_name_tqqq_growth_income": "TQQQ Growth Income",
185179
"strategy_name_soxl_soxx_trend_income": "SOXL/SOXX Semiconductor Trend Income",
186180
},

research/README.md

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,15 @@ current live strategy review.
55

66
Live strategy behavior is owned by `UsEquityStrategies`, platform runtime
77
configuration, and the snapshot pipeline repositories. Historical IBKR-local
8-
research files that used retired TQQQ, SOXL/SOXX, growth-pullback, or
9-
stock-alpha assumptions have been removed so they are not reused as current
10-
performance references.
8+
research files that used retired TQQQ, SOXL/SOXX, growth-pullback,
9+
stock-alpha, or brokerless signal-notifier assumptions have been removed from
10+
this repository so they are not reused as current IBKR performance references.
1111

12-
Current retained research:
12+
Current retained IBKR-local research: none.
1313

14-
- `backtest_video_qqq_tqqq_dual_drive.py`
15-
- `results/video_qqq_tqqq_dual_drive_comparison.csv`
16-
- `results/video_qqq_tqqq_dual_drive_recommendation.json`
17-
- `results/video_qqq_tqqq_dual_drive_summary.md`
18-
- `backtest_video_qqq_tqqq_position_scaling.py`
19-
- `results/video_qqq_tqqq_position_scaling_comparison.csv`
20-
- `results/video_qqq_tqqq_position_scaling_recommendation.json`
21-
- `results/video_qqq_tqqq_position_scaling_summary.md`
22-
- `backtest_video_qqq_tqqq_growth_optimizations.py`
23-
- `results/video_qqq_tqqq_growth_optimizations_comparison.csv`
24-
- `results/video_qqq_tqqq_growth_optimizations_recommendation.json`
25-
- `results/video_qqq_tqqq_growth_optimizations_summary.md`
14+
Brokerless signal research for COIN/CONL/CONI and MAGS7 grouped tool choice now
15+
lives in `../PaperSignalPlatform/research/`, beside the paper-signal notifier
16+
runtime that consumes it.
2617

2718
Use `UsEquitySnapshotPipelines` outputs when reviewing snapshot-backed live
2819
strategy performance.

0 commit comments

Comments
 (0)