What is the meaning of this example in MQL documentaion

 

Hi

Please see the below example of iStochastic in Mql4 docs:

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))

Why it use ">" for current candle?
 

See it, at current candle, Main > Signal ( red line )



 
tuoitrecuoi:

See it, at current candle, Main > Signal ( red line )



yeah, Thank you.

You save my time