- Extract trading signals from multi-level orderbook data
- Replicate well-designed high frequency trading (HFT) strategies using machine learning and deep learning techniques
The SGX FTSE CHINA A50 INDEX Futures (新加坡交易所FTSE中国A50指数期货) tick depth data are used.
We use level-3 deep orderbook data to develop trading signals, including Depth Ratio, Rise Ratio, and Orderbook Imbalance (OBI).
- Simple average depth ratio and OBI:
- Weighted average depth ratio, OBI, and rise ratio:
-
Models:
- RandomForestClassifier
- ExtraTreesClassifier
- AdaBoostClassifier
- GradientBoostingClassifier
- Support Vector Machines
- Other classifiers: Softmax, KNN, MLP, LSTM, etc.
-
Hyperparameters:
- Training window: 30min
- Test window: 10sec
- Prediction label: 15min forward
- Prediction accuracy:
- Prediction Accuracy Series:
- Cross Validation Mean Accuracy:
- Best Model: