Methodswork:
Hi I have the mt4excel.dll which i use in conjunction with another EA that bringsdata into excel. The problem Ihave beentold is that this dll brings the data format into excel as only the first char of a string. so for 20 August 2014 it will only bring in the number 2.
Can anyone help resolve this problem please or show me the way?
Many Thanks
dave
The author of this DLL has to fix it to manage Unicode string. I don't know if it's done somewhere or not.
or you can try to convert your Unicode string to ANSI string.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi I have the mt4excel.dll which i use in conjunction with another EA that bringsdata into excel. The problem Ihave beentold is that this dll brings the data format into excel as only the first char of a string. so for 20 August 2014 it will only bring in the number 2.
Can anyone help resolve this problem please or show me the way?
Many Thanks
dave