How One Developer Built a Fault-Isolated, Multi-Exchange Spot Trading Bot
A developer is building NOVA, a Telegram-based bot that automates repeatable spot trading cycles without predicting markets or using leverage. The core design challenge was executing user-defined buy-sell sequences reliably across failures like dropped HTTP responses, WebSocket disconnections, and mid-cycle process restarts. To prevent exchange-specific details from leaking into business logic, the architecture strictly separates normalized trading concepts from raw exchange API behavior. Each market pair runs in its own isolated process with its own API credential context, limiting the blast radius of any single failure. The system requires only read and spot-trading permissions, deliberately excluding withdrawal access to reduce security risk.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.
Discussion (0)
Log in to join the discussion and vote.
Log in