I need this profitable EA recoded in mql5

 
Who can help?
Files:
hardprofit.ex4  15 kb
 
bennay:
Who can help?
you have code of ea ?
 
tuoitrecuoi:
you have code of ea ?
Let me know if you can do it. Thanks!
 

i can do
 
tuoitrecuoi:

i can do
Ok thankyou very much!
 
tuoitrecuoi:

i can do
How long do you think it will take?
 
Well, either you learn mql4 (mql4 book, and online documentation) and mql5 (mql5 referenceand article Migrating from mql4 to mql5, or pay someone in job section
MQL4 Tutorial
  • book.mql4.com
MQL4 Tutorial
 
tuoitrecuoi:
you have code of ea ?
i have some codes of mt4
 
bennay:
Who can help?

there is no source code to start with unless you have the source code.

else if u know how the strategy works then it can be coded either yourself or programmers in the market place. 

 
bennay:
Who can help?

Hi bennay,

This is EA from MT4 Codebase.
This one A highly profitable Ea  (with source code).

I am not a coder but from what I see inside the code:

trend=iMA(NULL,0,TrendPeriode,0,MODE_SMMA,PRICE_MEDIAN,0);
trend1=iMA(NULL,0,TrendPeriode,0,MODE_SMMA,PRICE_MEDIAN,1);

and

if (Close[0]==High[0]
&&Close[0]>highrange
&&signaltrend>0
&&OrdersTotal()<1
&&MaxTrades==false
&&Ask-Bid<=MaxSpread*Point
&&!OnlyShort)
SignalBuy=true;
if (Close[0]==Low[0]
&&Close[0]<lowrange

So, it means - this EA was created on open bar.
May be I am wrong as I am not a coder.

That is why this Ea is having so good backtesting results here https://www.mql5.com/en/code/9824
By the way, his backtesting results is not valid too :) - modelling quality 42.76% (and as I understand - it is not M1 timeframe where 25% may be maximum).

So, my opinion - forget about.
 


 

A highly profitable Ea - MQL4 Code Base
  • www.mql5.com
A highly profitable Ea - MQL4 Code Base: expert advisors for MetaTrader
Reason: