Welcome to the Bybit Python Tools Series.
Currently refactoring & updating a load of old posts — the new versions will be linked below.
Feel free to look at older versions on the site, but just a heads up: they likely have bugs.
Make sure to ⭐ star this repo and follow codearmo.com for updates and open to suggestions for interesting topics to cover.
Get an introduction to algorithmic trading using Python.
We explore what it means to automate crypto strategies, how Bybit’s API fits in,
and lay the foundation for a scalable trading bot.
Guide for creating your Bybit API Key securely.
➡️ part-1.ipynb
📉 ✅ Post 3: Crypto Data from Bybit: OHLC & Live Prices
- Pull candlestick data (OHLC), live tickers, and other market metrics from Bybit’s public API
- Best way to get free crypto data
- Resample OHLC from a lower time period to a higher one using
pandas.resample
➡️ part-2.ipynb
Explore market sentiment metrics like Open Interest and the Long/Short Ratio.
These tools help spot potential reversals and assess current trader positioning.
➡️ part-3.ipynb