Backtesting Panel
The Backtesting panel is divided into Strategy Setup, Trading Rules, and Execution Controls.
Strategy Setup
| Input | Description |
|---|---|
| Asset | Select the market to test (e.g. BTC-USD, ETHUSDT, Futures or Spot). |
| Intel | The PANDA Intel (strategy logic) used to generate entries and exits. |
| Lookback | The historical range used for the backtest (e.g. 1M, 3M, 6M). |
| Timeframe | Candle resolution the strategy runs on (e.g. 1D, 1H, 15m). |
Trading Rules
| Input | Description |
|---|---|
| Direction (LONG / SHORT) | Defines whether the strategy opens long or short positions. |
| TP (Take Profit) | Percentage target where positions are closed in profit. |
| SL (Stop Loss) | Percentage loss threshold where positions are closed to manage risk. |
| Position Size | Fixed dollar value allocated per trade. |
Execution Controls
-
Test Strategy
Runs the backtest instantly using the selected parameters.
-
Advanced Settings (optional)
Provides additional configuration options
Backtests execute in real time, with results updating immediately after execution.