Commit Graph

7 Commits

Author SHA1 Message Date
admtracksteel 27d15afe6f fix: use correct XAUTUSDT symbol for gold price on Binance 2026-06-15 17:26:43 +00:00
admtracksteel 4969fa9aa6 fix: improve XAU price fallback with multiple symbol attempts 2026-06-15 17:25:59 +00:00
admtracksteel 1defb34d47 feat: add USD/BRL and XAU/USD pipeline agents (Brief+Decio) with /api/usd/brief and /api/xau/brief routes 2026-06-15 17:22:16 +00:00
Hermes 3a7b371838 fix: portfolio simulator pnl calculation and trade status 2026-05-22 10:19:58 +00:00
admtracksteel 3921ce9359 🚀 Auto-deploy: Add background automated scheduler, Kelly allocation, multi-portfolio simulations, and UI improvements 2026-05-20 11:23:56 +00:00
Hermes 738490ea4f fix: sensitive signal thresholds in Brief + lower Decio risk filter (75%→70%)
- RSI threshold: 35/65 → 38/62
- Funding: 0.001 → 0.0001 (any positive = bearish signal)
- Long ratio: 48-52 → 47-53 (tighter)
- MACD: 10 → 5 (more sensitive)
- BTC dominance: 57.5 → 55
- 4h change: 1.5% → 1%
- Decio risk filter: 75% → 70% to allow 74% signals through
- Fix UnboundLocalError on change_4h (defined earlier in run())
2026-05-17 17:10:39 +00:00
Hermes - BrainSteel VPS 50960bab21 BrainSteel Fin v1.0 — 3-agent BTC trading pipeline
- Brief: Market Intelligence (Binance data + LLM analysis)
- Decio: Strategy decision (BUY/HOLD/SELL)
- PaperT: Order executor (Binance API)
- Anime-style Flask dashboard
- Traefik-ready Docker deployment
2026-05-17 16:25:55 +00:00