Skip to content
/ midas Public

A cryptocurrency options trading framework 🚧

Notifications You must be signed in to change notification settings

phuvo/midas

Repository files navigation

Midas CI build

Midas is a cryptocurrency options trading framework written in Python. It supports both backtesting and live trading.

Supported exchanges

At the moment Midas only supports Deribit.

Historical data

You will need the following data to backtest your strategies:

  • Options (creation & expiration date)
  • Tickers (best bid & ask price)
  • Delivery prices

The example directory contains one week of data for BTC options on Deribit. Ticker data were recorded every 30 minutes.

Use get_delivery_prices endpoint to get delivery prices for BTC and ETH options.

Quick start

$ poetry install
$ poetry run backtest

Live trading

$ poetry run trade

About

A cryptocurrency options trading framework 🚧

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages