# SGX-Full-OrderBook-Tick-Data-Trading-Strategy
**Repository Path**: triobox/SGX-Full-OrderBook-Tick-Data-Trading-Strategy
## Basic Information
- **Project Name**: SGX-Full-OrderBook-Tick-Data-Trading-Strategy
- **Description**: Providing the solutions for high-frequency trading (HFT) strategies using data science approaches (Machine Learning) on Full Orderbook Tick Data.
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 2
- **Created**: 2021-06-05
- **Last Updated**: 2021-08-18
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## 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)