A profitable backtest is not proof of a robust strategy.
Your EA was tested on what happened. IsTradeable tests what could reasonably have happened.
How it works
Select your data
Choose your historical market data in MT5.
Generate market variations
Create statistically plausible synthetic market paths.
Run your EA in MT5
Backtest your .ex5 on each synthetic market.
Get a clear verdict
Receive a robustness report with a final verdict.
Advanced methodology details for quantitative users
Synthetic paths are designed to test whether the EA depends too tightly on the original sequence of prices. The goal is not to predict the future, but to reveal fragility before capital is allocated.
Example report (illustrative)
Equity curves
100 synthetic scenariosScenarios
Pass/fail viewTotal scenarios: 100
Drawdown comparison
Historical vs synthetic medianWho uses IsTradeable?
EA developers
Validate new versions before releasing or trading them.
StrategyQuantX users
Filter large batches of strategies with a test beyond the original historical sample.
EA buyers
Check whether a purchased EA remains profitable across alternative histories.
EA sellers
Support your product with reproducible robustness evidence.
Algorithmic traders
Add a stricter validation layer before allocating real capital.
More than a traditional backtest
Private. Local. Built for MT5.
Simple pricing
- Test as many strategies as your MT5 setup can handle
- All features included
- Cancel anytime
Billed monthly. No long-term commitment.
Frequently asked questions
Do I need the EA source code?
No. IsTradeable is designed to work with compiled MT5 Expert Advisor files.
How are synthetic markets different from random price data?
They are plausible variations derived from historical market behavior, not arbitrary random prices.
Does it work with .ex5 files?
Yes. The point is to test compiled EAs without requiring source-code access.
Can I use it with StrategyQuantX?
Yes. It is useful for filtering large batches of generated strategies before live testing.
Does IsTradeable execute trades?
No. It validates Expert Advisors through MT5 backtesting workflows. It is not an execution service.
Can I test purchased EAs?
Yes, if you have the compiled EA file and can run it in your MT5 setup.
Are the tests run in the cloud?
No. Backtests run locally through MetaTrader 5 on your computer.
Why should I test the same EA more than once?
New versions, parameters, symbols, or fresh market data can change robustness.
Does a positive result guarantee profitability?
No. It adds a stricter validation layer, but it does not promise future returns.
What exactly does the final verdict mean?
It summarizes whether the EA looks robust, fragile, overfitted, or without a consistent edge under alternative market paths.