MetaTrader 4 Build 600 with Updated MQL4 Language and Market of Applications Released - page 13
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
Have you tried v602?
I've seen all sorts of strange things with old EAs in v600, related to the fact that init() can get called more than once - and, apparently, re-entrantly - particularly when starting up the platform with EAs already present on charts. v602 seems to fix this, and init() only gets called once.
Really? This bug was already in b.529 and it got fixed fast... So it seems the bugs keep reappearing. Usually if a developer fixes a bug, he creates a test case to ensure the bug will not appear again.
I've met the problem with mailing via an external (not local) SMTP server.
MT4 is build 602.
By capturing SMTP packets, the cause has been figured out. Envelope-From (FROM:) is incorrect, that is always set to test@<local FQDN>, as follows.
This causes the SMTP server rejects the client!
Sure,
I used the attached EA, just copied it 2 times and renamed in test2 and test3. Thus all are identical in their code, just the name differs.
MT4 Build 602 has been used.
test1 to be attached to EURUSD/GBPUSD/USDJPY/AUDUSD respectively the first four charts and in sequence.
...This error does repeat each time MT4 is restarted.
If you move the GBPUSD chart with test2 attached to first in sequence of the charts... the error will jump to test1... and so on...
It will be investigated as soon as possible.
Hello Sirs
I've a problem with one of my expert with the new MT4.
When I've tried to run my EA, the expert log told me ""is not expert and cannot be executed".
I've reinstalled the M4 but the problem is still here. I've tried to copy my EA in a new EA with metaeditor, the problem is still here.
Please someone could help me to solve it ?
Thanks
there is bug in ArrayCopy? version 600-602
I can't get the correct copy prices, but datetime is correct.
Hello Sirs
I've a problem with one of my expert with the new MT4.
When I've tried to run my EA, the expert log told me ""is not expert and cannot be executed".
I've reinstalled the M4 but the problem is still here. I've tried to copy my EA in a new EA with metaeditor, the problem is still here.
Please someone could help me to solve it ?
Thanks
Where the source is placed (which folder inside the MQL4 folder)?
Have you compiled it using the new mql compiler?
Where the source is placed (which folder inside the MQL4 folder)?
Have you compiled it using the new mql compiler?
Hello,
The EA is placed in MQL4/Experts folder.
I've compiled it with the new metaeditor to verify it. It told me 0 error.
Build 602 : Fixed sized arrays are not reset on init. If you use fixed size array and change parameters, time frame, symbol or account content of fixed sized arrays is not reset (while dynamic arrays are properly reset to size 0)
Here is a simple example that shows what happens (or better said - does not happen) when time frame, symbol, parameters or account is changed
Could you provide any screenshot, log records etc.
Investigated further - when I try to place a pending order I get 'please wait your order is being processed by the server' which remains until trade times out. If I try to place another pending order after that it will execute straight away. On Metaquotes demo platform the issue is not apparent - if I login to my live broker accounts on the MQ platform the issue occurs on all of my live account regardless of the broker. If the platform is restarted the issue presents again in the same manner untile after 'trade timeout' then a pending order will execute. All on build 602.
You have to provide log files or screenshot that demonstrate the problem.