RSI — Relative Strength Index Calculator
# RSI — Relative Strength Index Calculator
Calculate and interpret RSI for any crypto or stock asset. Identify overbought/oversold zones, divergence signals, and optimal entry/exit points.
## Commands
### calculate
Calculate RSI from price data.
```bash
bash scripts/script.sh calculate 14
```
### interpret
Interpret an RSI value with trading signals.
```bash
bash scripts/script.sh interpret 72.5
```
### zones
Show RSI zone definitions and trading rules.
```bash
bash scripts/script.sh zones
```
### divergence
Explain RSI divergence patterns.
```bash
bash scripts/script.sh divergence
```
### strategies
Common RSI trading strategies.
```bash
bash scripts/script.sh strategies
```
### help
Show all commands.
```bash
bash scripts/script.sh help
```
## Output
- RSI values with zone classification
- Trading signals (buy/sell/hold)
- Divergence pattern descriptions
## Feedback
https://bytesagain.com/feedback/
Powered by BytesAgain | bytesagain.com
标签
skill
ai