I am a Mathematics and Computing undergraduate at IIT Patna, specializing in Quantitative Finance, High-Frequency Trading (HFT) systems, and Algorithmic Trading.
I build low-latency trading engines in C++ and research market microstructure strategies in Python.
- Systems Engineering: C++ (STL, Templates, Multithreading), Linux, CMake
- Quantitative Analysis: Python (Pandas, NumPy, Scikit-learn), Time Series Analysis, Stochastic Calculus
- Data Infrastructure: SQL, TimescaleDB, Docker, WebSocket APIs
A low-latency matching engine simulating a high-frequency crypto exchange.
- Core Architecture: Implements standard Price-Time priority matching using
std::mapandstd::vectorfor O(log n) efficiency. - Live Market Data: Features a custom Python feed handler that streams real-time BTC/USDT depth from Binance.
- Performance: Optimized with fixed-point integer arithmetic to eliminate floating-point latency and errors.