jpls93
jpls93

Reputation: 614

Plot an indicator from another timeframe on current timeframe

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

Answers (1)

Alpha-Tango
Alpha-Tango

Reputation: 610

Add this line: Daily_RSI = security(tickerid, "D", rsi(close,14))

Upvotes: 2

Related Questions