DDETool Metatrader Software Installation:
1) Copy ddedlg.exe and ddesrv.dll to any folder together.
2) Launch ddedlg.exe
3) Copy e-DDE-Test.mq4 to C:\\Program Files\Metatrader\experts\ Switch on “Allow dll import”
You can use 3 functions, for expert adjusting:
bool CheckItem(string topic, string item)
bool AddItem(string topic, string item)
bool SetItem(string topic, string item, string val)
CheckItem – check topic-item on existence
AddItem - add topic-item (if do not existence)
SetItem – reload values for topic-item
4) Add expert to any chart
5) Launch MS Excel
add DDE links to cells
DDE link in MS Excel looks like this:
=Server|Topic!Item
Server – we can not change server, server: MyDDE
You can add any amount of Topic-Item couples with AddItem in expert |