You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A production-grade automated trading system implementing a multi-ticker mean reversion strategy across the Magnificent 7 equities via the Trading 212 API. Built with a strong focus on reliability, fault tolerance, and real-world deployment, the bot continuously scans markets in 30-minute intervals, executes trades based on RSI and long-term trend.
A comprehensive Python framework for financial derivative valuation using numerical methods. This project implements Binomial and Trinomial trees to price European and American options, analyzes sensitivities (Greeks), and simulates dynamic delta hedging strategies.