Try it now
Before you begin
- Sign up for a Traseq account and log in.
- Make sure you’re inside a workspace.
Step 1: Create a new strategy
- Click Strategies in the left navigation bar.
- Click New Strategy in the upper right corner.
- Enter a strategy name, for example
RSI Oversold Bounce.
Note: Pick a name that describes the logic — it helps when you’re comparing multiple versions later.
Step 2: Add a block from the library
- Open the Block Library panel on the left side of the editor.
- Browse blocks by category — for example, Trend or Momentum.
- Click a block to add it to the canvas, such as
RSI Oversold.
Step 3: Merge blocks
- Add a second block, for example
EMA Bullish Cross. - Drag one block close to the other.
- Release when the merge prompt appears.
Step 4: Drag the group into the entry zone
- At the bottom of the canvas, you’ll see Entry and Exit zones.
- Drag your merged group into Entry.
- This tells the strategy when to open a position.
Step 5: Configure the entry action
- Click the entry action row in the Entry zone.
- Set your preferences:
- Side — Long or Short
- Position Size — percentage of total capital
- Close the panel when you’re done.
Step 6: Finalize the strategy
- Review your strategy logic.
- Click Finalize in the upper right corner.
- The version changes from Draft to Ready and is now locked for backtesting.
Warning: A finalized version can’t be edited. If you need to make changes, create a new version.
Step 7: Run a backtest
After finalization, the QuickRun panel opens automatically.- Choose a backtest period.
- Pick a timeframe —
15m,1h,4h, or1d. - Confirm the initial capital (default is
$10,000 USD). - Click Run Backtest.
Note: Traseq currently supports USDT spot pairs includingBTCUSDT,ETHUSDT, andSOLUSDT. All plans can use every supported timeframe — plan differences mainly limit how far back you can test.
Step 8: Review the results
When the backtest finishes, you’ll see the results page with these tabs:| Tab | Description |
|---|---|
| Summary | Key performance metrics such as return, max drawdown, and total trades |
| Rules | The strategy rules used in this run |
| Trades | Trade-level records for every position |
| Analytics | Charts such as P&L distribution and monthly returns |
| Charts | Price candles, equity curve, and drawdown in one view |