strategy_delete
Remove trading strategies from the Jesse algorithmic trading framework. Specify the strategy name and confirm deletion to manage your trading portfolio.
Instructions
Delete a strategy.
Args: name: Strategy name to delete confirm: Must be True to actually delete (default: False)
Returns: Dict with status, name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| confirm | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||