List strategies
list_strategiesList saved trading strategies on Pyon to get their IDs for use in backtests, edits, optimizations, and to check existing strategies before creating new ones.
Instructions
List the user's saved trading strategies on Pyon. Use this to find an existing strategy's id before calling get_strategy, run_backtest, edit_strategy, diagnose_strategy, or optimize_strategy, or to check what already exists before building something new with create_strategy. Parameters: none - the arguments object may be empty or omitted entirely. Returns id (UUID), name, nodeCount, and updatedAt for up to 100 strategies; call get_strategy for the native timeframe and node-level detail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||