This project is a continuation and advancement of the HFT project, part of the FIN 556 course project. We implemented two strategies: LSTM and Kalman filter. The LSTM model is trained by Pytorch in Python first, then integrated in the C++ Srategy Studio environment to make inference/predictions, which are used for backtesting. The Kalman filter is directly coded in C++ by implemented the Strategy Studio interface.