Backtesting
Run Backtesting
Run a historical backtesting simulation for a controller configuration.
Executes a complete backtesting simulation using historical market data to evaluate how a trading strategy would have performed over a specified time period. The backtest simulates trade execution, tracks positions, and calculates performance metrics.
The controller configuration can be provided either as a path to a YAML file or as a complete configuration dictionary. Historical candle data is automatically fetched for the required trading pairs and time period.
Use this endpoint to evaluate strategy performance before deploying to live trading, optimize strategy parameters, or compare different configurations.
post/backtesting/run-backtesting
Request body
Response
Successful Response
object required