set_custom_strategy
Define custom trading strategies with specific conditions to evaluate against market data for financial decision-making.
Instructions
Create a custom trading strategy with your own conditions. Then use evaluate_strategy to test it against current market conditions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for your strategy | |
| conditions | Yes | Array of conditions that must ALL be met |