A Python-based backtester for volatility-driven intraday breakout strategies. This tool generates raw trades from 1-minute data using ATR-based breakout levels, designed to be the second block in a complete trading strategy workflow (see Intraday Volatility Breakout Blueprint).
Read next
How I Use Claude Code and Codex to Build More Reliable Backtests
In this article, I share a simple setup that has significantly improved my strategy prototyping: one model plans and codes, while another independently audits its work.
Intraday Breakout Strategy - RealTest Analysis Script
A RealTest script for importing, filtering, and analyzing raw trades generated by the Python intraday breakout backtester. This script handles