UpdateStrategyArgs
Arguments for UpdateStrategy.
| Field | Type | Required | Nullable | Default | Description |
|---|---|---|---|---|---|
StrategyId | int | Yes | No | Live strategy id to update. | |
StrategyDefinition | dict[str, Any] | Yes | No | Updated strategy definition payload. | |
ActiveOnAccounts | list[str] | Yes | No | Broker account ids where this strategy should be active/enabled. |