Skip to content

Commit d805674

Browse files
committed
Update strategy plugin runtime docs for SOXL
1 parent e0c67e6 commit d805674

2 files changed

Lines changed: 13 additions & 10 deletions

File tree

docs/strategy_plugin_runtime_contract.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The default registry currently defines versioned plugin contracts:
7070

7171
| Plugin | Schema versions | Supported strategies | Status | Supported mode | Escalated alert channel |
7272
| --- | --- | --- | --- | --- | --- |
73-
| `market_regime_control` | `market_regime_control.v1` | `tqqq_growth_income`, `global_etf_rotation`, `russell_1000_multi_factor_defensive`, `mega_cap_leader_rotation_top50_balanced` | default | `shadow` | `email`, `sms`, `push`, `telegram` |
73+
| `market_regime_control` | `market_regime_control.v1` | `tqqq_growth_income`, `soxl_soxx_trend_income`, `global_etf_rotation`, `russell_1000_multi_factor_defensive`, `mega_cap_leader_rotation_top50_balanced` | default | `shadow` | `email`, `sms`, `push`, `telegram` |
7474
| `crisis_response_shadow` | `crisis_response_shadow.v1` | `tqqq_growth_income` | deprecated; successor `market_regime_control` | `shadow` | `email`, `sms`, `push`, `telegram` |
7575
| `macro_risk_governor` | `macro_risk_governor.v1` | `tqqq_growth_income` | deprecated; successor `market_regime_control` | `shadow` | `email`, `sms`, `push`, `telegram` |
7676
| `taco_rebound_shadow` | `taco_rebound_shadow.v2` | `tqqq_growth_income` | deprecated; successor `market_regime_control` | `shadow` | `email`, `sms`, `push`, `telegram` |
@@ -89,10 +89,13 @@ changes out of platform runtime code.
8989
Tech/Communication Pullback Enhancement is also not listed because it is a research-only
9090
profile and should not appear in current configurable plugin mounts.
9191

92-
SOXL/SOXX is intentionally not listed as a `market_regime_control` runtime
93-
mount. Broad macro and crisis signals for SOXL should be delivered through a
94-
general `notification_targets.market_regime_notification` artifact and reviewed
95-
manually unless a future backtest promotes an explicit strategy-level opt-in.
92+
SOXL/SOXX is listed as a `market_regime_control` runtime mount. Its strategy
93+
defaults may consume `risk_off` and deterministic
94+
`position_control.volatility_delever_context` retention profiles, while
95+
`risk_reduced` position impact remains disabled in the strategy config by
96+
default. Broad market-regime notifications may still be published through the
97+
separate `notification_targets.market_regime_notification` artifact for manual
98+
review; notification-target artifacts cannot affect position sizing.
9699

97100
## Runtime Loader
98101

docs/strategy_plugin_runtime_contract.zh-CN.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ artifact 内,并固定为通知/观察用途的 `shadow`。
6464

6565
| 插件 | Schema versions | 支持策略 | 状态 | 支持模式 | 升级告警通道 |
6666
| --- | --- | --- | --- | --- | --- |
67-
| `market_regime_control` | `market_regime_control.v1` | `tqqq_growth_income`, `global_etf_rotation`, `russell_1000_multi_factor_defensive`, `mega_cap_leader_rotation_top50_balanced` | default | `shadow` | `email`, `sms`, `push`, `telegram` |
67+
| `market_regime_control` | `market_regime_control.v1` | `tqqq_growth_income`, `soxl_soxx_trend_income`, `global_etf_rotation`, `russell_1000_multi_factor_defensive`, `mega_cap_leader_rotation_top50_balanced` | default | `shadow` | `email`, `sms`, `push`, `telegram` |
6868
| `crisis_response_shadow` | `crisis_response_shadow.v1` | `tqqq_growth_income` | deprecated; successor `market_regime_control` | `shadow` | `email`, `sms`, `push`, `telegram` |
6969
| `macro_risk_governor` | `macro_risk_governor.v1` | `tqqq_growth_income` | deprecated; successor `market_regime_control` | `shadow` | `email`, `sms`, `push`, `telegram` |
7070
| `taco_rebound_shadow` | `taco_rebound_shadow.v2` | `tqqq_growth_income` | deprecated; successor `market_regime_control` | `shadow` | `email`, `sms`, `push`, `telegram` |
@@ -81,10 +81,10 @@ registry 给 parser / loader。这样平台运行时代码不用承载未来插
8181
Tech/Communication Pullback Enhancement 也不列入当前挂载清单,因为它已经降级为研究侧 profile,
8282
不应出现在当前可配置插件 profile 中。
8383

84-
SOXL/SOXX 故意不列入 `market_regime_control` 的运行时挂载清单。SOXL
85-
相关宏观和危机信号应通过通用
86-
`notification_targets.market_regime_notification` artifact 分发,并由人工复核;
87-
除非未来回测证明策略级 opt-in 有优势,否则不默认自动消费仓位控制
84+
SOXL/SOXX 已列入 `market_regime_control` 的运行时挂载清单。策略默认可以消费
85+
`risk_off` 和确定性的 `position_control.volatility_delever_context` retention
86+
profiles;`risk_reduced` 仓位影响仍在策略默认配置中关闭。广义市场状态通知仍可通过独立的
87+
`notification_targets.market_regime_notification` artifact 分发给人工复核;notification-target artifact 不能影响仓位
8888

8989
## Runtime Loader
9090

0 commit comments

Comments
 (0)