|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi to all,
I tried to make a DDE Client in perl, but I cant get any data from MT4. I would like to know waht is wrong with this code in perl: use strict; use Win32 E::Client;my $Client = new Win32 E::Client('MT4', 'BID');die "Unable to initiate conversation" if $Client->Error; my $group= $Client->Request('EURUSD'); print "$group\n"; $Client->Disconnect; Thank you. Oscar |
|
|||
|
If you have Microsoft Excel, put a DDE link in a spreadsheet and then use WIN32::OLE from Perl to get the spreadsheet cell contents.
Perl never has been good with DDE. That module is very old and unsupported (not even on CPAN any more). |
![]() |
| Thread Tools | |
| Display Modes | |
|
|