Error on example for iStochastic

 
if(iStochastic(NULL,0,0,5,3,3,MODE_SMA,MODE_MAIN,0)>iStochastic(NULL,0,0,5,3,3,MODE_SMA,MODE_SIGNAL,0)) return(0);

According with the documentation should be:
if(iStochastic(NULL,0,5,3,3,MODE_SMA,0,MODE_MAIN,0)>iStochastic(NULL,0,5,3,3,MODE_SMA,0,MODE_SIGNAL,0)) return(0);
Reason: