项目作者: durdenclub

项目描述 :
Quantitative Algorithm for trading Crypto with Machine Learning
高级语言:
项目地址: git://github.com/durdenclub/Algorithmic-Trading.git
创建时间: 2018-07-25T17:56:00Z
项目社区:https://github.com/durdenclub/Algorithmic-Trading

开源协议:

下载


This project aims to create a Market Microstructure Model empowered by Machine Learning Techniques for forecasting the volumes
of Limit Order Book.

First Step is to download the thick data from an exchange API.

Then the raw data is modelled in order to fit to my algorithm.

Finally a Machine Learning Time Series analysis is performed over the two sides of the Limit Order Book.

The Final step of the project is to take decisions for Buy or Sell. The execution management system would be coded from the scratch