• Stars
    star
    1,802
  • Rank 25,778 (Top 0.6 %)
  • Language
    Jupyter Notebook
  • Created over 8 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Providing the solutions for high-frequency trading (HFT) strategies using data science approaches (Machine Learning) on Full Orderbook Tick Data.

Modeling High-Frequency Limit Order Book Dynamics Using Machine Learning

  • Framework to capture the dynamics of high-frequency limit order books.

Overview

In 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)