|
32 | 32 | "strategy_plugin_line": "🧩 插件:{plugin} | 启用:{enabled} | 状态:{route} | 提醒:{action}", |
33 | 33 | "strategy_plugin_enabled_true": "是", |
34 | 34 | "strategy_plugin_enabled_false": "否", |
35 | | - "strategy_plugin_consumption_auto": "🧩 插件消费:已按策略规则参与本轮仓位计算", |
36 | | - "strategy_plugin_consumption_auto_defend": "🧩 插件消费:已按策略规则参与本轮仓位计算;风险仓位按防守规则处理", |
37 | | - "strategy_plugin_consumption_auto_delever": "🧩 插件消费:已按策略规则参与本轮仓位计算;杠杆仓位按降档规则缩放", |
38 | | - "strategy_plugin_consumption_loaded_not_applied": "🧩 插件消费:已加载但未改写仓位;当前策略未启用该状态的自动消费", |
39 | | - "strategy_plugin_consumption_review_only": "🧩 插件消费:仅通知复核,未参与自动仓位计算", |
40 | | - "strategy_plugin_consumption_unavailable": "🧩 插件消费:未消费插件信号", |
| 35 | + "strategy_plugin_consumption_auto": "🧩 插件本次影响:已按策略规则参与本轮仓位计算", |
| 36 | + "strategy_plugin_consumption_auto_defend": "🧩 插件本次影响:已触发防守规则并参与本轮仓位计算", |
| 37 | + "strategy_plugin_consumption_auto_delever": "🧩 插件本次影响:已触发降杠杆规则并参与本轮仓位计算", |
| 38 | + "strategy_plugin_consumption_loaded_not_applied": "🧩 插件本次影响:已加载;该状态未启用自动仓位改写", |
| 39 | + "strategy_plugin_consumption_review_only": "🧩 插件本次影响:仅通知复核;当前状态未触发自动仓位改写", |
| 40 | + "strategy_plugin_consumption_unavailable": "🧩 插件本次影响:未加载可用插件信号", |
41 | 41 | "strategy_plugin_error_line": "⚠️ 插件信号未加载:{reason};本轮使用策略内置规则", |
42 | 42 | "strategy_plugin_error_reason_JSONDecodeError": "插件配置格式错误", |
43 | 43 | "strategy_plugin_error_reason_FileNotFoundError": "插件信号文件不存在", |
|
130 | 130 | "strategy_plugin_line": "🧩 Plugin: {plugin} | enabled: {enabled} | status: {route} | notice: {action}", |
131 | 131 | "strategy_plugin_enabled_true": "yes", |
132 | 132 | "strategy_plugin_enabled_false": "no", |
133 | | - "strategy_plugin_consumption_auto": "🧩 Plugin consumption: included in this cycle's position calculation under strategy rules", |
134 | | - "strategy_plugin_consumption_auto_defend": "🧩 Plugin consumption: included in this cycle's position calculation; risk exposure follows defensive rules", |
135 | | - "strategy_plugin_consumption_auto_delever": "🧩 Plugin consumption: included in this cycle's position calculation; leveraged exposure follows de-risking rules", |
136 | | - "strategy_plugin_consumption_loaded_not_applied": "🧩 Plugin consumption: loaded but did not rewrite positions; this strategy does not enable automatic consumption for this state", |
137 | | - "strategy_plugin_consumption_review_only": "🧩 Plugin consumption: review-only notice, not used for automatic position calculation", |
138 | | - "strategy_plugin_consumption_unavailable": "🧩 Plugin consumption: no plugin signal consumed", |
| 133 | + "strategy_plugin_consumption_auto": "🧩 Plugin impact this run: included in this cycle's position calculation under strategy rules", |
| 134 | + "strategy_plugin_consumption_auto_defend": "🧩 Plugin impact this run: triggered defensive rules and joined this cycle's position calculation", |
| 135 | + "strategy_plugin_consumption_auto_delever": "🧩 Plugin impact this run: triggered de-levering rules and joined this cycle's position calculation", |
| 136 | + "strategy_plugin_consumption_loaded_not_applied": "🧩 Plugin impact this run: loaded; this state did not enable automatic position rewrites", |
| 137 | + "strategy_plugin_consumption_review_only": "🧩 Plugin impact this run: review-only notice; current state did not trigger automatic position rewrites", |
| 138 | + "strategy_plugin_consumption_unavailable": "🧩 Plugin impact this run: no usable plugin signal loaded", |
139 | 139 | "strategy_plugin_error_line": "⚠️ Plugin signal failed to load: {reason}; this run falls back to built-in strategy rules", |
140 | 140 | "strategy_plugin_error_reason_JSONDecodeError": "invalid plugin mount JSON", |
141 | 141 | "strategy_plugin_error_reason_FileNotFoundError": "plugin signal file not found", |
|
0 commit comments