Skip to main content

Backtesting Panel

The Backtesting panel is divided into Strategy Setup, Trading Rules, and Execution Controls.

Strategy Setup

InputDescription
AssetSelect the market to test (e.g. BTC-USD, ETHUSDT, Futures or Spot).
IntelThe PANDA Intel (strategy logic) used to generate entries and exits.
LookbackThe historical range used for the backtest (e.g. 1M, 3M, 6M).
TimeframeCandle resolution the strategy runs on (e.g. 1D, 1H, 15m).

Trading Rules

InputDescription
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 SizeFixed 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.