Try it now
Open the strategy editor
- Click Strategies in the left navigation bar.
- Click New Strategy.
- The canvas editor opens.
Name your strategy
Pick a name that makes the logic easy to recognize — especially when you have multiple versions. For example:RSI Oversold + EMA Trend FollowMACD Strategy v2 - Added ADX Filter
Choose blocks from the block library
The block library is organized with a pinned section at the top and categories below.| Category | Description | Examples |
|---|---|---|
| Signals | Composite signals | Golden Cross, Death Cross |
| Trend | Trend detection | MACD Bullish, SuperTrend Up |
| Momentum | Overbought and oversold momentum | RSI Oversold, Stoch Oversold |
| Volatility | Volatility conditions | BB Squeeze, ATR Breakout |
| Volume | Volume anomalies | Volume Spike, OBV Rising |
| Market | Market structure | Higher High, Support Test |
Merge blocks
- Add a second block.
- Drag one block close to the other.
- Release when the merge indicator appears.
- The result becomes a condition group.
Note: A merged group represents AND logic. All grouped conditions must be true.
Place blocks in the entry zone
At the bottom of the canvas you’ll see two zones:- Entry — defines when to open a position
- Exit — defines when to close a position
Configure the entry action
- Click the entry action settings.
- Set your preferences:
- Side — Long or Short
- Position Size — how much capital to use
- Close the panel when you’re done.
Note: Exit conditions are optional. If you don’t set any, the strategy will close positions when a reverse signal fires.
Finalize the strategy
- Click Finalize.
- Traseq validates your version.
- The status changes from Draft to Ready — you can now run backtests.
Warning: A finalized version can’t be edited. If you need to make changes, create a new version.