Letting AlgoBarsX generate a strategy

Composed from the language, compiled and backtested before you see it.

Generated strategies are not written by a model. Entries, filters, exits and management are assembled from pieces of the language that are known to compile, and every candidate is then compiled and backtested. A strategy is only handed back once it has actually traded, so you never receive something that looks plausible and does nothing. The same seed and the same bars give the same strategy every time.

StrengthWhat you getAlgoBuilder tier
1A plain two-rule strategy.Simple, Basic
2More filters.Standard
3The default middle ground.Balanced
4More structure and management.Advanced
5Confirmations, sequences, higher bar sizes and full trade management.Complex, Extreme

What comes back is ordinary AlgoBarsX. Read its plain-English description, open it in the Terminal and change it.

A generated strategy is a draft to study, not a recommendation. Having traded in a backtest says nothing about how it will do next.

Try this in the Terminal. AlgoBars is free: $0 a month, no card needed.

Create my free account