Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ts95/gunbot_stats
Tool for plotting gunbot buy/sell orders with the price of the index (currency pair)
https://github.com/ts95/gunbot_stats
cryptocurrency gunbot python
Last synced: about 2 months ago
JSON representation
Tool for plotting gunbot buy/sell orders with the price of the index (currency pair)
- Host: GitHub
- URL: https://github.com/ts95/gunbot_stats
- Owner: ts95
- License: mit
- Created: 2018-04-13T13:23:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:58:32.000Z (about 2 years ago)
- Last Synced: 2023-05-14T13:34:25.928Z (over 1 year ago)
- Topics: cryptocurrency, gunbot, python
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gunbot Stats Tool
Tool for plotting gunbot buy/sell orders with the price of the index (currency pair).## Overview
The script is meant to generate a chart of the price history of a given
currency/cryptocurrency pair, and plot all orders (buys/sells) onto a chart.
It takes a Gunbot CSV file as input and fetches price information from the
[Crypto Compare API](https://www.cryptocompare.com/api/#), then it generates
a chart which it outputs in the form of an image.**Work in progress**
## Python version
Python 3.6## Configuration
Run `virtualenv -p python3 venv && source venv/bin/activate && pip install -r requirements.txt`### New dependencies
After installing new dependencies, run `pip freeze > requirements.txt` to persist them.## Running
`source venv/bin/activate` to activate the virtualenv.
`python3 main.py [fullOrders.csv]` to run the script.