docs: remove closed-source live trader reference from README

This commit is contained in:
TPTBusiness
2026-05-25 12:16:04 +02:00
parent 61e6a09b95
commit 8806b12ad6
+1 -4
View File
@@ -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 &
```
---