Forum

MT4 DDE with perl

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:DE::Client; my $Client = new Win32:DE::Client('MT4', 'BID'); die "Unable to initiate conversation" if $Client->Error; my $group=