Calculate RSI using Excel (Momentum Indicator) - Step by Step

Поделиться
HTML-код
  • Опубликовано: 2 фев 2025

Комментарии • 26

  • @pushpendrasharma7172
    @pushpendrasharma7172 8 месяцев назад +2

    Thank you for putting in the effort to make this video. Super helpful. However I would like to call out that you made a mistake at the 6 minute, 30 second mark. Instead of taking the average of first 14 values and pasting it in the 15th row, you should paste it in the 14th row. To be specific, AVERAGE(D3:D16) should go to to F16 (you have assigned it to F17). You eventually get it back on track when you compute F18. It would be great of you can edit the video at the 6 minute 30 second mark and repost it as it will save a lot of people from making this mistake in their code/calculations. Thanks again for your contribution to the community.

  • @amaxrai6340
    @amaxrai6340 Год назад +2

    Sirji,
    I have a question, can this sheet be used to calculate future price based on future RSI number ? for example current RSI = 32 , wht will be the price is RSI = 60 .
    Thanks 🙏🙏

    • @jothiprakashanandan
      @jothiprakashanandan  Год назад

      Yes, definitely. I'll even create this as a video soon. Would be great to calculate entry and exit prices well.

  • @nth.education
    @nth.education 4 месяца назад

    Hi, Thanks for sharing the video, I had a question that is troubling me a bit. I read the same theory on RSI from investopedia and was wondering about the calculation of Avg Gain and Avg loss you made for the first cell.
    When we are calculating average gain, shouldn't we consider only the days where we had positive movement in the denominator ? E.g. if out of 14 trading days 5 days were gain, then average gain would be SUM(gain)/5 and not by 14, Any thoughts here ? Would love to know if I am thinking anything incorrect here, Thanks :)

  • @vatsal715
    @vatsal715 2 года назад +3

    Sir,
    You used (F17*13+D18)/14 formula for EMA, didn't we missed the D17 cell data point of Gain/Loss?
    Neither it is taken whilst calculating formula in F17 nor in F18.

    • @jothiprakashanandan
      @jothiprakashanandan  2 года назад +3

      Nice catch, Vatsal.
      The formula should be (F17*13 + D17)/14. I'll mark this in the description.
      Thank you!

    • @vatsal715
      @vatsal715 2 года назад +1

      @@jothiprakashanandan Pleasure. Came out just for curiosity and help. That's still how the last 3-4 candles RSI matched with our excel calculation. 🤔

    • @jothiprakashanandan
      @jothiprakashanandan  2 года назад +1

      Analysing the same. Need to find how QC was perfect.

    • @vikas036
      @vikas036 5 месяцев назад

      ​@@jothiprakashanandan Sir average loss mein bhi yahi sem process karna padega vahan bhi formula change hoga

  • @krishnagopal7890
    @krishnagopal7890 7 месяцев назад

    Sir
    In mcx commodity (silver and crude) can we use these formula

  • @shivkumarmp4800
    @shivkumarmp4800 3 месяца назад

    how i can change the different stock name in this sheet......

  • @hieteshagrawal
    @hieteshagrawal 3 месяца назад

    Thank You

  • @jeetendradhawde6232
    @jeetendradhawde6232 11 месяцев назад

    Sir..thank you for such simple explanation

  • @arunnagarajramaraj8631
    @arunnagarajramaraj8631 5 месяцев назад

    I did the calculation of RSI as per your steps. But the values are not matching with Trading view. Need to understand this difference. Arun

  • @govindprasadgupta9250
    @govindprasadgupta9250 Год назад +1

    सर जी नमस्कार स्टॉक का मनी फ्लो कैसे निकालते है ?

  • @VinaySingh-r7p
    @VinaySingh-r7p 3 месяца назад

    Why MS Excel hasn't provided RSI function? It'd be a lot easier if they do.

  • @TheLearningHub-r7j
    @TheLearningHub-r7j 5 месяцев назад

    sir it will refresh automatically

  • @alndr4u
    @alndr4u 2 года назад +2

    Thank you sir, plz make dashboard videos based on plotly dash

    • @jothiprakashanandan
      @jothiprakashanandan  2 года назад +1

      Thanks, Ramesh. Great idea. Can do!

    • @alndr4u
      @alndr4u 2 года назад +1

      @@jothiprakashanandan plz do a detailed series on that

  • @dineshjoshi8238
    @dineshjoshi8238 Год назад

    How to fetch options chain tick by tick data live market

  • @ATHIRA.A.H.ATHIRAHARIKUMAR
    @ATHIRA.A.H.ATHIRAHARIKUMAR Год назад

    Where this 13 came from, i didn't understand

    • @razz023
      @razz023 Год назад

      since we are taking an average of 14 days, there should be 14 values in the numerator (#13 + #1). Since we are looking at the EMA, where we give more weightage to the most recent value which is the values of that #1 i.e. current gain or loss value while giving less weightage to the previous 13 values, of whose we take an SMA and multiply it by 13. That's where 13 comes from. In short, a little value to the history (pervious price gains or losses of whom we have taken and sma) + more weight/value to the current parameter (here it's current price gain or loss). Hope, you get the point.

    • @jothiprakashanandan
      @jothiprakashanandan  11 месяцев назад

      Razz023 has exploded well. Thanks.