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.
| Strength | What you get | AlgoBuilder tier |
|---|---|---|
| 1 | A plain two-rule strategy. | Simple, Basic |
| 2 | More filters. | Standard |
| 3 | The default middle ground. | Balanced |
| 4 | More structure and management. | Advanced |
| 5 | Confirmations, 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.