8000 GitHub - aczid/orderplot: Plot open bittrex orders compared to market bid
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

aczid/orderplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Orderplot

This is meant to monitor a trading bot like TraderDaddy in action while operating on the Bittrex exchange. The script will graph your open buy/sell orders over the current bid price for the markets you are in. Open orders are updated every 5 minutes, bid price is updated every 30 seconds.

You'll need matplotlib and bittrex python packages installed.

apt-get install python-matplotlib
pip install -r requirements.txt

Now just fill in your api key and secret into orderplot.py for a (new) key with 'read info' privileges and run it.

./orderplot.py

About

Plot open bittrex orders compared to market bid

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0