Backtesting22 August 20269 min read
Strategy builders are the right answer for a lot of traders. This is a precise account of where their ceiling sits — the five walls people hit, what custom work actually costs, and when you should not hire anyone at all.
Backtesting15 August 20268 min read
Six causes, ranked by how often they turn out to be the culprit — look-ahead bias, missing costs, sample size, regime change, execution assumptions and plain curve fitting. With a way to diagnose which one is yours.
Indian markets8 August 20267 min read
Brokerage, STT, exchange transaction charges, GST, SEBI turnover fee and stamp duty — worked through on an actual Bank Nifty options round trip, and what it does to a strategy that looked profitable without them.
TradingView1 August 20266 min read
The three patterns that let a script see the future — unclosed bars, careless request.security() calls, and mutable series — plus the fix for each and how to prove your script is clean.