StrategyQuant X

Machine-searches for trading strategies, then tries to break them with robustness tests.

by StrategyQuant

Last updated

From
$1290 once
Free tier
No
Platforms
Desktop win, Desktop mac, Desktop linux

What it is

StrategyQuant X searches for trading strategies rather than asking you to write one. You give it a market, a timeframe and a pool of building blocks — indicators, candle patterns, entry and exit types — and the Builder assembles rule combinations at random or evolves them genetically, backtesting each at tick precision and keeping whatever clears your filters. No code, at any point. The current release is build 144.2953, dated 20 May 2026.

Three modes share that engine: Builder generates new strategies, Retester re-runs existing ones on a different market, timeframe or settings, and Improver rebuilds one part of a strategy — its entry or its exit — leaving the rest alone. AlgoWizard, the visual editor built in, suits people who already know the rules they want, and its AI assistant turns a plain-language description into a first draft. What comes out either way is editable platform source code, which the vendor's terms let you trade, sell or rent out.

Pricing

Three editions, none a subscription. $1,290 Starter, $1,490 Professional and $2,900 Ultimate buy a perpetual licence outright; twelve monthly instalments of $129, $149 or $290 are the alternative, cost 17% more by the vendor's own statement, and convert to the same lifetime licence when the last one clears. Professional and Ultimate show list prices of $1,790 and $4,900 struck through.

The extra money buys the robustness half. Starter has the Builder, Retester, Improver, editor and backtest engine but not the advanced robustness tests, the optimizer or custom workflows — most of the reason to own this tool. Ultimate adds QuantAnalyzer Pro, Portfolio Master past a four-strategy cap, the premium modules, and both the data subscription and updates for life; below it, support and updates stop after a year and cost $300 to renew.

One licence runs on one computer with five self-service resets, a transfer to another person is $300, and there are no refunds — which is what the 14-day trial is for. Prices are listed in USD excluding VAT, with FastSpring settling currency and tax from your billing country.

Data & coverage

Two pools, and the free one is better than most bundled data. Every edition downloads Dukascopy tick data for forex, CFDs and crypto with over ten years of history, plus Yahoo Finance stocks, from inside the app. The paid SQ Data subscription covers US and Canadian equities and US futures — minute and end-of-day, 30+ years of EOD and 10+ years of minute bars, adjusted for splits and dividends, with continuous contracts. A year is $269 for the complete intraday-and-EOD package or $139 for end-of-day only; the $399 and $199 shown beside them are struck-through list prices. Free for life on Ultimate, one month on Professional.

None of it is live: no streaming feed, no quote window, and your own imported history works just as well.

Integrations

Export runs one way, and the list is shorter than the marketing page says: MetaTrader 4, MetaTrader 5 in both hedging and netting mode, TradeStation, MultiCharts and JForex. The features page also advertises NinjaTrader — StrategyQuant 3 exported to it, StrategyQuant X does not, as an administrator confirmed on the vendor's own forum; the last word from the vendor on adding it back was that it is not a priority.

Extension is in Java: custom indicators, signals and blocks compile in the built-in editor, a custom analysis step can call an external program or a Python script, and a command-line interface drives databanks and builds. Databanks export to CSV or XLS. AlgoCloud is where this vendor put broker execution, and it is bought separately.

Limitations

  • Generating strategies by search is data mining, and overfitting is intrinsic to the method rather than a mistake you can avoid. Run millions of rule combinations over one price history and some are profitable on it by chance alone; the search itself cannot tell those from an edge. Everything sold above Starter — Monte Carlo, System Parameter Permutation, walk-forward optimisation, the Walk-Forward Matrix, multiple out-of-sample windows — exists to shrink that risk, and none of it removes it. The vendor's own documentation puts survival at roughly one in a thousand profitable strategies. Budget the work in strategies discarded.
  • Nothing here trades. No broker, no orders, no paper account, no monitoring of what you deployed.
  • Starter costs $1,290 and is the edition without the robustness tests — priced as an entry point, but unable to validate the method it sells.
  • No NinjaTrader, and no export to any Python framework: a strategy leaves as MQL, EasyLanguage or Java and nothing else.
  • One computer per licence, and no refunds at all. The trial is the only way to find out.
  • No screener, no fundamentals, no options modelling; charts inspect a backtest's fills.

Alternatives

Composer builds rule-based strategies without code and then trades them, which is the half StrategyQuant leaves to you, at the price of US stocks and ETFs only. WealthLab and AmiBroker are the desktop portfolio backtesters to weigh if you would rather write a strategy than search for one, both far cheaper, and MultiCharts is an export target that can host the result. The parameter sweeps in VectorBT cover part of the ground in Python for nothing — though nothing there generates the rules themselves.

Specs

Interfaces
API, Java
Export
CSV, Xlsx
Asset classes
Stocks, ETF, Futures, Forex, Crypto, Indices, Commodities
Markets
Global
Platforms
Desktop win, Desktop mac, Desktop linux
AI features
Assistive
Capabilities
Charting, Backtesting
Pricing verified
Capabilities verified
Coverage verified

Also worth comparing

  • Adaptrade BuilderWindows strategy generator — genetic programming writes the rules, you export the code.
  • Build AlphaPoint-and-click strategy generation on Windows, exported as code to eight platforms.
  • ComposerNo-code rule-based stock and ETF strategies, backtested and then traded for real.
  • AmiBrokerWindows portfolio backtester scripted in AFL, sold as a perpetual licence.
  • Backtesting.pyA single-instrument Python backtester — one OHLC series, one strategy, no live trading.
  • BacktraderAn event-driven Python backtester with 122 indicators, frozen since April 2023.

FAQ

Is StrategyQuant X a subscription?

No. Both payment routes end in a perpetual licence — one payment, or twelve monthly instalments that the vendor states cost 17% more and that convert to a lifetime licence once the twelfth clears. Cancelling an unfinished instalment plan loses you the licence, not just the updates. What does expire is support and software updates, after one year on Starter and Professional; a further year costs $300.

Can StrategyQuant X place trades?

No. It has no broker connection, no order routing and no paper-trading mode. It writes strategy source code that you run in MetaTrader, TradeStation, MultiCharts or JForex, and those platforms do the trading. The same vendor's AlgoCloud is where broker execution lives, and it is a separate product with a separate bill.

Does it run on macOS or Linux?

Yes. The download page offers Windows x64, macOS for both Intel and Apple silicon, and Linux x64 and ARM. It is a Java application that ships its own runtime. The vendor tests the Linux build on Kubuntu only, and an older documentation page still tells Apple-silicon users to install Rosetta, which the native ARM build has since made unnecessary.

Does StrategyQuant X come with market data?

Some. Every edition downloads Dukascopy tick data for forex, CFDs and crypto with over ten years of history, plus Yahoo Finance for stocks, from inside the app. Equities and futures data is a separate SQ Data subscription — included for life with Ultimate, one month with Professional, nothing with Starter.

Does generating thousands of strategies just produce curve-fitted junk?

That is the central risk of the method and the vendor does not hide it. Its own documentation says it can happen that only one in a thousand profitable generated strategies passes the rigorous robustness tests. The robustness suite — Monte Carlo, System Parameter Permutation, walk-forward optimisation, the Walk-Forward Matrix, multiple out-of-sample periods — exists to raise that ratio, and it is the part Starter does not include.