create_strategy
Turn TradeDroid code into a trading strategy by setting name, market, timeframe, and description for automated backtesting and deployment.
Instructions
Create a new trading strategy from TradeDroid code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | TradeDroid strategy code | |
| name | Yes | Strategy name | |
| market | No | futures | |
| timeframe | No | 1h | |
| description | No | What the strategy does |