Export to Excel in Real Time – library MetaTrader 4
I use DDE library provided by Windows and wrap it up so that a novice coder can use it easily. DDE works as follow: Initialize DDE Create string handle for Excel Application (in DDE term, it is known as SERVICE) Create string handle for Sheet name (TOPIC) Connect to Sheet Free the above handles, they … Read more