ZhijuCen
|
8482f7a8a1
|
feat: sync SKILL.md and parse_tester_report.py with installed version
SKILL.md:
- §2: add "How to look up any trading function" guidance
- §3: add ADX indicator example + "How to look up any indicator" guidance
- §5: strengthen OrderCalcProfit verification (step 3), add minLot risk
warning (step 6)
- §8: add §11 Market Regime Filtering (ADX + time-based, generic)
- §8: add §12 Deal-Level Debugging Methodology (pairs deals, risk check,
re-entry detection, monthly breakdown)
parse_tester_report.py:
- Add pair_trades(): pair entry/exit deals into complete trades
- Add analyze_report(): SL/TP hits, win/loss ratio, consecutive losses,
re-entry detection, monthly breakdown, volume patterns
- Add --analyze CLI flag
- Use datetime.now() instead of hardcoded date for gap calculation
All content is framework-agnostic (no hermes/openclaw/claude/codex refs).
|
2026-06-25 02:51:22 +08:00 |
|
ZhijuCen
|
17f5a5f607
|
feat: EA report parser and performance evaluation guide
- Add scripts/parse_tester_report.py: parses MT5 Strategy Tester HTML
reports (UTF-16LE). Extracts settings, EA parameters, 44 P&L metrics,
orders (192), deals (193), stop-out detection. Supports --json output.
- Add Report Analysis subsection to SKILL.md Section 6: 10 evaluation
dimensions (data quality, profitability, drawdown, trade distribution,
consecutive losses, holding time, MFE/MAE, stop-out, bias, commission).
|
2026-06-24 13:57:49 +08:00 |
|