Skip to content
View Manav0559's full-sized avatar

Block or report Manav0559

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Manav0559/README.md

Hi, I'm Manav ❤️

Typing SVG

Mathematics & Computing Undergraduate @ IIT Patna
Bridging the gap between Stochastic Calculus and Bare-Metal C++ Engineering.


My Core Focus

I operate at the intersection of High-Frequency Trading (HFT) and Deep Learning. My goal is to build autonomous trading agents that can reason about market liquidity and execute trades with sub-millisecond latency.

The Engine (Systems) The Brain (Quant)
Low-Latency C++ Stochastic Calculus
Market Data Feeds Deep Learning (CNN/LSTM)
Matching Engines Time-Series Analysis
Network Optimization Market Microstructure

Technology Stack

Languages Quant Libraries Infrastructure
C++ PyTorch Linux
Python NumPy Docker
SQL Pandas ZeroMQ

Featured Research & Projects

A Hybrid Execution System combining C++ speed with Deep Learning intelligence.

  • Architecture: Decoupled C++17 execution engine + Python PyTorch Inference Server.
  • Strategy: DeepLOB (Deep Limit Order Book) utilizing CNNs for spatial features and LSTMs for temporal patterns.
  • Performance: 57.9% Win Rate | 1.55 Profit Factor on Binance Futures (Live Test).

A simulation of a NASDAQ-style matching engine optimized for cache locality.

  • Core: Price-Time Priority matching algorithm using std::vector and memory pools.
  • Optimization: Fixed-point arithmetic to eliminate floating-point non-determinism.
  • Throughput: Capable of processing 10k+ orders/second in single-threaded backtests.

Pinned Loading

  1. DeepLOB-HFT-Bot DeepLOB-HFT-Bot Public

    Hybrid High-Frequency Trading Bot. C++ for ultra-low latency execution, PyTorch (DeepLOB) for Alpha prediction.

    Python

  2. HFT-OrderBook-CPP HFT-OrderBook-CPP Public

    Low-latency Limit Order Book (LOB) and Matching Engine in C++17. Processes live market data from Binance.

    C++ 1