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
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
Buying Short-Term Dips in Stocks - RealTest Code
Here you can find the complete RealTest code for the same short mean reversion strategy I used to build the