|
21 | 21 | CRYPTO_BTC_DCA_PROFILE = "crypto_btc_dca" |
22 | 22 | CRYPTO_TREND_ROTATION_PROFILE = "crypto_trend_rotation" |
23 | 23 | CRYPTO_EQUITY_COMBO_PROFILE = "crypto_equity_combo" |
| 24 | +CATALOG_NOT_CURRENTLY_EVIDENCED_BLOCKED_REASON = ( |
| 25 | + "Runtime/live catalog claim blocked: current accepted promotion-grade evidence-v2 " |
| 26 | + "and exact human acceptance identity are not currently evidenced." |
| 27 | +) |
24 | 28 |
|
25 | 29 | CRYPTO_CANONICAL_REQUIRED_INPUTS = frozenset( |
26 | 30 | { |
|
249 | 253 | canonical_profile=CRYPTO_LIVE_POOL_ROTATION_PROFILE, |
250 | 254 | display_name="Crypto Live Pool Rotation", |
251 | 255 | localized_display_names={"zh": "加密实时池轮动"}, |
252 | | - description="Trend-following crypto rotation with staged entries, degradation controls, and cash parking.", |
| 256 | + description=( |
| 257 | + "Trend-following crypto rotation with staged entries, degradation controls, and cash parking. " |
| 258 | + + CATALOG_NOT_CURRENTLY_EVIDENCED_BLOCKED_REASON |
| 259 | + ), |
253 | 260 | aliases=CRYPTO_LIVE_POOL_ROTATION_ALIASES, |
254 | 261 | cadence="daily", |
255 | 262 | asset_scope="liquid_crypto_assets", |
256 | 263 | benchmark="BTC", |
257 | 264 | role="crypto_offensive_rotation", |
258 | | - status="runtime_enabled", |
| 265 | + status="research_backtest_only", |
259 | 266 | ), |
260 | 267 | CRYPTO_BTC_DCA_PROFILE: StrategyMetadata( |
261 | 268 | canonical_profile=CRYPTO_BTC_DCA_PROFILE, |
|
0 commit comments