Thanh Tan Huynh / Publications
Forum
iRSI return sometimes wrong values
Hi All, I have ea use RSI (use function iRSI), but sometimes this function return wrong value. Code example: double RSInow=iRSI( NULL ,0,14, PRICE_CLOSE ,0 ); I run my ea online many days but sometimes this function return wrong value. Maybe it return old value (I debug return value but it wrong). I