Dixit Gajjar

M.S. Financial Engineering @ Stevens Institute of Technology

Quantitative researcher focused on Algorithmic Trading, Market Microstructure, and Risk Modeling. Skilled in building high-performance backtesting engines and stochastic simulators.

Quantitative Finance Projects

Deep Momentum Transformer (Capstone)
TensorFlow 2.x Yahoo Finance Transformers

A complete re-implementation of the Momentum Transformer architecture adapted for modern production environments. I refactored the original academic codebase to run on TensorFlow 2.x and engineered a custom data pipeline using Yahoo Finance to replace paid institutional feeds.

Key Research Findings (1990-2025 Backtest):
  • Superior Returns: Achieved 1248% Total Return vs 113% for LSTM baseline.
  • Risk Metrics: Sharpe Ratio of 2.06 (vs 1.23 for LSTM) with superior Sortino ratio.
  • Engineering: Optimized attention mechanisms to train efficiently on local hardware constraints.
Cumulative Returns Chart
View Refactored Code →
Automated Quant Trading System
Python Alpaca API ML GitHub Actions
Build Status

A fully automated paper-trading engine deployed on the cloud. The system implements a multi-factor strategy combining mean-reversion and trend-following signals.

Key Components:
  • Regime Switching: Dynamic exposure adjustment based on Volatility/Trend regimes.
  • Signal Processing: Kalman Filters and McGinley Dynamic averages for noise reduction.
  • Risk Engine: 15% Annualized Volatility targeting with max-drawdown controls.
  • Infrastructure: Serverless execution via GitHub Actions with hourly rebalancing.
View Source Code & Strategy Logic →
Market Microstructure Analysis: Tesla (TSLA)
Python Pandas TAQ Data

Processed high-frequency Trade and Quote (TAQ) data to estimate liquidity metrics, volatility surface, and Probability of Informed Trading (PIN).

View Analysis Report →
American Option Pricing (LSM Algorithm)
Python Monte Carlo NumPy

Implemented the Longstaff-Schwartz Method (LSM) to accurately price American Options using Least Squares Monte Carlo simulation techniques.

View Technical Report →
Vasicek Interest Rate Simulator
Streamlit Stochastic Calculus Rates

Interactive dashboard that simulates interest rate paths using the Vasicek mean-reverting stochastic differential equation.

Launch Simulator →
CIR Interest Rate Model
Streamlit Risk Modeling

Cox-Ingersoll-Ross (CIR) model simulation. Prevents negative interest rates and allows users to visualize term structure dynamics.

Launch Simulator →
High-Frequency Trading Algorithm
C++ / Python Algo Trading

Execution strategies and signal generation engine designed for high-frequency trading environments.

View Project Page →
Portfolio Risk Management
Python VaR / CVaR

Comprehensive risk modeling using Value at Risk (VaR) and Conditional Value at Risk (CVaR) for multi-asset portfolios.

View Project Page →

Data Visualization

India Live Birth Rate Tracker
JavaScript D3.js

Interactive map visualizing real-time birth statistics across Indian states.

View Live Map →