invalid integer number as parameter 2 for 'iCustom' function error on MT4 600+ build

 
iCustom(NULL,NULL,"Superprofit",14,28,0)

Error invalid integer number as parameter 2 for 'iCustom' function

while running EA on MT4 600+ platform what's wrong with the code please provide possible solution for the bug....

 

it didn't work before 600

read the doc. again iCustom

 
qjol:

it didn't work before 600

read the doc. again iCustom


So the code would be 

Thank you for guiding it really helped. 

iCustom(NULL,0,"Superprofit",14,28,0)
 
expertarts:


So the code would be

iCustom(NULL,0,"Superprofit",14,28,0)

no

hint:

iCustom(NULL,0,"Superprofit",14,28,0);
 

thanks for the help,Now no error message showing

Cheers!!!!!! ,

 
qjol: hint:
iCustom(NULL,0,"Superprofit",14,28,0);
Hint #2, does the indicator have 29+ buffers?
Detailed explanation of iCustom - MQL4 forum
Reason: