strategy_dca_create
Create a dollar-cost-average strategy buying usd_per_buy of target each interval.
risk (optional) overrides the safe-default risk limits:
max_position_pct / max_portfolio_exposure_pct / max_single_loss_pct
/ max_drawdown_pct / max_daily_loss_pct (percent; <=0 disables a guard).
Direction (optional, all deterministic signals -- DYOR): direction_mode
(auto | long_only | short_only | manual; default auto = follow the market
regime, reducing exposure in a bear instead of accumulating), allow_short
(enable real shorts via the configured perps venue), regime_override (force
bull | bear | range | volatile instead of trusting detection).
Workflow: EXECUTE step -- stand up a recurring strategy after backtest_strategy validates it and get_risk_assessment sets the guards; track via strategy_status. An agent wallet without a Turnkey signer = paper-trade (unsigned tx per tick). See get_trading_workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| risk | No | ||
| smart | No | ||
| allow_short | No | ||
| usd_per_buy | Yes | ||
| slippage_bps | No | ||
| source_token | No | USDC | |
| target_token | Yes | ||
| direction_mode | No | ||
| wallet_address | Yes | ||
| regime_override | No | ||
| interval_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||