Questions from Beginners MQL4 MT4 MetaTrader 4 - page 171

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
EA based on williams percent range. The code compiles without problems but EA does not trade, most likely the parameters for wpr are not correct . Gurus hope for your help
Greetings all, I am a newbie, tell me what to do, do I have torefund the amount of300.26$ (real account)or not, I want to stop using ECN Pool MT4 for a while?
Read your broker's user agreement.
You should read your broker's agreement and it usually says that if the account goes in the red, the client does not owe you anything.
That's what margin call and stop out are for.
EA based on williams percent range. The code compiles without problems but EA does not trade, most likely the parameters for wpr are not correct . Gurus hope to hear from you
Read your broker's user agreement.
They usually state that if the account goes into deficit, the client does not owe anything.
That's what margin call and stop out are for.
put 2 at the end of the second line like I did.
Hi all! just started to learn mql4 programming, i am watching video course on youtube, but it turns out the material is old, i encountered an error the first time i tried to create a program, please help.
Start() started with a lowercase "s" instead of an uppercase.
But now it's better not to use outdated functions.
OnTick() for experts, OnStart() for scripts, etc. Read more: https://docs.mql4.com/ru/mql4changes
Good afternoon.
How do I diagnose what is causing the out of memory error? I don't have any undeleted objects left. I start the test, stop it and there are no errors about undeleted objects in the logs. Also no errors about undeleted objects with this out of memory error.
How can I find out what exactly leads to this memory error?