|
|
e479351d82
|
feat: audit and revise all 13 non-Emmanuel seeded strategies
Creates assets/strategy/<name>/ folders for all 13 strategies following the
emmanuel-ma/mtf pattern: versioned JSON files and a readme per strategy.
Tier 1 — DSL improvements (7 strategies get a new version):
- simple-trend v2: ADX(14) > 25 regime gate
- buy-2-factors v2: ADX(14) > 20 completes the originally-intended 3-factor gate
- ichimoku v2: Chikou Span check + cloud-colour filter (Span A > Span B)
- bull-market-support-band v2: event_count bull confirmation (≥35/50 bars above SMA100)
- supertrend v3: ADX(14) > 25 regime gate
- gaussian-channel v3: cross_over/cross_under replaces persistent compare on band breaks
- stochastic-keltner v3: proper cross_over(stoch_k, 20) replaces manual two-bar simulation
Tier 2 — folders + readmes only, no revision needed (6 strategies):
hodl, momentum-cascade, money-line, trend-detector, hull-suite, supertrend-fusion
common.rs updated with 7 new seed functions using include_str! for the revised
versions; existing inline json!() seeds unchanged for historical comparison.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-03-06 18:00:33 +02:00 |
|