
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
if (X>Y) then MyVar = "MYVALUE". This doesn't always work. To make it work I have to do:
if (X>Y) then
{
MyVar = "MYVALUE";
}
Another thing that is very annoying is the whole File routines. They are useless. Sometimes I can write a to a file, sometimes it looks like the write was OK, but there is nothing in the file. Sometimes I get a bad file handle error.
Some of these things I can work around (like the IF-THEN example). My question is IS there a list of known programming issues with MT3 and their work-arounds? Are there any patches? What about some advice on debugging? I just set a bunch of print messages to debug. Is there a better way?
I know upgrading to MT4 is the ideal, but until my broker upgrades I'm stuck.
Thanks,
Scott