
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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.
nlenzThanks Nlenz, it's absolutely OK. !
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
PREVIOUS weeks
Hello. Could someone change the indicator to make them look the previous weeks? Thanks
_fib_sr_d1.ex4
elcomepips
ex4 can not be changed
Hello. Could someone change the indicator to make them look the previous weeks? Thanks _fib_sr_d1.ex4
sorry, here is
_fib_sr_d1.ex4
_fib_sr_d1.mq4
Look if this help you:
_fib_sr_w1.mq4
_fib_sr_w1.ex4
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_Neurob = iCustom(NULL,0,"DDFX_Neuro_Trade",3,1);
if(DDFX_Neurob>DDFX_Neuroa)......buy
if(DDFX_Neuroa>DDFX_Neurob).......sellCan someone help me?
Thank youddfx_neuro_trade.mq4