Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Philipid3s/EthTradingAlgorithm
- Owner: Philipid3s
- Created: 2018-06-23T01:37:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-23T02:06:56.000Z (over 6 years ago)
- Last Synced: 2024-08-01T10:21:55.149Z (3 months ago)
- Language: Python
- Size: 53.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ai-in-finance - EthTradingAlgorithm - Ethereum trading algorithm using Python 3.5 and the library ZipLine. (Strategies & Research / Technical Analysis)
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
```