Multi-Account Placement
It is possible to execute orders in multiple accounts using a single webhook alert. In fact, you can copy the command into as many account as you want (prop accounts, NT SIM, NT demo, live accounts, etc.)
Simply separate each account
name with a comma and we'll generate an identical order for each account. No need to pay for expensive trade copiers.
Example Payload
The following alert message will execute identical NQ 12-24 market orders in accounts sim101, sim102, and sim103.
key=your-secret-key; command=PLACE; account=sim101,sim102,sim103; instrument=NQ 12-24; action=BUY; qty=1; order_type=MARKET; TIF=DAY;
Note that multi-account placement does not guarantee delivery or execution. Orders are replicated independently, which means each can succeed or fail independent of other orders.
Last updated