Best for: Reads charts but does not code
Turn what you see on the chart into rules
If you can describe an entry, an exit, and a risk limit in one sentence, you can build it in Traseq without writing a line of code.
Key concepts
- Entry
- The condition that opens a position — for example, "price closes above the prior 20-day high."
- Exit
- The condition that closes a position. A fixed stop, a profit target, a trailing stop, or a flipped signal all qualify.
- Risk settings
- How much of the account each trade can lose, and how many positions can be open at once. Risk caps the worst case.
- Blocks
- Reusable rule groups. Build a "breakout entry" block once, then drop it into many strategies instead of rewriting it.
- Finalize
- Save the strategy as a versioned snapshot before backtesting. A finalized version is reproducible — its results always tie back to it.
How this looks in Traseq
Open the no-code editor and pick Sentence mode or Canvas mode.
Set the entry rule, then the exit rule, then the risk settings.
Click Finalize to lock the version.
Run the backtest against the locked version — that result will always tie back to it.
Your next step