Reputation: 614
On the hourly chart, how can I overlay the daily timeframe's RSI over a 14-day period over my hourly chart's RSI over a 14-hour period?
Upvotes: 0
Views: 1217
Reputation: 610
Add this line: Daily_RSI = security(tickerid, "D", rsi(close,14))
Upvotes: 2