backtesting_list_strategies
Discover available trading strategies for backtesting to identify which ones to analyze and optimize in your algorithmic trading framework.
Instructions
List all available trading strategies.
Use this as the FIRST step to see what strategies are available to test. Returns list of strategy names that can be passed to backtest(), analyze_results(), etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_test_strategies | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||