This page backtests a simple breakout strategy using intraday data (e.g., 10-minute bars or synthetic minutes).
Accepted CSV formats:
Date,Time,Price — treated as Open = High = Low = Close = Price.Date,Time,Open,High,Low,Close.Parameters:
(1 − x/100) × daily Open (x is % below open).Target buy price × (1 + y/100).Scenarios:
Notes / restrictions:
split(",") can break on quoted fields / commas inside values.
Each file must be Type A (Date,Time,Price) or Type B (Date,Time,Open,High,Low,Close). Additional columns are ignored.
Shows strategy equity (capital/wealth) by day over the selected date range.
chart.umd.min.js and include it next to this HTML file, then refresh.
| Year | Start capital | End capital | Trades (W/L) | Total return % |
|---|
Each cell shows total return over the full available date range (starting from $1,000).
Sorted by Total return % (descending). Each run saves 25 (x,y) results plus a NoTrade benchmark.
| Return | Trade W/L | Scenario | X / Y | Date Range | Csv File | Run date |
|---|