Skip to content

Commit dbaf11b

Browse files
authored
Sanitize runtime profile wording in docs
Replace live-profile wording with runtime-profile wording in public docs.
1 parent ed1b195 commit dbaf11b

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,8 @@ The backtest output directory still includes `summary.csv`, `portfolio_returns.c
285285
- If `SOXX > MA140 * 1.08`, the core sleeve targets `SOXL 70% + SOXX 20%`.
286286
- If `SOXX > MA140 * 1.06`, or an existing SOXL sleeve has not broken `MA140 * 0.98`, the core sleeve targets `SOXL 65% + SOXX 20%`.
287287
- If the gate is off, the core sleeve holds defensive `SOXX 15%`.
288-
- Overheat controls are active on the live profile: when the base tier is full or mid, `SOXX` RSI14 above the effective threshold and/or a break above the upper Bollinger band downgrade the tier by one step per trigger.
289-
- The live RSI threshold is dynamic: `max(70, prior 252 trading days RSI14 90th percentile)`, with `70` as the fallback floor when the dynamic indicator is unavailable.
288+
- Overheat controls are active on the default runtime profile: when the base tier is full or mid, `SOXX` RSI14 above the effective threshold and/or a break above the upper Bollinger band downgrade the tier by one step per trigger.
289+
- The runtime RSI threshold is dynamic: `max(70, prior 252 trading days RSI14 90th percentile)`, with `70` as the fallback floor when the dynamic indicator is unavailable.
290290
- Unused trading-layer capital is parked in `BOXX`.
291291

292292
**Sizing behavior**

docs/us_equity_strategy_status.zh-CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ _更新日期:2026-05-08_
1010

1111
## 当前可配置 profiles
1212

13-
这 6 条 profile 是当前 `runtime_enabled` `us_equity` 集合。它们按共享文档规范设计为通用策略,平台侧通过同一份 catalog、manifest、entrypoint 和 runtime adapter 契约接入;是否实盘启用仍由各部署配置和风控决定`global_etf_confidence_vol_gate` 现在只是 `global_etf_rotation` 的 legacy alias,不再是独立 runtime profile。
13+
这 6 条 profile 是当前 `runtime_enabled` `us_equity` 集合。它们按共享文档规范设计为通用策略,平台侧通过同一份 catalog、manifest、entrypoint 和 runtime adapter 契约接入;是否部署启用仍由各部署配置和风控决定`global_etf_confidence_vol_gate` 现在只是 `global_etf_rotation` 的 legacy alias,不再是独立 runtime profile。
1414

1515
| Profile | 中文定位 | 输入类型 | 特点 | 当前建议 |
1616
| --- | --- | --- | --- | --- |
@@ -52,9 +52,9 @@ _更新日期:2026-05-08_
5252

5353
- `global_etf_rotation`:已切到 SMA250 置信度 + 相对波动门控的保留版;最新回测 CAGR 13.91%,最大回撤 -23.29%,已替代原先的等权默认档。`global_etf_confidence_vol_gate` 仅保留为同一 runtime profile 的 legacy alias / 回放名。
5454

55-
## 研究中但未进入实盘的方向
55+
## 研究中但未进入运行 profile 的方向
5656

57-
| 研究方向 | 当前状态 | 不直接实盘的原因 |
57+
| 研究方向 | 当前状态 | 不直接部署的原因 |
5858
| --- | --- | --- |
5959
| `crisis_response_shadow` 插件 | 可作为 `tqqq_growth_income``shadow` 插件候选,只写信号、日志和通知上下文。 | 现在是 defense-only 黑天鹅观察流,不下单、不改 allocation;需要稳定 shadow 日志后再做 evidence review。 |
6060
| 事件反弹 / MAGS 路线 | 保持 research-only,不作为运行策略 profile。 | 对 MAGS 的正贡献不稳定,且事件反弹预算不应该混进黑天鹅逃命插件。 |

docs/us_equity_strategy_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ For **new** US equity profiles, `required_inputs` may only use these canonical n
217217
- Do **not** add a new ad-hoc input name in `catalog.py`, `manifest`, or runtime adapters.
218218
- Do **not** introduce a new alias for a retired engineering profile key. If an old key has already been removed, keep it only in explicit rejection tests.
219219
- If the canonical list is insufficient, update the spec in `QuantPlatformKit` first.
220-
- Existing live profiles may still use legacy names during migration. New profiles should not copy those legacy names forward.
220+
- Existing runtime profiles may still use legacy names during migration. New profiles should not copy those legacy names forward.
221221

222222
If the strategy needs a portfolio object in `ctx.portfolio`, also set `portfolio_input_name="portfolio_snapshot"` in each runtime adapter so the shared context builder injects the same normalized input into `ctx.portfolio`.
223223

@@ -475,7 +475,7 @@ Copy this checklist into the PR body for any new US equity profile.
475475

476476
## 10. Migration note for existing profiles
477477

478-
When migrating an existing live profile, keep the runtime stable first:
478+
When migrating an existing runtime profile, keep the runtime stable first:
479479

480480
1. preserve the current trading formula
481481
2. normalize inputs and outputs

0 commit comments

Comments
 (0)