Page 1 of 2

EA Coding and stuck

Posted: Fri Feb 17, 2017 6:28 pm
by armchairtycoon
Hi guys i have been tinkering with code

EA not working 

Please assist in 

Re: EA Coding and stuck

Posted: Fri Feb 17, 2017 7:58 pm
by mladen
armchairtycoon wrote:Hi guys i have been tinkering with code

EA not working 

Please assist in 

That indicator has only 1 buffer. Your iCustom() calls are trying to retrieve values from buffers 4 and 5 that do not exist at all

Re: EA Coding and stuck

Posted: Sun Feb 26, 2017 9:39 pm
by oguz
Can be deleted.


Re: EA Coding and stuck

Posted: Fri Nov 09, 2018 3:43 am
by AmirDehghani
Dear mladen and mrtools

an EA coder has problem with this error when he wants to call this indi :
" You are trying to use renamed indicator "

what is the problem when we didn't change the name at all ?

and how must solve the problem ?

Thanks A Lot

Re: EA Coding and stuck

Posted: Fri Nov 09, 2018 4:46 am
by mntiwana
AmirDehghani wrote: Fri Nov 09, 2018 3:43 am Dear mladen and mrtools

an EA coder has problem with this error when he wants to call this indi :
" You are trying to use renamed indicator "

what is the problem when we didn't change the name at all ?

and how must solve the problem ?

Thanks A Lot

upload_2018-11-8_21-21-24.png
Post the code that displaying problem with you

Re: EA Coding and stuck

Posted: Fri Nov 09, 2018 10:29 am
by AmirDehghani
mntiwana wrote: Fri Nov 09, 2018 4:46 am
Post the code that displaying problem with you
.
the coder said:

" No, just alert in the terminal and it say
averages - mtf - alerts 9.1.ex4 EURCHF,M1: Alert: You are trying to use renamed indicator
Nothing happens except this messege. "

Re: EA Coding and stuck

Posted: Fri Nov 09, 2018 11:17 am
by mrtools
AmirDehghani wrote: Fri Nov 09, 2018 10:29 am
.
the coder said:
" No, just alert in the terminal and it say
averages - mtf - alerts 9.1.ex4 EURCHF,M1: Alert: You are trying to use renamed indicator
Nothing happens except this messege. "
May be the iCustom call.

Re: EA Coding and stuck

Posted: Fri Nov 09, 2018 8:09 pm
by AmirDehghani
mrtools wrote: Fri Nov 09, 2018 11:17 am

May be the iCustom call.
.
Thanks Dear mrtools ,
the coder said :
.
Please ask him how I can call from icustom?
I tried code and do backtest but still same error message alert in the MT4 terminal.

double buy=iCustom(NULL,0,"averages - mtf - alerts 9.1.ex4",7,1);
double sell=iCustom(NULL,0,"averages - mtf - alerts 9.1.ex4",0,1);
2018.11.09 11:10:42.575 averages - mtf - alerts 9.1.ex4 EURCHF,M1: Alert: You are trying to use renamed indicator

2018.11.09 11:10:42.575 averages - mtf - alerts 9.1.ex4 EURCHF,M1: Alert: contact mladenfx@gmail.com

.

Re: EA Coding and stuck

Posted: Fri Nov 09, 2018 9:23 pm
by mrtools
AmirDehghani wrote: Fri Nov 09, 2018 8:09 pm
.
Thanks Dear mrtools ,
the coder said :
.
Please ask him how I can call from icustom?
I tried code and do backtest but still same error message alert in the MT4 terminal.
Code:
double buy=iCustom(NULL,0,"averages - mtf - alerts 9.1.ex4",7,1);
double sell=iCustom(NULL,0,"averages - mtf - alerts 9.1.ex4",0,1);
2018.11.09 11:10:42.575 averages - mtf - alerts 9.1.ex4 EURCHF,M1: Alert: You are trying to use renamed indicator

2018.11.09 11:10:42.575 averages - mtf - alerts 9.1.ex4 EURCHF,M1: Alert: contact mladenfx@gmail.com
.
Maybe this version posted here viewtopic.php?p=1295353026#p1295353026 will help.

Re: EA Coding and stuck

Posted: Fri Nov 09, 2018 11:47 pm
by AmirDehghani
mrtools wrote: Fri Nov 09, 2018 9:23 pm

Maybe this version posted here viewtopic.php?p=1295353026#p1295353026 will help.
.
the coder said:
Hi, I checked averages - mtf - alerts 9.1 buffer signal with your set file....
You can see attached video file,
Unfotunatelly, there is no buffer signal change (EMPTY)
It means I can not use the arrow signal with EA....
Sorry I can not do anything about it.
.
could you please help us more ?
Thank you mrtools