2 million Ea

 

This ea inspired J-Talon and escape ....

Just try it..

Files:
2milyon.mq4  38 kb
 

Parameters?

Hi Murat, thank you for the share, but are there some parameters we should apply and or offsets? Would appreciate a bit more info.

Cheers.

 
geosanuy:
Hi Murat, thank you for the share, but are there some parameters we should apply and or offsets? Would appreciate a bit more info. Cheers.

this ea works one rule

do not always in the market.

double Now=iHigh(NULL,PERIOD_D1,0);

double NowL=iLow(NULL,PERIOD_D1,0);

if (diMAW<diClose0 && diClose0<diMA1 && (Now-NowL)<0.001 )Direction = 1;

if (diMAW>diClose0 && diClose2>diMA3&& (Now-NowL)<0.001) Direction = -1;

(Now-NowL)<0.001 ) this is show our market is safe for martingale

as the basis for the appropriate time of day trading is the first time.

 

not opening orders

Hello Murat, thanks for providing your EA. I'm trying to perform back tests with milyon and he is not opening orders. I've made some changes to the Set and nothing.

Hugs,

Paulo Peba

 

this ea works 0.01 lot please look your account setting.and new version

Files:
2milyonv1.mq4  39 kb
 
muratsimsek75:
this ea works 0.01 lot please look your account setting.and new version

Why not ask for detailed explanation of the parameters?

Thank you

 
masahiro tanaka:
Why not ask for detailed explanation of the parameters? Thank you

You can get details of all settings from the PipLite site, from which this EA takes 99% of its code.

d4v3

 
d4v3:
You can get details of all settings from the PipLite site, from which this EA takes 99% of its code. d4v3

Thank you for your information!

 

Can somebody post succesfull settings and results?

 

Yes, some good settings and results would surely be appreciated.

 

I am sure the thread name is better than the ea .. bravo!.

-guyver