2011.01.20 20:37:28 Custom indicator MoneyMakerVola_V2 GBPUSD,M5: removed

 

Hi all,

in the moment i fight with a - for me - strange problem i cant solve until now.

In an EA i have few indicators... also custom indicators...

The same EA (Exact same!) and same Indicators are running on two MetaTrader Installations for 2 different brokers since November 2010

since few days all few minutes (no, not periodically) is appearing

2011.01.20 20:37:28 Custom indicator MoneyMakerVola_V2 GBPUSD,M5: removed and in same moment after

2011.01.20 20:37:28 Custom indicator MoneyMakerVola_V2 GBPUSD,M5: loaded successfully

But only in on instance of MetaTrader .. without other errors, also EA is working (opening correct orders, move SL and Trailngstop ....)

Any sugesstions whats wrong here?

 
no uninit reason in the log?
 
zzuegg:
no uninit reason in the log?


this is in the log. and only in one installation.

06:49:33 MoneyMakerVola_V2 GBPUSD,M15: deinitialized
06:49:33 MoneyMakerVola_V2 GBPUSD,M15: uninit reason 1
06:49:33 MoneyMakerVola_V2 GBPUSD,M15: removed
06:49:33 MoneyMakerVola_V2 GBPUSD,M15: loaded successfully
06:49:33 MoneyMakerVola_V2 GBPUSD,M15: initialized
06:49:33 MoneyMakerVola_V2 GBPUSD,M5: deinitialized
06:49:33 MoneyMakerVola_V2 GBPUSD,M5: uninit reason 1
06:49:33 MoneyMakerVola_V2 GBPUSD,M5: removed
06:49:33 MoneyMakerVola_V2 GBPUSD,M5: loaded successfully
06:49:33 MoneyMakerVola_V2 GBPUSD,M5: initialized
07:02:54 MoneyMakerVola_V2 GBPUSD,M15: deinitialized
07:02:54 MoneyMakerVola_V2 GBPUSD,M15: uninit reason 1
07:02:54 MoneyMakerVola_V2 GBPUSD,M15: removed
07:02:54 MoneyMakerVola_V2 GBPUSD,M15: loaded successfully
07:02:54 MoneyMakerVola_V2 GBPUSD,M15: initialized
07:02:54 MoneyMakerVola_V2 GBPUSD,M5: deinitialized
07:02:54 MoneyMakerVola_V2 GBPUSD,M5: uninit reason 1
07:02:54 MoneyMakerVola_V2 GBPUSD,M5: removed
07:02:54 MoneyMakerVola_V2 GBPUSD,M5: loaded successfully
07:02:54 MoneyMakerVola_V2 GBPUSD,M5: initialized

Second - with different broker - works great.

 
Ask the EA's writer or post the code.
 
WHRoeder:
Ask the EA's writer or post the code.

extern int Vola1_TF=15;
extern int Vola2_TF=5;
extern int Vola_SignalMA=5;
extern int Vola_CalcPeriode=20;

----------------------------------------

double Vola1a_a=iCustom(Symbol(),Vola1_TF,"MoneyMakerVola_V2",Vola_SignalMA,Vola_CalcPeriode,0,0);
double Vola2a_a=iCustom(Symbol(),Vola2_TF,"MoneyMakerVola_V2",Vola_SignalMA,Vola_CalcPeriode,0,0);

but i guess u was not reading all my post/question. Was working before without modifikation and in one instance of MetaTrader (on same PC also) is still working without problems ..

 
EADeveloper:

extern int Vola1_TF=15;
extern int Vola2_TF=5;
extern int Vola_SignalMA=5;
extern int Vola_CalcPeriode=20;

----------------------------------------

double Vola1a_a=iCustom(Symbol(),Vola1_TF,"MoneyMakerVola_V2",Vola_SignalMA,Vola_CalcPeriode,0,0);
double Vola2a_a=iCustom(Symbol(),Vola2_TF,"MoneyMakerVola_V2",Vola_SignalMA,Vola_CalcPeriode,0,0);

but i guess u was not reading all my post/question. Was working before without modifikation and in one instance of MetaTrader (on same PC also) is still working without problems ..


hmm no one? no ideas?
 
EADeveloper; is it your own code? i mean do you have source code? If its blackbox then ea developer may easly limit EAs to 1 particular broker. If its your code, post or pm me source code.
Reason: