Could someone explain why this indicator isn't loading correctly by iCustom?

 

Hi,


I want to creat a EA recently, it use a indicator below, but i can't load it correctly by iCustom, could someone tell me where is the mistake?

Thank you


Here is how i call the indicator:

double SRSI;      

SRSI=iCustom(NULL,0,"StochRSI-V8",4800,"false",0,1);

Files:
StochRSI-V8.mq4  13 kb
 
Second parameter is a bool, not a string.
 
In future please post in the correct section
I will move your topic to the MQL4 and Metatrader 4 section.