Commit Graph

2 Commits

Author SHA1 Message Date
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