fx_maddin:
Your link is broken, please fix it.
Hi,
I have an EA and installed MetaTrader 4 Client Terminal build 610, it seems everything is fine, EA is working as expected, but there is a warning in the toolbox, which I cannot understand:
I use a function taken from https://www.mql5.com/en/articles/1412 and the warning is in this line:
fx_maddin:, which I cannot understand:
https://docs.mql4.com/common/GetTickCount returns a uint. You defined StartWaitingTime as an int
sign mismatch
I have no idea, how to deal with this warning...
if(GetTickCount() - StartWaitingTime > MaxWaiting_sec * 1000)

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 an EA and installed MetaTrader 4 Client Terminal build 610, it seems everything is fine, EA is working as expected, but there is a warning in the toolbox, which I cannot understand:
I use a function taken from https://www.mql5.com/en/articles/1412 and the warning is in this line:
I have no idea, how to deal with this warning...
Could anyone help me?
Thanks in advance.