Please fix this indicator or EA - page 54

 
nlenz:
Here, I think I fixed it the way you described. Gives the same results like with DiNapoli missing only much faster. The reason it was slow was that it tried to call the DiNapoli indicator without success (because it's missing) and also generated a lot of error messages. So I just commented out the call to that indicator and now it works fast with the same results.

Is that O.K.?

Attached is the new predictor.

nlenz

Thanks Nlenz, it's absolutely OK. !

 
secretcode:
Thanks Nlenz, it's absolutely OK. !

You're welcome, glad it worked out.

nlenz

 

Help, please fix this EA

I have this FisherM11_EA, and it is not behaving correctly.

The SL/TP do not work;

It does not close out a trade when the indicator colorbars change color.

I would appreciate it if someone could check this out for me and make adjustments/changes.

Thank you!

Here is the indicator as well as the EA

fisher_m11_ea.mq4

fisher_m11.mq4

Files:
 

PREVIOUS weeks

Hello. Could someone change the indicator to make them look the previous weeks? Thanks

_fib_sr_d1.ex4

Files:
 

elcomepips

ex4 can not be changed

elcomepips:
Hello. Could someone change the indicator to make them look the previous weeks? Thanks _fib_sr_d1.ex4
 
Files:
 

Look if this help you:

_fib_sr_w1.mq4

_fib_sr_w1.ex4

Files:
 

Thanks, but I need to see the display in all history, the previous days to backtest

 

could someone help me?

 

Hi,

i try to recal via icustom the indicator attached but don't work.

I try in this way.

double DDFX_Neuroa = iCustom(NULL,0,"DDFX_Neuro_Trade",2,1);

double DDFX_Neurob = iCustom(NULL,0,"DDFX_Neuro_Trade",3,1);

if(DDFX_Neurob>DDFX_Neuroa)......buy

if(DDFX_Neuroa>DDFX_Neurob).......sell

Can someone help me?

Thank youddfx_neuro_trade.mq4

Files:
Reason: