Experts: up3x1 Krohabor D

 

up3x1 Krohabor D:

EA up3x1 of the Krohabor_D series with a universal technology of "win-win" trading.

Author: PPP

 
Hi,

I'm a little bothered about the asymmetry of your solution.
if(ma1>ma2>ma3 && ma6<ma4<ma5) OrderClose(OrderTicket(),OrderLots(),Bid,3,White);

Why not? :
if(ma1>ma2>ma3 && ma4<ma5<ma6) OrderClose(OrderTicket(),OrderLots(),Bid,3,White); 

And then something more!
I don't have a computer to check this right now,
but I suspect:  ma1>ma2>ma3 is not equivalent to ma1>ma2 && ma2>ma3.

Cheers!

Max
 

hi..

I'm interested your EA

can you tell me what Time Frame in your EA can work???

 

thanks a lot

 
MaxPayne:
Hi,

I'm a little bothered about the asymmetry of your solution.
if(ma1>ma2>ma3 && ma6<ma4<ma5) OrderClose(OrderTicket(),OrderLots(),Bid,3,White);

Why not? :
if(ma1>ma2>ma3 && ma4<ma5<ma6) OrderClose(OrderTicket(),OrderLots(),Bid,3,White); 

And then something more!
I don't have a computer to check this right now,
but I suspect:  ma1>ma2>ma3 is not equivalent to ma1>ma2 && ma2>ma3.

Cheers!

Max

HI,

    can you tell me what Time Frame in your EA can work

thanks for fast reply

penny08

 

Hi,

I tested it with EUR/USD and different timeframes. Result is always the same: total loss of deposit.


Juergen

 

hi,

did tried it in several time frames and it just kept me loosing money