Bulk Orders from Excel
Place and copy bulk orders into many accounts straight from a spreadsheet, with timer orders and a VBA Add-in.
AutoTrader Web gives you ready-made Excel tools to place and copy bulk orders into many trading accounts across different brokers, straight from a spreadsheet. There are four bulk-order tools, a timer to fire orders at a set time, and an Add-in that exposes every API function to VBA. To download and install them, see the Excel Setup page.
What you can do from Excel
- Place the same set of orders into one or many accounts across different brokers.
- Copy one order across many accounts, with a different quantity per account.
- Split a large order into smaller slices to stay within the freeze limit.
- Fire all your orders automatically at a set time (for example, right when the market opens).
- Call any AutoTrader API function from your own VBA macros using the Add-in.
The Excel tools
| Tool | What it does |
|---|---|
| Copy bulk orders across accounts | Copies many orders across many accounts and brokers. |
| Copy a single order with different quantity | Copies one order across many accounts, each with its own quantity. |
| Place bulk orders | Places orders into the accounts you list (places only — does not copy). |
| Order splitting / slicing | Splits a large-quantity order into smaller slices to get past the freeze limit. This is now also built into the website, so you may not need this tool. |
Each tool reads your orders from an orders sheet and the target accounts from an accounts sheet. There is no limit on the number of orders — the tool stops at the first blank row.
Timer orders
Every tool has a timer sheet. Set a time, and all your orders are placed when the timer fires. This is handy when you want orders entered exactly at market open. The timer uses your computer’s clock, so keep your system time correct.
Excel Add-in (for VBA)
If you code your strategy in VBA (Excel macros), the Add-in gives you all of the AutoTrader API functions. See the code samples in the API reference.
Before you start
The Excel tools and Add-in send their requests through the AutoTrader Desktop Client, so install that first. The full download and install steps are on the Excel Setup page.
Next steps
Thanks for the feedback. Still stuck? Contact support.
Last updated 20 June 2026