Adaptrade Builder

Windows strategy generator — genetic programming writes the rules, you export the code.

by Adaptrade Software

Last updated

From
$995/mo
Free tier
No
Platforms
Desktop win

What it is

Adaptrade Builder writes trading strategies so you do not have to. You load text files of price data, state what you want out of a strategy — profit factor, maximum drawdown, average bars in winning trades, a straight equity curve — and press Build. A genetic-programming engine then evolves a population of complete strategies: entry and exit rules assembled from indicators, price patterns, breakouts and time-of-day conditions, along with the order types and money management stops that go with them. The output is commented source code you can read, which is the deliberate difference from a neural-network black box; a neural network is available as one optional entry condition rather than as the whole strategy.

Adaptrade Software is a one-person business run by Michael R. Bryant, selling Builder since March 2010 alongside Market System Analyzer and the bundled point-and-click Adaptrade Editor. No programming is required at any point, but the fitness metrics are yours to choose, and that choice is the entire job.

Pricing

$995 for a single-user lifetime licence through the vendor's SoftwareKey store, licensed per user rather than per machine. Upgrades are free for twelve months; after that the version you own keeps running indefinitely and new releases require an optional maintenance contract, which the FAQ puts at roughly 20% of the purchase price and which appears on no page as a number. The 30-day trial is functionally identical to the licensed build and strategies made during it do not expire. Joining the mailing list produces a $100-off coupon, one per person, with an expiry unrelated to the trial.

Data & coverage

Nothing is included. Builder reads text files you export yourself, from tick bars to monthly, and the asset classes are whatever your platform can save — the vendor names stocks, futures, forex and ETFs. Up to 20 symbols can appear in one strategy, secondary series may carry different bar sizes, and a single strategy can be built across several markets so that it has to work on all of them. Custom indicators arrive through the same door: plot yours in the platform, save the column into the price file, and tell Builder what function text to emit when it uses that column.

The date range is split into training, test and validation segments with sliders. Training builds, the test segment is monitored during the run to catch over-fitting as it happens, and the validation segment is never touched by the build.

Integrations

Five code targets and no more — EasyLanguage for TradeStation and MultiCharts, NinjaScript 7 and 8 for NinjaTrader, MQL4 for MetaTrader 4, and AFL for AmiBroker. The FAQ says no further languages are planned. Each target ships support files that must be copied into the platform before generated code will compile, and the MT4 files had to be reinstalled for version 4.7. There is no API, no Python output, and no MetaTrader 5.

Limitations

  • The method searches a large space for what fitted the past, and over-fitting is its default outcome rather than an occasional accident. Everything the vendor ships to fight it — the held-back validation segment, Monte Carlo stress testing, build-termination rules that stop a run before convergence becomes memorisation, complexity penalties, the significance metrics — is there because of that. A Builder result is a candidate to forward-test, not a strategy.
  • Development has nearly stalled. 4.7.1 is dated 6 July 2024; the promised neural-network release has been "next" since July 2025.
  • 64-bit Windows only. No macOS, no Linux, and the build engine uses CPU cores but not the GPU.
  • Builder's numbers will not match your platform's unless you align them by hand. Its own FAQ covers the MaxBarsBack setting, mismatched date ranges, and the fact that trading costs are deducted once per trade in Builder and once per side in TradeStation.
  • One person maintains the software, the support mail and the licence server.

Alternatives

StrategyQuant X and Build Alpha attack the same problem — automated strategy generation across several platforms — and are the direct comparison to make. If the generation step is what you doubt, the money goes further on a platform where you write the rules yourself: AmiBroker is a $299 perpetual licence with a portfolio backtester, WealthLab scripts in C#, and Composer assembles rule-based strategies visually and then trades them, which Builder never does.

Specs

Interfaces
none
Export
CSV
Asset classes
Stocks, ETF, Futures, Forex
Markets
Global
Platforms
Desktop win
AI features
Assistive
Capabilities
Backtesting
Pricing verified
Capabilities verified
Coverage verified

Also worth comparing

  • Build AlphaPoint-and-click strategy generation on Windows, exported as code to eight platforms.
  • StrategyQuant XMachine-searches for trading strategies, then tries to break them with robustness tests.
  • 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 Adaptrade Builder still maintained?

It is still sold — the SoftwareKey checkout is live at $995 — but development has been slow. The current release is 4.7.1, posted 6 July 2024, and the vendor's own news page has been promising a deep neural network price-prediction feature since 18 July 2025 without shipping it. The vendor was still writing about that feature in late 2025, in newsletter Issue 39 of 26 November 2025, which demonstrated it running in a forthcoming build. That article has since been pulled — its index entry is commented out and the page now returns 404 — and no release has followed either way. Buy the version that exists today, not the one on the roadmap.

Does Builder place trades or connect to a broker?

No. It is a code generator and nothing else. It evolves strategies against price files on your disk and writes out source code; every order, live or simulated, happens afterwards in TradeStation, MultiCharts, NinjaTrader, MetaTrader 4 or AmiBroker.

Does Builder include market data?

No, and there is no data feed to subscribe to. You export text files yourself — TradeStation's Data Window, MultiCharts' Export Data command, MetaTrader 4's History Center — and Builder reads them, from tick bars up to monthly.

Doesn't a strategy generator just curve-fit?

That risk is intrinsic to the method, and the vendor does not pretend otherwise. Builder holds back a validation segment, watches a separate test segment during the build to detect over-fitting, offers Monte Carlo stress testing and build-termination rules, and lets you penalise strategy complexity. Those exist because searching a large space for what fitted the past is what genetic programming does; they reduce the problem rather than remove it.

What does the $995 actually cover?

A lifetime licence for the version you buy, licensed per user so it can be installed on more than one machine, plus free upgrades for twelve months. After that the software keeps running forever, but new releases need an optional maintenance contract the FAQ prices at about 20% of what you paid. A fully functional 30-day trial is free, and the mailing-list signup carries a $100-off coupon with its own expiry.