Experts: EMA Cross Contest Hedged

 

EMA Cross Contest Hedged:

A trading system based on three indicators: two iMAs (Moving Average) and iMACD (Moving Average Convergence/Divergence, MACD).


Author: Vladimir Karputov

 
Automated-Trading:

EMA Cross Contest Hedged:

Author: Vladimir Karputov

Is it set some Pending Orders?
 
dompetku :
Is it set some Pending Orders?

No. This Expert Advisor does not work with pending orders.

 
Which is the best settings for EURUSD ?
 
Shyamjith :
Which is the best settings for EURUSD ?

Run the genetic optimization and you will get the answer. Everyone should think with his head.

 
Like your EMA_WMA but can you please add trailing stop?
 
CamarillaGorilla :
Like your EMA_WMA but can you please add trailing stop?

The code "EMA Cross Contest Hedged" already has a Trailing. Look at the input parameters "Trailing Stop" and "Trailing Step"

 

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);