strategy_equity_dca_create
Create an equity dollar-cost-average strategy (tokenized equities / xStocks).
Shares the DCA executor -- identical mechanics/config to
strategy_dca_create -- tagged equity_dca because target_token is
expected to be a tokenized-equity mint. SEC posture: DCA is a
MECHANICAL, user-configured strategy (not discretionary), so it stays
autonomous even on a security target -- the per-execution confirmation gate
only applies to the discretionary types (momentum / sentiment). Equity
classification still drives geo-gating + disclaimers at execution; call
asset_classification / get_disclaimers first.
risk / direction params: see strategy_dca_create.
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 | |||