Based on the original stock trading bot of the same name, is a new version written from the ground up.
It's aimed at trading Crypto Currencies, currently geared at Bittrex. Has a templating system to allow for plug-and-play trading algorithms called kernels.
Many kernels can be used at once, to your heart's desire.
Getting started:
Getting started:
1) Go into python-bittrex from command line and run "python setup.py install"
1) Go into python-bittrex from command line and run "python setup.py install"
@@ -5,3 +11,5 @@ Getting started:
Requests, pause
Requests, pause
3) Make copy of key_template.py as keys.py. Put your API keys inside
3) Make copy of key_template.py as keys.py. Put your API keys inside