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
2That usually happens when your parameters in the iCustom() do not match the indicators real parametersjoses 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?
Check the parameters in the iCustom() (good advice would be this : https://www.forex-station.com/viewtopic ... 1295358763
Re: icustom help
3I 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
4Did you try adding parameters one-by-one and then checking if the terminal freezes?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
If not, then it might be a good idea to do so
Re: icustom help
6Try 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
8First parameter is a "dummy" parameter
Just pass "" to it (and any parameter that look like it in the parameters list)
Re: icustom help
9mladen, 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.
iCustom(NULL,0,"PROFIT_MASTER_V3","",4,5,7,0,"","",0,0,Sound_File,0,i);
So many thanks again.
Re: icustom help
10Happy tradingjoses 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.
