Topic: Ema Predictive

Hello everyone,

the following strategy saved in MQL4, once imported into Mt4 is not opened.
They are reported 2 errors that seem to depend on the indicator Ema Predictive
What can I do, except to use another indicator?
Thank you

I enclose strategy and image
https://s28.postimg.org/8chwv6cfd/Ema_Pred_error.png

Post's attachments

EmaPred_awesom_Rsi_BrentCmd_15_v001_error.xml 13.86 kb, 4 downloads since 2017-01-18 

You don't have the permssions to download the attachments of this post.

Re: Ema Predictive

Also attach EA

Post's attachments

EmaPred_awesom_Rsi_BrentCmd_15_v001.mq4 278.1 kb, 4 downloads since 2017-01-18 

You don't have the permssions to download the attachments of this post.

Re: Ema Predictive

Freesby, reload mqh indi from repo, it has been fixed for some time now.

Re: Ema Predictive

Hello everyone, I have exported these 2 strategies in MQL4 EA, much the same, just to see what it does, whether and how to improve them.
The Mt4 reports error at both and do not want to load.
How should I do to remove the error?
thank you

Post's attachments

Strategy3_UsdJpy_1D_v01.mq4 300.52 kb, 6 downloads since 2017-02-01 

You don't have the permssions to download the attachments of this post.

Re: Ema Predictive

This is the strategy and error

https://s23.postimg.org/jcogcvx13/Usd_Jpy_non_li_carica.png

Re: Ema Predictive

Looks like the creator of that indicator will have to  rework its parameters and upload a new version (EAPredictive)

My 'secret' goal is to push EA Studio until I can net 3000 pips per day....

Re: Ema Predictive

I just exported an EA with EmaPredictive in all three slots...

https://s30.postimg.org/wbn4j8h6p/bal.jpg

I hope Freesby can re-download the indicator from repo...

Re: Ema Predictive

I tried to load the file you provided and MT4 will not open it..... so I will try to work with the Brent one

So I took the Brent xml file and loaded it into FSBPro and exported the indicator......

and ran it in Mt4... no problem..........

That makes me think that somehow you are not compiling it and transferring to MT4 properly......

The indicator works fine.

My 'secret' goal is to push EA Studio until I can net 3000 pips per day....

Re: Ema Predictive

I also tried to do it unsuccessfully. FSB Pro does not download the corresponding MQL file. I'm not sure what is the reason for that. Probably the file names and class names do not match.

Re: Ema Predictive

Thank you

Re: Ema Predictive

My results:

xml file -> export = success

both ea files -> dropped in FSB for recovery -> export = success

No errors.

Re: Ema Predictive

It was enough to change:

if (LongPeriod == ShortPeriod)
LongPeriod  = LongPeriod + 0.1;

with

if (longPeriod == shortPeriod)
longPeriod  = longPeriod + 0.1;

and now it works

It seems that something in EmaPredictive does not like.
Perhaps, it is not so Predictiva. smile
Thank you all.

Post's attachments

Immagine.png 53.75 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

Re: Ema Predictive

Freesby, it would have been easier to re-download it from repository, this bug was fixed a while ago...

Just in case it was missed, the link for the indi - http://forexsb.com/repository/repositor … predictive