update_account_config
Modify account settings like trading permissions, risk controls, and notification preferences for Alpaca accounts. Change specific fields while keeping others unchanged.
Instructions
Updates one or more account configuration settings. Only the fields you provide will be changed; all others retain their current values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dtbp_check | No | both, entry, or exit. Controls Day Trading Margin Call (DTMC) checks. | |
| trade_confirm_email | No | all or none. If none, emails for order fills are not sent. | |
| suspend_trade | No | If true, new orders are blocked. | |
| no_shorting | No | If true, account becomes long-only mode. | |
| fractional_trading | No | If true, account is able to participate in fractional trading | |
| max_margin_multiplier | No | Can be "1", "2", or "4" | |
| max_options_trading_level | No | The desired maximum options trading level. 0=disabled, 1=Covered Call/Cash-Secured Put, 2=Long Call/Put, 3=Spreads/Straddles. | |
| pdt_check | No | `both`, `entry`, or `exit`. If entry orders will be rejected on entering a position if it could result in PDT being set for the account. exit will reject exiting orders if they would result in PDT being set. | |
| ptp_no_exception_entry | No | If set to true then Alpaca will accept orders for PTP symbols with no exception. Default is false. | |
| disable_overnight_trading | No | If true, overnight trading is disabled. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||