EURGBP easy and profitable EA - page 48

 

tested on EURGBP1M and 5M..

awesome results!!!

 

Good evening everyone and happy Christmas

Regarding to _rdb_ EA and EURGBPKING.

Have you established the final version of the EA and the final optimized and/or most profitable set ??

If so could someone conclude the thread attaching relevant files.

(Thread meanders from EURGBP Kind and _rdb_ at last pages).

Thus further tests and optimization can be carried on the most recent version.

Sincerely:

Simon

 

kindly inform

Anybody do and make this ea for working on 5 digit broker it is very good

 
Shinigami:
Should work with 5-digit brokers just fine. From the code:

mult=(Digits==3 || Digits==5)*10+(Digits==2 || Digits==4);

That means:

If digits = 3 or 5, mult will be 1*10 + 0, in other words it will be 10.

If digits = 2 or 4, mult will be 0*10 + 1, in other words it will be 1.

Later stoploss and takeprofit and other values are multiplied by mult.

Basically, that means the EA has some sort of support for 5/3-digit currency pairs. Can't tell if it works correctly, my broker is an old-school 4-digit one.

anybody kindly make 5 digit broker pl

 

EURGBP King should be compatible with five digits brokers. There is a forward test that confirms this.

 

Still interesed?

I can code that for you, if you are still interested.

Is this EA still being tested by anyone these days?

Regards,

Vlad

maskumareshraja:
anybody kindly make 5 digit broker pl
 
foxracing99:
this EA not work on 5 digits broker, anybody can modify it to run in 5 digits broker?

extern double SL = 150;

extern double TP = 50;

Multiplying these two values by one hundread before compiling it in code editor should help.

But I don't like backtest results for period from 2012-01-01 to 2012-06-01. It looses, even if its past performance was so good before 2007. What was the reason of so bad performance? Maybe optimization would help.

Are there any real account statements for this strategy, e.g. myfxbook?

Best regards!

 

Hi Chriss would you be so nice to help me to code this ea to support 5 digit broker? I really can't figure how to do it

 
jeffrychow:
Hi Chriss would you be so nice to help me to code this ea to support 5 digit broker? I really can't figure how to do it

jeffrychow

Version with automatic 4-5 digit switching posted here : https://www.mql5.com/en/forum/179191/page5

 

checking it soon

Reason: