Skip to content

Python framework for quantitative financial analysis and trading algorithms on decentralised exchanges

License

Notifications You must be signed in to change notification settings

piotryordanov/trading-strategy

 
 

Repository files navigation

PyPI version

CI Status

pip installation works

Trading Strategy framework for Python

Trading Strategy framework is a Python framework for algorithmic trading on decentralised exchanges. It is using backtesting data and real-time price feeds from Trading Strategy Protocol.

Use cases

  • Analyse cryptocurrency investment opportunities on decentralised exchanges (DEXes)

  • Creating trading algorithms and trading bots that trade on DEXes

  • Deploy trading strategies as on-chain smart contracts where users can invest and withdraw with their wallets

Features

Getting started

See the Getting Started tutorial and the rest of the Trading Strategy documentation.

Prerequisites

  • Python 3.10

Installing the package

Note: Unless you are an experienced Python developer, try the Binder cloud hosted Jupyter notebook examples first.

You can install this package with

Poetry as a dependency:

poetry add trading-strategy -E direct-feed

Poetry, local development:

poetry install -E direct-feed

Pip:

pip install "trading-strategy[direct-feed]" 

Documentation

Community

Read more documentation how to develop this package.

License

GNU AGPL 3.0.

About

Python framework for quantitative financial analysis and trading algorithms on decentralised exchanges

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.5%
  • Other 1.5%