返回排行榜
rorysroes/SGX-Full-OrderBook-Tick-Data-Trading-Strategy
Jupyter NotebookProviding the solutions for high-frequency trading (HFT) strategies using data science approaches (Machine Learning) on Full Orderbook Tick Data.
high-frequency-tradinglimit-order-bookpythonmachine-learningfeature-selectionfeature-engineeringbacktesting-trading-strategiesmodel-selectiontrading-strategiesquantitative-tradingalgorithmic-tradinginvestment
关键指标
Star 增长趋势
Star
2.3k
Forks
696
周增长
—
Issues
5
1k2k
2016年12月2018年7月2020年2月2021年9月2023年5月2024年12月2026年7月
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)
相关仓库