Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 29 days ago
JSON representation
Providing the solutions for high-frequency trading (HFT) strategies using data science approaches (Machine Learning) on Full Orderbook Tick Data.
- Host: GitHub
- URL: https://github.com/rorysroes/sgx-full-orderbook-tick-data-trading-strategy
- Owner: rorysroes
- Created: 2016-07-21T05:14:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-27T20:48:46.000Z (about 2 years ago)
- Last Synced: 2024-09-30T20:20:48.732Z (about 1 month ago)
- Topics: 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
- Language: Jupyter Notebook
- Homepage:
- Size: 83.6 MB
- Stars: 1,923
- Watchers: 98
- Forks: 661
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.
#### OverviewIn 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)