Experts: EMA Cross Contest Hedged - page 2

 
v-whkh18 zhou :
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.

 
lordtrader.ti :

***

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.

 
Vladimir Karputov:

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.

 
Edviao:

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?

 
Vladimir Karputov:

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?

I have studied EA in more detail.
The function works correctly, thank you.
 
Hello Vladimir,

I am trying to add a time control function to EA.
After adding the following codes to the input parameters, how in EA to change the codes in which line?

Thank you.

input group             "Time control"
input bool                 InpTimeControl      = true;           // Use time control
input uchar                InpStartHour          = 10;             // Start Hour
input uchar                InpStartMinute       = 01;             // Start Minute
input uchar                InpEndHour           = 15;             // End Hour
input uchar                InpEndMinute        = 02;             // End Minute