How to compute RSI for first 13 minutes (intraday)


  • Hi,

    As we know the formula for computing Relative Strength Index (RSI) = 100 - (100/(1+RS)) where RS is the relative strength (ratio of average gain and average loss). In general, the look-back period is 14 days. I want to know how to calculate RSI for intra-day. Is there a lookback period of 14 minutes for intra-day? If it is 14 minutes, then how to compute the RSI for the first 13 minutes?


  • @vivekruhela use TA lib you get almost all functions required to do technical analysis for free.
    No one writes own code for general indicators . The ready made function is available for that . That to it is gree


  • Issue solved.