Commit 53056e2d authored by hockeymikey's avatar hockeymikey
Browse files

Changes

parent f949db96
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
BenBot-VC (Virtual Coin)

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
4) Run t_b.py
4) Run t_b.py
5) ????
6) Profit
 No newline at end of file