SamuelBonilla / bitcoin

Bitcoin trading bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bitcoin trading bot

Bayesian regression model for predicting changes in the price of Bitcoin, implemented with Python and sklearn.

The model implemented is similar to the one described in Bayesian Regression and Bitcoin by Shah, Zhang (arxiv:1410.1231)

Usage

Training

python train.py data/training_data.csv

Trade

python trade.py data/testing_data.csv

About

Bitcoin trading bot


Languages

Language:Python 100.0%