Page 1 of 1

icustom help

Posted: Fri Jun 30, 2017 6:39 am
by joses
hi guys,
i need help, i do one indi by icustom but whem i add this ind PM in my chart cold my mt4, someone can tell me why?

Re: icustom help

Posted: Fri Jun 30, 2017 6:54 am
by mladen
joses wrote: Fri Jun 30, 2017 6:39 am hi guys,
i need help, i do one indi by icustom but whem i add this ind PM in my chart cold my mt4, someone can tell me why?
That usually happens when your parameters in the iCustom() do not match the indicators real parameters
Check the parameters in the iCustom() (good advice would be this : https://www.forex-station.com/viewtopic ... 1295358763

Re: icustom help

Posted: Fri Jun 30, 2017 7:42 am
by joses
I just wanted to take the "unnecessary warning" from the profit_master, but I am filling in the values of the parameters all to false, but still freezing, as is the Russian indicator I see are just (????), I have already looked at several Ten-day fonts and still could not make it work

Re: icustom help

Posted: Sat Jul 01, 2017 5:06 pm
by mladen
joses wrote: Fri Jun 30, 2017 7:42 am I just wanted to take the "unnecessary warning" from the profit_master, but I am filling in the values of the parameters all to false, but still freezing, as is the Russian indicator I see are just (????), I have already looked at several Ten-day fonts and still could not make it work
Did you try adding parameters one-by-one and then checking if the terminal freezes?
If not, then it might be a good idea to do so

Re: icustom help

Posted: Wed Jul 05, 2017 2:43 am
by joses
i try, and not work yet,

Re: icustom help

Posted: Wed Jul 05, 2017 5:28 pm
by mladen
joses wrote: Wed Jul 05, 2017 2:43 am i try, and not work yet,
Try it like that : first add one parameter and check, then the second and check, and so on ... that is the best way to check

Re: icustom help

Posted: Thu Jul 06, 2017 1:56 am
by joses
freeze on the first

Re: icustom help

Posted: Thu Jul 06, 2017 6:15 pm
by mladen
joses wrote: Thu Jul 06, 2017 1:56 am freeze on the first
First parameter is a "dummy" parameter
Just pass "" to it (and any parameter that look like it in the parameters list)

Re: icustom help

Posted: Fri Jul 07, 2017 4:39 am
by joses
mladen, so many thanks, you tell me 1 error and i found other, has 2 sound file, i believe it is the problem, works fine now:

iCustom(NULL,0,"PROFIT_MASTER_V3","",4,5,7,0,"","",0,0,Sound_File,0,i);

So many thanks again.

Re: icustom help

Posted: Fri Jul 07, 2017 5:47 pm
by mladen
joses wrote: Fri Jul 07, 2017 4:39 am mladen, so many thanks, you tell me 1 error and i found other, has 2 sound file, i believe it is the problem, works fine now:

iCustom(NULL,0,"PROFIT_MASTER_V3","",4,5,7,0,"","",0,0,Sound_File,0,i);

So many thanks again.
Happy trading :)