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
Is this only available in MT5?
Yes. This code is for MetaTrader 5.
Olá
Sou novo no forum, gostaria de saber o que devo fazer para poder usar esse códigos de EA, é grátis? Posso simplesmente baixar, alterar se eu desejar, compilar e usar? Desculpem se a pergunta é tola, mas de qualquer forma agradeço.
HI... I'm new to the forum, I'd like to know what I should do to be able to use these EA codes, is it free? Can I simply download, change if I wish, compile and use? Sorry if the question is silly, but thank you anyway.
***
HI... I'm new to the forum, I'd like to know what I should do to be able to use these EA codes, is it free? Can I simply download, change if I wish, compile and use? Sorry if the question is silly, but thank you anyway.
It's free.
Yes, we need to take such steps: download, compile, attach to the symbol chart.
It's free.
Yes, we need to take such steps: download, compile, attach to the symbol chart.
Ha! Ha! ... tears come to my eyes.
Sometimes you can not believe that you communicate with adult people.
For those of you using MACD here are the settings from the code:
handle_iMACD=iMACD(m_symbol.Name(),Period(),4,24,12,PRICE_CLOSE);
Apparently only the EUR/USD can be traded with this EA...or not more than one symbol at a time.
m
Hi Vladimir,
There seems to be a common problem in detailed testing; The "Max DD" values are exceeding acceptable levels in many scenarios.
Could you please add a feature like "Minimum Profit" to the EA to fix the problem a bit, sacrificing the overall profit?
On the other hand, do you have any alternative suggestions?
NOTE:
I have doubts that the "Expiration pending orders (seconds)" feature is working correctly.
I would be glad if you could test this feature.
Hi Vladimir,
There seems to be a common problem in detailed testing; The "Max DD" values are exceeding acceptable levels in many scenarios.
Could you please add a feature like "Minimum Profit" to the EA to fix the problem a bit, sacrificing the overall profit?
On the other hand, do you have any alternative suggestions?
NOTE:
I have doubts that the "Expiration pending orders (seconds)" function is working correctly.
I would be glad if you could test this feature.
The minimum profit can be added.I don't understand anything about "Expiration pending orders (seconds)": what parameters did you use? What is recorded in the log-file? And why did you decide that it doesn't work?
Minimum profit can be added.I don't understand anything about "Expiration pending orders (seconds)": what parameters did you use? What is recorded in the log-file? And why did you decide that it doesn't work?
The function works correctly, thank you.