Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 371 Bytes

File metadata and controls

15 lines (10 loc) · 371 Bytes

stock

Backtest different moving averages combinations on existing historical data in CSV format and draw profitability heatmap.

CSV columns must be: timestamp,price,amount

Script tested only on Linux Mint 13-14 with BTC-e historical data, taken from here: http://api.bitcoincharts.com/v1/csv/

Dependencies

python3 python3-numpy matplotlib (>=1.2)