Information about price dynamics of financial instruments is the basis for terminal operation. This information is delivered by brokerage company. The price data allow drawing the charts of financial instruments, researching financial markets, using various trade strategies and make trade decisions.
Quotations data are the files with the records in the format "SYMBOL, BID, ASK, DATE" (financial instrument, buy price, sell price, date and time) and come to the terminal automatically after connection with server.
The terminal allow to export the current quotations in the real time mode by "DDE" (Dynamic Data Exchange) protocol into other programs. For this purpose it is necessary setup the flag in menu "Tools — Options — Server — Enable DDE".
Attention: historical data is not transfered through DDE, and the current quotations are transfered only with working client terminal. Format of DDE requests (example in "DDE-sample.xls" file):
| request BID: = MT|BID!USDCHF request ASK: = MT|ASK!USDCHF request HIGH: = MT|HIGH!USDCHF request LOW: = MT|LOW!USDCHF request TIME: = MT|TIME!USDCHF request QUOTE: = MT|QUOTE!USDCHF |
result: 1.5773 result: 1.5778 result: 1.5801 result: 1.5741 result: 21.05.02 9:52 result: 21.05.02 9:52 1.5773 1.5778 1.5776 |











