-
Notifications
You must be signed in to change notification settings - Fork 33
DocOTCmd2_order
Open Trading edited this page Feb 22, 2016
·
10 revisions
WARN: sMt4Dir not found: /c/Program Files/MetaTrader 4 Terminal
Manage orders in an OTMql4AQMp enabled Metatrader:
ord list - list the ticket numbers of current orders.
ord info iTicket - list the current order information about iTicket.
ord trades - list the details of current orders.
ord history - list the details of closed orders.
ord close iTicket [fPrice iSlippage] - close an order;
Without the fPrice and iSlippage it will be a market order.
ord buy|sell sSymbol fVolume [fPrice iSlippage] - send an order to open;
Without the fPrice and iSlippage it will be a market order.
ord stoploss
ord trail
ord exposure - total exposure of all orders, worst case scenarioUsage: order [options] list|tickets|trades|history|info|exposure|close|sell|buy Options: -h, --help show this help message and exit DEBUG: atexit
This file is automatically generated from the source code: do not edit.
This file is automatically generated from the source code: do not edit.
Next: DocOTCmd2_csv Parent: DocOTCmd2
Home: Home Index: TitleIndex
Index
OTCmd2 Manual
- DocOTCmd2
- DocOTCmd2_subscribe
- DocOTCmd2_publish
- DocOTCmd2_chart
- DocOTCmd2_order
- DocOTCmd2_csv
- DocOTCmd2_backtest
- DocOTCmd2_rabbit
OTBackTest Manual
OTPpnAmgc Manual