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
+43
View File
@@ -0,0 +1,43 @@
{
"symbol": "XAUUSD",
"timeframe": "H1",
"features": [
"returns_1",
"returns_3",
"returns_6",
"sma_10",
"sma_20",
"sma_50",
"macd",
"macd_signal",
"rsi_14",
"atr_14",
"atr_pct",
"vol_ratio",
"high_low_range",
"dist_sma20"
],
"target_horizon": 3,
"built_at": "2026-06-13T14:18:27.084238+00:00",
"models": {
"ensemble": {
"features": [
"returns_1",
"returns_3",
"returns_6",
"sma_10",
"sma_20",
"sma_50",
"macd",
"macd_signal",
"rsi_14",
"atr_14",
"atr_pct",
"vol_ratio",
"high_low_range",
"dist_sma20"
],
"path": "models/xauusd_h1_ensemble.onnx"
}
}
}
Binary file not shown.