Forum

Wrong iRSI?

Hi, I am very new to mql5 so I apologize... When I do something such as... int rsi; rsi = iRSI(_Symbol, PERIOD_H1, 21, PRICE_CLOSE); Alert(rsi); The result is.. for example 10 ... however when I go to the chart and add an RSI with the same values, the result is like 48 ... What am I doing wrong