Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Philipid3s/EthTradingAlgorithm

Ethereum trading algorithm using Python 3.5 and the library ZipLine
https://github.com/Philipid3s/EthTradingAlgorithm

Last synced: 7 days ago
JSON representation

Ethereum trading algorithm using Python 3.5 and the library ZipLine

Awesome Lists containing this project

README

        

# EthTradingAlgorithm

Trading Algorithm backtesting ETH price curve.

Prototype developed in Python 3.5 with the library ZipLine (algorithmic trading library)

### Prerequisites

* ZipLine 1.2 (https://www.zipline.io/)
```
$ pip install zipline
```