Skip to main content

Python

crypto momentum algo - btc breakout strategy implementation
BTC broke out of 3-month range today. my momentum algo caught it. time to document the implementation. the context # BTC been consolidating between $25,000 and $28,000 since june.
mean reversion implementation - statistical edge in practice
finally deploying the mean reversion algo I’ve been backtesting since june. 6 months of development. time to go live. the edge # simple concept: prices that deviate from their mean tend to revert.
timescaledb optimization - 3 million rows per day
been putting this off for months. timescaledb getting slow. finally fixed it. the problem # my options flow data pipeline ingests about 3 million rows per day.
fall volatility algo adaptation - regime detection update
first real trading days since vacation. volatility already picking up. VIX hit 16.2 today. time to adapt. the seasonal shift # summer algo settings don’t work in fall.
earnings volatility - how my algos adapt to quarterly chaos
earnings week chaos. GOOGL, TSLA, META all this week. how my algos handle it. the earnings problem # normal day: VIX 15, predictable ranges, clean signals
order flow analysis - adapting strategies for summer thin volume
summer volume creates different market microstructure. adapting order flow analysis to account for it. the summer volume problem # normal month volume: 4.2M SPX options contracts/day
backtrader vs vectorbt - python backtesting framework deep comparison
use both backtrader and vectorbt. here’s when to use each. quick verdict # backtrader: event-driven, realistic simulation, slower
position sizing with kelly criterion - python implementation
rebuilt my position sizing engine last weekend. kelly criterion with practical modifications. the problem # old approach: fixed 2% risk per trade.
thetadata review - options greeks data for algo trading
been using thetadata for 8 months now. here’s the real review for options algo traders. what is thetadata # options-focused market data provider.
vectorbt vs backtrader - python backtesting framework comparison 2025
been using both for 2+ years. here’s when to use each. quick verdict # vectorbt: fast parameter sweeps, simple strategies