I built an open-source crypto trading bot with offline paper trading

Published: (March 8, 2026 at 04:54 PM EDT)
1 min read
Source: Dev.to

Source: Dev.to

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.

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

Repository

https://github.com/gettexik0wy/signalbolt

0 views
Back to Blog

Related posts

Read more »

A new tool I built: Crashvault

!Cover image for A new tool I built: Crashvaulthttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to...