compare_strategies
Run every strategy on one symbol, rank by sharpe, return, calmar, or profit factor to reveal top performers for crypto, stocks, or indices.
Instructions
Run every strategy on one instrument and rank them.
Args: symbol: Ticker. market: "crypto", "stock" or "idx". interval: Candle size. bars: Candles to test over. fee_bps: Fee in basis points per position change. slippage_bps: Slippage in basis points per position change. rank_by: "sharpe", "total_return_pct", "calmar" or "profit_factor".
A leaderboard on one symbol over one window is a weak signal — the winner is partly luck. Confirm anything promising with walk_forward_backtest before trusting it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bars | No | ||
| market | No | crypto | |
| symbol | Yes | ||
| fee_bps | No | ||
| rank_by | No | sharpe | |
| interval | No | 1d | |
| slippage_bps | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||