|
71 | 71 | "blend_gate_reason_rsi_cap": "RSI 超阈值", |
72 | 72 | "blend_gate_reason_bollinger_cap": "突破布林上轨", |
73 | 73 | "blend_gate_reason_volatility_delever": "{symbol} {window} 日年化波动率 {volatility} 高于 {threshold},SOXL 转向 {redirect_symbol}", |
74 | | - "strategy_plugin_line": "🧩 插件:{plugin} | 模式:{mode} | 路由:{route} | 建议:{action}", |
75 | | - "strategy_plugin_name_crisis_response_shadow": "危机响应观察", |
| 74 | + "strategy_plugin_line": "🧩 插件:{plugin} | 状态:{route} | 提醒:{action}", |
| 75 | + "strategy_plugin_name_crisis_response_shadow": "危机观察通知", |
76 | 76 | "strategy_plugin_mode_shadow": "影子观察", |
77 | | - "strategy_plugin_route_no_action": "不操作", |
| 77 | + "strategy_plugin_route_no_action": "未触发危机", |
78 | 78 | "strategy_plugin_route_true_crisis": "真危机", |
79 | 79 | "strategy_plugin_route_taco_fake_crisis": "TACO 假危机", |
80 | | - "strategy_plugin_route_unknown_route": "未知路由", |
| 80 | + "strategy_plugin_route_unknown_route": "未知状态", |
81 | 81 | "strategy_plugin_action_no_action": "不操作", |
82 | | - "strategy_plugin_action_watch_only": "仅观察", |
| 82 | + "strategy_plugin_action_watch_only": "仅通知", |
83 | 83 | "strategy_plugin_action_small_taco": "小仓 TACO", |
84 | 84 | "strategy_plugin_action_defend": "防守", |
85 | 85 | "strategy_plugin_action_blocked": "已阻断", |
86 | | - "strategy_plugin_action_monitor": "监控", |
87 | | - "strategy_plugin_action_unknown_action": "未知建议", |
| 86 | + "strategy_plugin_action_monitor": "持续观察", |
| 87 | + "strategy_plugin_action_unknown_action": "未知提醒", |
88 | 88 | "no_trades": "✅ 无需调仓", |
89 | 89 | "emergency": "🛡️ 金丝雀应急: {n_bad}/4 坏, 全部转入 {safe}", |
90 | 90 | "quarterly": "📊 季度调仓: 前 {n} 名轮动", |
|
178 | 178 | "blend_gate_reason_rsi_cap": "RSI over threshold", |
179 | 179 | "blend_gate_reason_bollinger_cap": "price above upper band", |
180 | 180 | "blend_gate_reason_volatility_delever": "{symbol} {window}d annualized volatility {volatility} is above {threshold}; redirect SOXL to {redirect_symbol}", |
181 | | - "strategy_plugin_line": "🧩 Plugin: {plugin} | mode: {mode} | route: {route} | action: {action}", |
182 | | - "strategy_plugin_name_crisis_response_shadow": "Crisis Response Shadow", |
| 181 | + "strategy_plugin_line": "🧩 Plugin: {plugin} | status: {route} | notice: {action}", |
| 182 | + "strategy_plugin_name_crisis_response_shadow": "Crisis Watch Notice", |
183 | 183 | "strategy_plugin_mode_shadow": "shadow", |
184 | | - "strategy_plugin_route_no_action": "no action", |
| 184 | + "strategy_plugin_route_no_action": "no crisis detected", |
185 | 185 | "strategy_plugin_route_true_crisis": "true crisis", |
186 | 186 | "strategy_plugin_route_taco_fake_crisis": "TACO fake crisis", |
187 | | - "strategy_plugin_route_unknown_route": "unknown route", |
| 187 | + "strategy_plugin_route_unknown_route": "unknown status", |
188 | 188 | "strategy_plugin_action_no_action": "no action", |
189 | | - "strategy_plugin_action_watch_only": "watch only", |
| 189 | + "strategy_plugin_action_watch_only": "notify only", |
190 | 190 | "strategy_plugin_action_small_taco": "small TACO", |
191 | 191 | "strategy_plugin_action_defend": "defend", |
192 | 192 | "strategy_plugin_action_blocked": "blocked", |
193 | | - "strategy_plugin_action_monitor": "monitor", |
194 | | - "strategy_plugin_action_unknown_action": "unknown action", |
| 193 | + "strategy_plugin_action_monitor": "watch", |
| 194 | + "strategy_plugin_action_unknown_action": "unknown notice", |
195 | 195 | "no_trades": "✅ No rebalance needed", |
196 | 196 | "emergency": "🛡️ Canary Emergency: {n_bad}/4 bad, rotating to {safe}", |
197 | 197 | "quarterly": "📊 Quarterly Rebalance: Top {n} rotation", |
|
0 commit comments