Skip to content

rnnTrader should be an recurrent neural networks cryptocurrency trader with predicting in the future.

License

Notifications You must be signed in to change notification settings

nsill/rnnTrader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rnnTrader

rnnTrader should be an recurrent neural network cryptocurrency trader with predicting in the future.

Mostly based on https://pythonprogramming.net/cryptocurrency-recurrent-neural-network-deep-learning-python-tensorflow-keras/ but customized for the usage of cryptocurrency data from http://www.cryptodatadownload.com/index.html and more.

//TODO
Get live data from bitfinex
Backtesting
Trading simulation

Install

pip install -r requirements.txt

#To use bitfinex-api
pip install git+https://github.com/doghoc/bitfinex-api-py.git

Usage

python3 main.py

The trained models are located under {root}/models

About

rnnTrader should be an recurrent neural networks cryptocurrency trader with predicting in the future.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages