Hi mtuppers, do you have the EA to share on using stochastic? thanks
Hi mtuppers, do you have the EA to share on using stochastic? thanks
Forex forward testing result located:
http://www.forexreviewempire.blogspot.com/
After 1 week plus of forward testing the mindhero, balance at USD196.44 , loss of USD53.56
Forex forward testing result located:
http://www.forexreviewempire.blogspot.com/
sorry I am new,
now The problem was slowed.
Last edited by gaspar; 04-07-2009 at 11:11.
Funyoo,
The mindhero shall be used as
However, in your EA, you made it the oposite. Please check your signal.double MHB=iCustom(NULL,TimeFrame,"mindhero",max_bars,0,S ignalCandle);
double MHR=iCustom(NULL,TimeFrame,"mindhero",max_bars,1,S ignalCandle);
if (MHB>0&&MHB!=EMPTY_VALUE)
{
MindheroSell=true;
MindheroBuy=false;
}
if (MHR>0&&MHR!=EMPTY_VALUE)
{
MindheroBuy=true;
MindheroSell=false;
}
Hello Funyoo:
I'm using the mindhero in 4 hours with very good results, but use as the fisher 2 ema filter to avoid false entries. I watched the Ea mindhero and I wonder if you can put code within this filter.
The purchase would be entered into when the arrow appears mindhero if the indicator is positive fisher i backwards for sale.
Thanks
Adrian
Hello Funyoo:
I wanted to know if you can put a filter to mindhero Ea. I'm using it in 4 hours with good results.
The Ea would have to enter the market when the indicator is positive (buying), negative (sell).
Greetings
Adrian