Skip to content
View cheesecakeMafia's full-sized avatar
💭
Peace ☮️
💭
Peace ☮️

Block or report cheesecakeMafia

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
cheesecakeMafia/README.md

Aditya Paradkar

Quant systems for Indian markets, and the tooling around them. aditya-paradkar.in

Tradingstatrex, a personal algorithmic trading system (Python + Rust, TimescaleDB), and quant_toolkit, a library for NSE/BSE derivative contracts, holiday-aware expiries and OHLCV storage. Both private. The options research is public: covered-call-simulator prices a million Monte Carlo paths across two covered-call strategies, while India-VIX1W and OptionChain are earlier work on weekly-expiry VIX and volatility skew.

Toolingmstat and xfer, Bash CLIs for a three-machine Tailscale fleet; GNOME Shell extensions for the things I check daily; and the site above, a FastAPI + HTMX app that grew into a small tool platform.

Occasionally I build a game to learn something — rust-game, system-design-game.

Python · Rust · Bash

Pinned Loading

  1. mstat mstat Public

    Bash CLI tool to monitor the health of local machine and machines connected via Tailscale

    Shell

  2. rust-game rust-game Public

    A gamified Rust learning CLI — exercises, XP, time trials, boss battles. Learn Rust by playing.

    Rust

  3. xfer xfer Public

    Bash CLI wrapping rsync for multi-machine file transfers over Tailscale

    Shell

  4. OptionChain OptionChain Public archive

    Just scraped the NSE website(nseindia.com/option-chain) and extracted all the options data, and made some basic manipulations and plotted the skew and term structure of call and put. WIP!!

    Python 1 1

  5. system-design-game system-design-game Public

    An interactive, gamified system design course. 20 lectures, boss battles, and a browser game — built on top of System Design Primer and Server Survival.

    PowerShell 1

  6. India-VIX1W India-VIX1W Public archive

    I have used the white papers available on the NSE India and CBOE websites to generate the volatility index aka VIX on weekly options rather than the normal methodology of doing it on monthly option…

    Python