Objective
The primary objective of this project is to predict the direction of movement of volume-weighted-average price (VWAP) of the two most important buy and sell side levels in a limit order book in next 1 minute using deep learning
Issues to tackle
- Volumes are not available at the end of each second and should be extrapolated
- Similar to other financial problems, iid assumption fails. An explicit model for the association between observations is required
- Sample dependency of the model should be examined. Therefore, the model should perform significantly better than majority guess
- Balance the threshold for sampling observations and the minimum number of observations required for deep learning models
Data source
Privately acquired data. Only results will be shown