what_if_backtestRun a quick "what-if" backtest to see how a strategy would have performed on historical data. Specify the strategy, trading pair, timeframe, and date range. Returns P&L, win rate, drawdown, and trade-by-trade results.
| Name | Type | Description |
|---|---|---|
strategyId | string | Strategy ID or slug to backtest |
symbol | string | Trading pair (e.g., BTC/USDT) |
exchange | string | Exchange for historical data(default: binance) |
timeframe | string | Candle timeframe (1h, 4h, 1d)(default: 1h) |
startDate | string | Backtest start date (ISO format) |
endDate | string | Backtest end date (ISO format) |
Try asking your AI assistant any of these:
get_backtest_resultsRetrieve the results of a previously run backtest. Returns detailed metrics including total return,
get_strategyGet detailed information about a specific trading strategy including its logic, indicators used, ris
deploy_botDeploy a new trading bot with a strategy on your connected exchange. Configure the trading pair, pos
Set up the TradeStaq MCP server in under a minute.