strategy_composite_create
Create a composite strategy from a validated definition.
Same non-custodial create path as the other 16 strategy types: the wallet
holds its own keys; a wallet without a Turnkey signer receives an unsigned
transaction per tick for the owner to sign. mode defaults to LIVE
(recorded on the config; a paper mode annotation is informational until the
managed-signing epic lands). Recommended: run compose_strategy +
backtest_strategy on the definition FIRST -- historical results are not
predictive; DYOR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | live | |
| risk | No | ||
| definition | Yes | ||
| wallet_address | Yes | ||
| interval_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||