Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 164

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
I think mql5 has a very powerful strategy tester, without it it it is impossible to check forward tests in details. I optimize Expert Advisors on mql4 and start forward analysis, each profitable run takes a lot of time, but in mql5 I set optimization and see all profitable forwards. The question is whether this in-depth analysis will help to make a profitable EA stable. It will be a shame to waste time studying mql5 and then discover that it's all for nothing.
If you learn mql5 only for the sake of optimization, it's nonsense...
No, it is not.
I think mql5 has a very powerful strategy tester, without it it it is impossible to check forward tests in details. I optimize Expert Advisors on mql4 and start forward analysis, each profitable run takes a lot of time, but in mql5 I set optimization and see all profitable forwards. The question is whether this in-depth analysis will help to make a profitable EA stable. It will be a shame to waste time studying mql5 and then discover that it's all for nothing.
Another sell transaction is made. You need to implement the principle: one signal - one trade.
I am grateful in advance for the help.
Look at the faq, it's there.
Professionals, please advise, there is a code like this
Periodically gives error 4008 - what could it be?
Pro tell me, there's a code like this
Periodically gives error 4008 - what could it be?
ERR_NOT_INITIALIZED_STRING 4008 Uninitialized string. To be honest, I haven't encountered such an error. Is EA_Comment declared somehow? The only line in the code...
So, what's this ????
iTicket = _OrderSend(Symbol(), CmdType, LotOpen
ERR_NOT_INITIALIZED_STRING 4008 Uninitialized string. To be honest, I haven't encountered such an error. Is EA_Comment declared somehow? The only line in the code...
So, what's this ????
This variable is set at the beginning and I don't touch it anymore.
extern string EA_Comment = "";
This variable is set at the beginning and I don't touch it anymore.
extern string EA_Comment = "";
If the error occurs periodically, it might be that your DC attributes something abnormal to the string. The DC can and has the right to do so.
What's it say to me?
If the error occurs from time to time, maybe your brokerage company attributes something abnormal to the line. You do not have to worry about it.
I have what it says.
Probably also a brokerage company - on a demo no errors, I have set an order on a real account, it won't open again and writes error!
The other EAs just work fine and this one periodically gives errors, what else could it be?