Initial commit: MT5 EA Optimizer v1.0
Full optimization system for LEGSTECH_EA_V2: - Flask + SocketIO live dashboard (dark premium UI) - MT5 process control (auto-kill, clean launch, retry) - HTML report parser (UTF-16 LE, 597 trades, metrics) - Pre-run validation and actionable error messages - Analysis engines: Reversal, TimePerfomance, EntryExit, EquityCurve - Composite scoring (Calmar-primary) - Mutation engine with knowledge_base.yaml - Validation gate: IS + Walk-Forward - Reports folder with HTML/CSV per run - Double-click launcher batch file
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
pandas>=2.1
|
||||
numpy>=1.26
|
||||
pyarrow>=14.0
|
||||
lxml>=4.9
|
||||
pydantic>=2.5
|
||||
pyyaml>=6.0
|
||||
loguru>=0.7
|
||||
rich>=13.0
|
||||
sqlalchemy>=2.0
|
||||
scipy>=1.11
|
||||
plotly>=5.18
|
||||
pytest>=7.4
|
||||
flask
|
||||
flask-socketio
|
||||
eventlet
|
||||
jinja2
|
||||
pyinstaller
|
||||
Reference in New Issue
Block a user