How to Run a Backtest
Select strategy
Choose the strategy whose rules you want to test. This is the logic that will be applied to historical data.
Choose evaluation source
Select All strategies to run on evaluations from any of your strategies in the time window, or pick one strategy to limit the source data.
Set lookback window
Use the slider to pick 1–7 days (or up to 14 days on DEGEN plan). The backtest analyzes the previous N days ending at the current time.
Configure options (optional)
- Event Type: Filter by trigger type (e.g., Newly Created Tokens, Tweet Metadata Match).
- Threshold (x): Minimum multiple to count as a winner (e.g., 2 = market cap at least 2× baseline at evaluation time).
- Strictness Override: Use strategy default, or force Strict ON or Strict OFF.
- Max tokens: Limit how many evaluations to process (default 5000).

Backtests require an active subscription. Weekly plans and renewals may have different limits.
Job Statuses
- QUEUED: Job is waiting to run.
- RUNNING: Backtest is processing evaluations.
- COMPLETED: Results are ready to view.
- FAILED: Job ended with an error.
Understanding Results
Once completed, the backtest job page shows:- Tested: Number of evaluations processed.
- Positives: Evaluations that matched your strategy rules.
- Winners (24h/72h): Tokens that reached the threshold multiple within 24 or 72 hours.
- Precision: Proportion of matches that were winners.
- Recall: Proportion of winners that your strategy caught.
- F1: Harmonic mean of precision and recall.
Filtering and Sorting Results
Use the result table filters:- Matched: All, Yes, or No (whether the token matched your rules).
- Winners (now): All, Yes, or No (whether the token is currently a winner).
- Multiple: Min/max range for price multiple.
- Search token: Filter by contract address.
- Sort: By evaluation timestamp, multiple, or other fields.

Running from a Strategy Card
You can also start a backtest from a strategy card. Click Backtest on the card and the modal opens with that strategy pre-selected.Strategy Performance
Track live performance of active strategies.
Strategy Editor
Adjust rules based on backtest insights.