RSI for diffrent time frame

Hi,

I want to get value of RSI 14 for current time frame and high time frame in same window .
Can you guide me how it is possible?

In tradescript the same script with different time frame is not possible/

You can get an approximate value by multiplying 14 with the time frame ratio.

Example: You are in 1 hour chart and you want the RSI of 4 hour chart in the same window. The time frame ratio is four. With the RSI setting of 56 in hourly chart, you can have RSI value of 4 hour chart. It will not be the exact value.

1 Like

Is there any plan to add this in feature?

Great workaround.