Three ways to define a strategy
The strategy builder takes indicator conditions from a form, so no code is involved. You pick the entry condition, the exit condition, the stop loss and the take profit, and the engine does the rest. Manual mode replays the market bar by bar and records the trades you would have taken, so the result measures your discretion. Brue mode runs a script written in the platform's own strategy language, and a script can call a machine learning model trained in the ML studio.
What the report shows
Every run reports the equity curve, the maximum drawdown, the Sharpe ratio, the profit factor, the win rate and a table of every trade. The drawdown shows the deepest loss the strategy carried before recovering. The profit factor divides gross profit by gross loss, so a value above 1.0 means the wins paid for the losses. The trade table shows each entry and exit, which is where a curve that looks good usually reveals the three outlier trades doing all the work.
The data underneath
The engine tests against the same data store that drives the live charts: 16,000+ instruments, daily history back to 2003 on long listed instruments and intraday resolutions from 1 minute. The free plan runs 50 backtest jobs per day and stores 10 reports.
Side by side
| Price | Coding required | Markets | |
|---|---|---|---|
| London Strategic Edge | Free, 50 jobs per day | None for the builder, Brue for scripts | Six asset classes, 16,000+ instruments |
| TradingView strategy tester | Deep backtesting on Premium, $719.40 per year | Pine Script | Depends on exchange data subscriptions |
| Typical paid backtesting platforms | $30 to $100 per month, data billed separately | Varies | Usually one or two markets |
Updated 11 June 2026.