Skip to content

Tool for plotting gunbot buy/sell orders with the price of the index (currency pair)

License

Notifications You must be signed in to change notification settings

ts95/gunbot_stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, 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.

About

Tool for plotting gunbot buy/sell orders with the price of the index (currency pair)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages