From 8806b12ad683d056989bd70e35ac0f703bd036b2 Mon Sep 17 00:00:00 2001 From: TPTBusiness Date: Mon, 25 May 2026 12:16:04 +0200 Subject: [PATCH] docs: remove closed-source live trader reference from README --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 6c0f7287..0bd3405c 100644 --- a/README.md +++ b/README.md @@ -345,11 +345,8 @@ python nexquant.py best # fin_quant — factor R&D loop nohup bash -c 'while true; do rdagent fin_quant --loop-n 10 --model local >> /tmp/fin_quant_daemon.log 2>&1; sleep 10; done' & -# Autopilot — 24/7 strategy generator (Kronos factors auto-selected) +# Autopilot — 24/7 strategy generator nohup python scripts/nexquant_autopilot.py >> /tmp/autopilot_daemon.log 2>&1 & - -# Live Trader — FTMO FIX API (requires credentials) -nohup python git_ignore_folder/live_trading/ftmo_live_trader.py >> ftmo_live_trader.log 2>&1 & ``` ---