Pinned Repositories
cs326-final-nu
OptionsKillerBotCPP
A C++-based bot developed to calculate implied volatility on option prices using the Barone-Adesi Whaley model and perform custom interpolations on the results. Built upon my original Python implementation, this version significantly enhances the performance of both the pricing calculations and interpolation processes.
OptionsKillerBotPython
A Python-based trading bot designed to identify and trade mispriced options using the Schwab API. The bot automatically submits limit orders on options it detects as mispriced, and once the orders are filled, it delta hedges the positions to manage risk.
OptionsPricerLib
OptionsPricerLib is a Python library for pricing financial options using various european and american models. The library provides options pricing, implied volatility calculation, and the Greeks for options, covering models such as Barone-Adesi Whaley, Black-Scholes, Leisen-Reimer, Jarrow-Rudd, and Cox-Ross-Rubinstein.
OptionsTradingGui
A Python-based Gui that displays live options chain data, and runs an interpolation on the implied volatilities of that data using various techniques. The Gui can interact with the Schwab and Tastytrade APIs to provide live options prices.
PyFinance-Projects
A collection of small quantitative finance projects written in Python and Go, covering a range of topics such as image recognition using TensorFlow, Kalman filtering, the Kelly Criterion, Monte Carlo simulations, pairs trading strategies, and portfolio optimization techniques.
SplinesNextJS
A personal website built with Next.js that showcases various interpolation techniques I've mastered for volatility surface modeling. The site features an interactive graph where users can explore and visualize different volatility surfaces, with the ability to switch between multiple models for comparison and analysis.
trading_bot_rust
A high-performance trading bot implemented in Rust, designed to detect live arbitrage opportunities in the SPX options market. The bot interacts with the IBKR web API, leveraging Rust's speed and efficiency to capitalize on mispriced opportunities in real-time.
VolSplinesLib
VolSplinesLib is a Python library for interpolating implied volatility surfaces using various volatility models. The library provides tools for fitting and interpolating models to market data, supporting popular methods like RFV, SLV, SABR, and SVI.
VwapProject
A Python backend server that integrates with TradingView and Tastytrade to automate the submission of trades for ES and NQ futures contracts, providing seamless execution of strategies based on TradingView signals.
hedge0's Repositories
hedge0/PyFinance-Projects
A collection of small quantitative finance projects written in Python and Go, covering a range of topics such as image recognition using TensorFlow, Kalman filtering, the Kelly Criterion, Monte Carlo simulations, pairs trading strategies, and portfolio optimization techniques.
hedge0/trading_bot_rust
A high-performance trading bot implemented in Rust, designed to detect live arbitrage opportunities in the SPX options market. The bot interacts with the IBKR web API, leveraging Rust's speed and efficiency to capitalize on mispriced opportunities in real-time.
hedge0/OptionsTradingGui
A Python-based Gui that displays live options chain data, and runs an interpolation on the implied volatilities of that data using various techniques. The Gui can interact with the Schwab and Tastytrade APIs to provide live options prices.
hedge0/OptionsKillerBotPython
A Python-based trading bot designed to identify and trade mispriced options using the Schwab API. The bot automatically submits limit orders on options it detects as mispriced, and once the orders are filled, it delta hedges the positions to manage risk.
hedge0/OptionsKillerBotCPP
A C++-based bot developed to calculate implied volatility on option prices using the Barone-Adesi Whaley model and perform custom interpolations on the results. Built upon my original Python implementation, this version significantly enhances the performance of both the pricing calculations and interpolation processes.
hedge0/OptionsPricerLib
OptionsPricerLib is a Python library for pricing financial options using various european and american models. The library provides options pricing, implied volatility calculation, and the Greeks for options, covering models such as Barone-Adesi Whaley, Black-Scholes, Leisen-Reimer, Jarrow-Rudd, and Cox-Ross-Rubinstein.
hedge0/VwapProject
A Python backend server that integrates with TradingView and Tastytrade to automate the submission of trades for ES and NQ futures contracts, providing seamless execution of strategies based on TradingView signals.
hedge0/cs326-final-nu
hedge0/VolSplinesLib
VolSplinesLib is a Python library for interpolating implied volatility surfaces using various volatility models. The library provides tools for fitting and interpolating models to market data, supporting popular methods like RFV, SLV, SABR, and SVI.
hedge0/SplinesNextJS
A personal website built with Next.js that showcases various interpolation techniques I've mastered for volatility surface modeling. The site features an interactive graph where users can explore and visualize different volatility surfaces, with the ability to switch between multiple models for comparison and analysis.
hedge0/hedge0