#
June 17, 2011 ยท View on GitHub
############################################
Redbit Automated Bitcoin Trader (RABiT)
---------------------------------------
v0.4
06/17/2011
reddit.com/r/redbit
Always bet on RED
############################################
-
Includes
- main.py
- MtGox.py
- DataSet.py
- Data.py
- Credentials.py
-
New Features
- Mean, standard deviation, and fitted slope calculations for market depth values
- Cleaned up table display with (hopefully) no more shifting columns
- View orders in table (just oid, type, and status)
- View simulation status (either simulation or live) plus username if live
- Table title with date and time
-
Setup
- Edit variable values at top of main.py and MtGox.py files
- Notice: Change DEFAULT_SIMULATION at your own risk! This program is still in pre-alpha state.
-
Run Command
- python main.py
-
Question, Comments, Bug Fixes?
-
Updates