get_rsi
Calculate RSI for a trading symbol from your active broker or specify one. Returns the Relative Strength Index for the given period, interval, and date range.
Instructions
Get RSI (Relative Strength Index) for a symbol from active or specific broker in your session
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| broker | No | Specific broker (optional) | |
| period | No | RSI period (default: 14) | |
| symbol | Yes | Trading symbol | |
| to_date | No | End date (YYYY-MM-DD) | |
| interval | No | Time interval (1m, 5m, 15m, 1h, 1d) | |
| from_date | No | Start date (YYYY-MM-DD) |