backtesting_exchanges
Validate exchange names for trading workflows and backtests by retrieving supported exchanges in the Jesse algorithmic trading framework.
Instructions
Get list of supported exchanges in Jesse.
Returns a list of exchange names that Jesse supports for trading and backtesting. Use this to validate exchange names before creating trading workflows or backtests.
Returns: Dict with 'exchanges' list of supported exchange names and 'exchange_configs' with details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||