This usually happens when the iCustom is not correct. Check again or show the refered code.
Hi!
I'm trying to create an EA using this indicator: http://www.earnforex.com/mt4_forex_indicators/Pattern_Recognition_Master_v3.mq4
Anyway, the EA seems to be reeeeally slow, and I noticed that it is loading & removing the indicator all over again every new candle. In the
This is part of using iCustom. Another way is to embed the indicator into your EA - afterall an indicator is for visual purposes and as far as an EA goes, it does not have to "see" any charts, just the signals for orders execution
Hi!
I'm trying to create an EA using this indicator: http://www.earnforex.com/mt4_forex_indicators/Pattern_Recognition_Master_v3.mq4
Anyway, the EA seems to be reeeeally slow, and I noticed that it is loading & removing the indicator all over again every new candle. In the journal:
...
23:59:56 2008.04.18 12:00 Pattern_Recognition_Master_v3 EURUSD,H4: loaded successfully
23:59:56 2008.04.18 12:00 Pattern_Recognition_Master_v3 EURUSD,H4: removed
23:59:56 2008.04.18 16:00 Pattern_Recognition_Master_v3 EURUSD,H4: loaded successfully
23:59:56 2008.04.18 16:00 Pattern_Recognition_Master_v3 EURUSD,H4: removed
23:59:57 2008.04.18 20:00 Pattern_Recognition_Master_v3 EURUSD,H4: loaded successfully
23:59:57 2008.04.18 20:00 Pattern_Recognition_Master_v3 EURUSD,H4: removed
23:59:57 2008.04.20 22:00 Pattern_Recognition_Master_v3 EURUSD,H4: loaded successfully
23:59:57 2008.04.20 22:00 Pattern_Recognition_Master_v3 EURUSD,H4: removed
23:59:57 2008.04.20 23:00 Pattern_Recognition_Master_v3 EURUSD,H4: loaded successfully
23:59:57 2008.04.20 23:00 Pattern_Recognition_Master_v3 EURUSD,H4: removed
23:59:57 2008.04.21 00:00 Pattern_Recognition_Master_v3 EURUSD,H4: loaded successfully
...
What might cause this?? I have created a bunch of EA´s, but I have never seen this kind of behaviour before??