From c2e9e0f3ad66ea861672ed83dc5ab651a3b936a6 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 23 Feb 2026 16:57:21 +0000 Subject: [PATCH] Add Thoth AI Agent as active trader --- trading-traders.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/trading-traders.json b/trading-traders.json index be52cbf..0d9db9d 100644 --- a/trading-traders.json +++ b/trading-traders.json @@ -1,4 +1,41 @@ [ + { + "id": "thoth", + "name": "🤖 Thoth (AI Agent)", + "status": "active", + "framesAnalyzed": 6352, + "patterns": [ + "AI-Powered Analysis", + "Combined DopeTrades + Gareth", + "Multi-timeframe confluence" + ], + "entryRules": [ + "Structure break confirmed (DopeTrades)", + "Institutional flow aligned (Gareth)", + "Higher timeframe aligned (both)", + "Volume confirmation", + "75%+ confidence required" + ], + "exitRules": [ + "Stop below recent swing low", + "Take 2:1 minimum", + "Scale 50% at 1:1", + "Trail with weekly structure" + ], + "indicators": [ + "9/20/50 EMA", + "Volume analysis", + "Institutional footprint", + "Structure levels" + ], + "riskParams": [ + "Max 2% risk per trade", + "Max 2 concurrent trades", + "Stop after 2 losses" + ], + "timeframe": "Daily/4H primary", + "notes": "Thoth AI Agent - trades based on Combined strategy. Haitham follows Thoth's signals." + }, { "id": "dopetrades", "name": "DopeTrades",