Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rorysroes/SGX-Full-OrderBook-Tick-Data-Trading-Strategy

Providing the solutions for high-frequency trading (HFT) strategies using data science approaches (Machine Learning) on Full Orderbook Tick Data.
https://github.com/rorysroes/SGX-Full-OrderBook-Tick-Data-Trading-Strategy

algorithmic-trading backtesting-trading-strategies feature-engineering feature-selection high-frequency-trading investment limit-order-book machine-learning market-maker market-making market-microstructure model-selection orderbook orderbook-tick-data python quant quantitative-trading trading trading-strategies

Last synced: 7 days ago
JSON representation

Providing the solutions for high-frequency trading (HFT) strategies using data science approaches (Machine Learning) on Full Orderbook Tick Data.

Awesome Lists containing this project

README

        

## Modeling High-Frequency Limit Order Book Dynamics Using Machine Learning

* Framework to capture the dynamics of high-frequency limit order books.



#### Overview

In this project I used machine learning methods to capture the high-frequency limit order book dynamics and simple trading strategy to get the P&L outcomes.

* Feature Extractor

* Rise Ratio

* Depth Ratio



[Note] : [Feature_Selection] (Feature_Selection)

* Learning Model Trainer

* RandomForestClassifier
* ExtraTreesClassifier
* AdaBoostClassifier
* GradientBoostingClassifier
* SVM

* Use best model to predict next 10 seconds



* Prediction outcome



* Profit & Loss



[Note] : [Model_Selection] (Model_Selection)