Skip to content

v2.0.1 — Pipeline phases ALL REAL, no placeholders

Choose a tag to compare

@Boschi404 Boschi404 released this 02 Aug 18:02
· 2 commits to master since this release

v2.0.1 — Every Phase Implemented

All 9 pipeline phases now execute REAL computations:

  1. ✅ Create — MQL5 code generation
  2. ✅ Compile — MetaEditor compilation
  3. ✅ Screen — Multi-symbol 1M OHLC backtest
  4. ✅ Correlate — Correlation matrix + diversification score
  5. ✅ Optimize — Tick-data genetic optimization
  6. ✅ Monte Carlo — 1000 sims, skip 10% random trades
  7. ✅ Kelly — Position sizing from real trade data
  8. ✅ Robustness — 100 random 6-month windows
  9. ✅ Report — Full HTML report with all metrics

Zero placeholders. Every phase writes results to its folder.