Skip to content

codearmo/BybitPythonTools

Repository files navigation

🚀 Bybit Python Tools Series

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

Create API Key


  • 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

Trading View Plot BTC


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

Resample OHLC


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published