Initial commit: Mad Turtle v2.0 ML EA for XAUUSD H1 with Python inference server and MQL5 EA

This commit is contained in:
Visi
2026-06-13 15:27:41 +01:00
commit a5bfac82e4
21 changed files with 13055 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
fastapi==0.111.0
uvicorn[standard]==0.30.0
onnxruntime>=1.24.0,<1.26.0
scikit-learn>=1.5.0,<1.6.0
pandas>=2.2.0,<2.3.0
numpy>=1.26.0,<2.0.0
joblib>=1.4.0,<1.5.0
skl2onnx>=0.16.0,<0.17.0
protobuf>=3.20,<5.0
python-multipart==0.0.9
pydantic>=2.7.0,<2.8.0