HFT_Project Apply different deep learning models to limit order book.
-
SingleCNN: Apply single CNN model(9 convolutional layers) to HFT.
-
MultiCNN: Combine CNN models with 1s and 0.1s data.
-
BoostingCNN: Apply boosting method for single CNNs.
-
Comb_CNN_LSTM: Combine CNN model with LSTM model to HTF.