I can build a monitoring bot that tracks prices across exchanges, computes spreads, and triggers alerts/actions based on your exact rules. Focus: reliability, clean code, and safe defaults.
What I can build
- Multi-exchange monitoring (CCXT or direct REST/WebSocket APIs)
- Cross-exchange spread/price difference tracking
- Rules engine: thresholds, cooldowns, whitelist/blacklist, time windows
- Alerts: Telegram/email/webhook (your choice)
- State persistence (so it resumes after restart)
- Robustness: retries, backoff, rate-limit handling, logging
- Optional execution module (only if you request it)
Deliverables
- Python repo + config templates
- Clear README + example run
- Logging/monitoring basics included
What I need from you
- Exchanges + symbols/pairs
- Your spread rules (thresholds, what counts as “opportunity”)
- Alert channel preferences