Forum

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

Find Open[0] for MT4 indicator

Hi assume that we have this indicator setting: iForce(NULL,0,period,method,price,0); I want to know what is the amount of iForce at Open[0] I searched about it, But I didn't find a result. Thank you