MT4 Client terminal DDE functions

 

Hello all,

     I need to find all the data/functions available from MT4 client terminal as DDE Server that can be used in an excel sheet. The DDE-sample.xls sheet already display 6 data information using the following syntax:

= MT4 | Data ! Symbol 

Data  =  BID, ASK, LOW, HIGH, TIMESEC and QUOTE

    So, apart from the above listed data, I want to know if there exists any MT4 reference doc which lists all such data available.

 Thank you 

 amit

 
help -> search -> DDE gives
   BID     request:    = MT4|BID!USDCHF         result:  1.5773
   ASK     request:    = MT4|ASK!USDCHF         result:  1.5778
   HIGH    request:    = MT4|HIGH!USDCHF        result:  1.5801
   LOW     request:    = MT4|LOW!USDCHF         result:  1.5741
   TIME    request:    = MT4|TIME!USDCHF        result:  21.05.02 9:52
   TIMESEC request:    = MT4|TIME!USDCHF        result:  21.05.02 9:52:43
   QUOTE   request:    = MT4|QUOTE!USDCHF       result:  21.05.02 9:52:43 1.5773 1.5778 1.5776
So you missed TIME
 
WHRoeder:
help -> search -> DDE gives So you missed TIME

 Thanks WHRoeder. Got this topic " Export of Quotes " in MT4 help docs from the search results.

 Also, it seems DDE-sample.xls file always takes quotes from default MT4 terminal, no matter which terminal it belongs to. So, Is there some way to take quotes from a different terminal in that file using the above syntax?

Reason: