add_strategy
Add a new trading strategy or setup to your TradeZylo Playbook with rules, timeframes, and markets, then return the created strategy and updated catalog.
Instructions
[WRITE ACTION] Add a new trading setup or strategy to your TradeZylo Playbook with rules, description, timeframes, and markets. Returns full created strategy and updated playbook catalog.
Example questions:
"Add a new playbook strategy: 'ICT Silver Bullet', 15m timeframe on Forex, rules: enter on FVG between 10am-11am NY time"
"Save a strategy to my playbook named 'London Breakout Retest'"
"Add strategy 'Opening Range Breakout' for Stocks on 5m"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| r | No | Historical baseline average R-multiple (default 0) | |
| desc | Yes | Summary description of the setup and core logic | |
| name | Yes | Strategy or setup name e.g. "ICT Silver Bullet", "London Breakout Retest" | |
| wins | No | Historical baseline wins if known (default 0) | |
| rules | No | Exact written entry criteria, stop-loss rules, management rules, and exit targets | |
| total | No | Historical baseline total trades if known (default 0) | |
| market | No | Primary market e.g. "FOREX" or "All Markets" | |
| markets | No | Target markets e.g. ["FOREX", "CRYPTO"] | |
| timeframe | No | Primary timeframe e.g. "15m" | |
| timeframes | No | Valid timeframes e.g. ["5m", "15m", "1h"] |