Custom Go Backtester
A custom backtesting engine built for strategies that stopped fitting neatly inside off-the-shelf Python frameworks.
This site is currently being refined after migration. If something seems missing, try Search or visit the older site.
oldws.anupshinde.comTag
A custom backtesting engine built for strategies that stopped fitting neatly inside off-the-shelf Python frameworks.
Aug 11, 2025
A backtest of random trading signals on NQ futures - from seed 42 experiments to massive 10,000-generator ensembles. Explore probability patterns, profit curves, and what happens when chaos meets code.
Jul 17, 2025
Many traders chase high win rates, but this can backfire on them. Learn why low reward-to-risk setups can break you, even if you’re often right.
Jun 23, 2025
I used ChatGPT to backtest an EMA + ATR system with stop-loss, slippage, commissions, take-profit, and real P&L tracking.
Jun 22, 2025
Manual backtests build feel, but code (or AI tools) helps you test faster and uncover deeper insights.