
I built an open-source crypto trading bot with offline paper trading
Hey everyone, I've been working on a crypto trading automation project for a while and decided to finally open-source it. It's called SignalBolt. Main idea: Most trading bots require your computer to run 24/7 even for paper trading. SignalBolt allows offline paper trading . You can start a test, close your laptop, and come back later — the bot downloads historical data and simulates what would have happened. Main features: • Paper trading (no real money) • Offline simulation / replay • Multiple strategies • Backtesting with Monte Carlo • Regime detection (bull / bear / range / crash) • Telegram bot alerts • Discord webhooks • Binance integration Tech stack: Python 3.12, CCXT, pandas, numpy. This is still v1.0 so feedback is very welcome. GitHub: https://github.com/gettexik0wy/signalbolt Would love to hear what you think or what features you'd add. PS: Not a crypto trader? No worries! You can still help — any thoughts on the interface, layout, or usability would be super appreciated.
Continue reading on Dev.to Python
Opens in a new tab


