.CancelAllOrdersSymbolAccount Command

A Command Line Command that allows you to cancel all open orders for a specific account and symbol. This is useful when managing open orders from EasyLanguage and placing orders with macros and the .PlaceOrder' Command Line Command. To cancel all orders without regard to symbol and account the .CancelAllOrders command may be used.

Syntax

.CancelAllOrdersSymbolAccount   Symbol, Account Number

Parameters

  • Symbol - Specify the exact symbol or enter the keyword AllSymbols' (without the quotes).
  • Account Number - Specify the exact account number or enter the keyword AllAccounts' (without the quotes).

Example

.CancelAllOrdersSymbolAccount MSFT, 1234567

.CAOSA MSFT,AllAccounts