MT
|
The MT5API type exposes the following members.
Name | Description | |
---|---|---|
ChangePassword | ||
Connect | Connect to server. | |
ConvertToTimeframe | ||
Disconnect | Disconnect from server | |
DownloadOrderHistory | Downaload order history. | |
DownloadQuoteHistoryMonth | ||
DownloadQuoteHistoryToday | ||
GetAskTickValue | Tick value in base currency | |
GetBidTickValue | Tick value in base currency | |
GetContractSize | Contruct size | |
GetOpenedOrders | Opened orders | |
GetQuote | Latest quote for the symbol. | |
GetQuoteTask | Latest quote for the symbol. | |
GetRequestId | Get uniq request ID for async trading | |
GetTickSize | Tick size | |
GetTickValue | Tick value | |
IsQuoteSession | ||
IsSubscribed | Check subscribe trading instrument. | |
IsTradeSession | ||
LoadServersDat(Byte) | Read server.dat | |
LoadServersDat(String) | Read server.dat | |
OrderClose | Send order close request and wait for execution. | |
OrderCloseAsync | Send order close request and don't wait execution. Use OnOrderProgress event to get result. | |
OrderModify | Modify order | |
OrderModifyAsync | OrderModifyAsync | |
OrderSend | Send order and don't wait execution. Use OnOrderProgress event to get result. | |
OrderSendAsync | Send order and don't wait execution. Use OnOrderProgress event to get result. | |
RequestDemoAccount | ||
RequestOrderHistory(DateTime, DateTime) | Reuest closed orders. | |
RequestOrderHistory(Int32, Int32, ListT) | ||
RequestQuoteHistoryMonth | Request 1 minute bar hsitory for one month back from specifeid date | |
RequestQuoteHistoryToday | Request 1 minute bar hsitory for today | |
RequestQuoteHistoryTodayInternal | ||
Subscribe(String) | Subscribe trading instrument. | |
Subscribe(String) | Subscribe trading instruments. | |
Subscriptions | List of subscribed symbols | |
Unsubscribe(String) | Unsubscribe trading instrument. | |
Unsubscribe(String) | Unsubscribe trading instruments. | |
UpdateProfits |