Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs

    How to compute RSI for first 13 minutes (intraday)

    Python SDK
    0
    3
    30
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • V
      vivekruhela last edited by

      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?

      Mnagesh 1 Reply Last reply Reply Quote 0
      • V
        vivekruhela last edited by

        Issue solved.

        1 Reply Last reply Reply Quote 0
        • Mnagesh
          Mnagesh @vivekruhela last edited by

          @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

          Now I am full time Algo Trader and successfully developed my own Apps for my personal use.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post