https://github.com/giuliovv/cryptotrading
Super fast technical analysis tools, trading gym environment and API wrapper for bitstamp
https://github.com/giuliovv/cryptotrading
bitstamp-api cython technical-analysis
Last synced: 9 months ago
JSON representation
Super fast technical analysis tools, trading gym environment and API wrapper for bitstamp
- Host: GitHub
- URL: https://github.com/giuliovv/cryptotrading
- Owner: giuliovv
- License: mit
- Created: 2021-02-15T17:24:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-20T13:43:30.000Z (over 5 years ago)
- Last Synced: 2025-03-14T19:51:07.879Z (over 1 year ago)
- Topics: bitstamp-api, cython, technical-analysis
- Language: Python
- Homepage:
- Size: 50.9 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cryptotrading
Super fast technical analysis tools, trading gym environment and API wrapper for bitstamp
To use bitstamp API wrapper create a new file key.py inside a folder apikeys. key.py content must be apikey="YOUR BITSTAMP API KEY"
Documentation for [loader](https://giuliovaccari.it/cryptotrading/html/loaders.html)
Documentation for [technical](https://giuliovaccari.it/cryptotrading/html/technical.html)
Notebook examples in the [example folder](../../tree/main/examples).