(function() { var didInit = false; function initMunchkin() { if(didInit === false) { didInit = true; Munchkin.init('105-GAR-921'); } } var s = document.createElement('script'); s.type = 'text/javascript'; s.defer = true; s.src = '//munchkin.marketo.net/munchkin.js'; s.onreadystatechange = function() { if (this.readyState == 'complete' || this.readyState == 'loaded') { initMunchkin(); } }; s.onload = initMunchkin; document.getElementsByTagName('head')[0].appendChild(s); })();(function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; h._hjSettings={hjid:1422437,hjsv:6}; a=o.getElementsByTagName('head')[0]; r=o.createElement('script');r.defer=1; r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv; a.appendChild(r); })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');

RSI (Relative Strength Index)

J. Welles Wilder developed the Relative Strength Index (RSI), a popular momentum oscillator. Analyzing the speed and change of price movements creates an index that fluctuates between 0 and 100. The RSI is calculated based on the average gains and losses over a specific period, commonly 14.

RSI trading strategy

If a currency pair's RSI rises above 70, a trader might interpret this as a sign that the currency is overextended and could consider selling. Conversely, if the RSI falls below 30, it could be a signal to buy, anticipating a price rebound. A divergence between the RSI and price can also signal a potential trend reversal. If the price is making new highs while the RSI fails to do so, it might indicate a bearish reversal, and vice versa.

Back to Dictionary