Skip to content

RadinAnsari/RSI_trade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

📈 RSI (Relative Strength Index) filtering

Screenshot 2025-09-20 153929

This is a small project that helps you filtering crypto or stock prices based on the Relative Strength Index (RSI) . RSI is a popular tool in trading that shows whether an asset might be overbought or oversold—basically helping you spot potential buying or selling opportunities.


What is RSI?

RSI is a momentum indicator that ranges from 0 to 100.

RSI Values and Meaning

RSI Value What it Indicates
0 – 30 Oversold – the asset may be undervalued → potential buying opportunity
30 – 50 Weak or bearish momentum – price may be consolidating or slightly down
50 – 70 Strong or bullish momentum – price may be rising
70 – 100 Overbought – the asset may be overvalued → potential selling opportunity

How to Read it

RSI < 30 → the market has been heavily sold. Traders may see this as a “buy” zone.

RSI > 70 → the market has been heavily bought. Traders may see this as a “sell” zone.

RSI around 50 → neutral; no strong trend.


⚠️ Important

RSI is not a guarantee. Just because RSI > 70 doesn’t mean the price will drop immediately.

It works best in sideways/ranging markets.

For strong trends, RSI can stay overbought or oversold for a long time.

About

RSI (Relative Strength Index) filtering

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors