#

June 17, 2011 ยท View on GitHub

############################################

Redbit Automated Bitcoin Trader (RABiT)

---------------------------------------

v0.4

06/17/2011

reddit.com/r/redbit

Always bet on RED

############################################

  1. Includes

    • main.py
    • MtGox.py
    • DataSet.py
    • Data.py
    • Credentials.py
  2. 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
  3. 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.
  4. Run Command

    • python main.py
  5. Question, Comments, Bug Fixes?

  6. Updates