Update DCA Plan
dca_updateUpdate an existing dollar-cost averaging plan by plan ID, modifying amount, frequency, or schedule. Returns the updated plan.
Instructions
Update an existing DCA plan by plan_id. Can change amount, frequency (Daily/Weekly/Monthly), day_of_week (Mon-Fri), or day_of_month (1-28). Returns updated plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_id | Yes | Plan ID to update | |
| amount | No | New investment amount per cycle | |
| frequency | No | New investment frequency: Daily, Weekly, Monthly | |
| day_of_week | No | Day of week for Weekly frequency: Mon, Tue, Wed, Thu, Fri | |
| day_of_month | No | Day of month for Monthly frequency (1-28) | |
| allow_margin | No | Allow margin financing |