DDE Automation

 
Hello

I found the file "DDE-Sample.xls" in directory of my n2Trader program.

Could you please refere me to relevant documentation or any article about using this program as a client or server application?
Please also tell me how is this possible to use this program as a Com client or server.

Thanks
 
Client terminal can work as DDE-server only (not DDE-client or COM)

See client terminal help - Tools - Export of Quotes
 

Thanks stringo

1-Does it also work dueing backtesting?

2-If not, can you please recommend me a way to integrate a part of my calculations with Matlab software?

3-May creating a DLL for doing DDE exchange work?

4- How about Com? can I create a DLL that controls MAtlab as a com server? is there any restrictions for running such application?

Thanks in advance

 
You can write any dll provided our conventions. Please read https://docs.mql4.com/runtime/imports/ and see our ExpertSample.dll project in the experts\samples directory
 
Thanks Stringo
Reason: