How to Plot Modified RSI Indicator | Traditional RSI vs Modified RSI Indicator

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

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

  • @SAMCOSecuritiesIndia
    @SAMCOSecuritiesIndia  2 года назад

    Dear Viewers,
    Thanks for watching this video. Please do subscribe to our RUclips channel.
    You can watch such interesting videos from other guests on our show.
    Here's the playlist - ruclips.net/p/PL2z0LjpAHSw2n3FYqWPKbCMEkPXqVmQV

  • @mercifulsavior
    @mercifulsavior 3 года назад +7

    Last line of the script was wrong, i have corrected it.
    study("Modified RSI")
    fast = 13, slow = 26
    fastMA = ema(close, 13)
    modrsi = rsi(fastMA, 14)
    plot(modrsi, title="rsi" ,color=green)
    U ppl may use it in TradingView too
    njoy guys

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  3 года назад +1

      Thank you for your feedback.

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

      Thanks for the script. Just one point..you have declared slow=26, but not used it....why?

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

    महोदय कुनाल sir ने तो आपको सब कुछ समझा दिया आप समझ गए लेकिन मैं और हममें से काफी लोग है जो कुछ समझ नहीं पाए।
    तो आपसे हाथ जोड़कर निवेदन है कि आप हमे हिन्दी भाषा में ये सिखाये की इसे कैसे प्रयोग में लाए कैसे trade ले, वो भी trading view पर।
    हिन्दी में। 🙏🙏

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

    If you plot 5-EMA of 14-RSI and 20-EMA of 14-RSI , they will crossover at the same points as the RSI of 13-EMA shown here . It would have been interesting if this point would have been discussed and both approaches ( RSI of EMA and EMA of RSI ) were compared and differences were discussed. But this was an awesome video as always.

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

    One of the Best Webinars .Kunal was so candid and forthcoming to the students of the markets.Kudos to Apoorva and the team!
    Simply Superb!

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  6 месяцев назад

      Hi, thank you for appreciating us with your kind words and we're glad to know that you found the video informative.

  • @urbanzombie2k8
    @urbanzombie2k8 3 года назад +4

    Main thing how to plot and values for plotting haven't being discussed properly.. retrospective analysis is always good..

    • @vikasshriyankar7161
      @vikasshriyankar7161 2 года назад

      anybody want to plot in zerodha here's the setting dears
      go to study - 1> select 13 period sma on price chart
      2> select 14 period rsi but in feild scrol down & select that 13 period sma instead
      of close so that rsi is smothed
      3> select 9 period sma and in feild select rsi instead of close same as we did
      above so that 9 sma is plotted on rsi which gives you buy/sell signals
      hope its correct friends

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

      ​@@vikasshriyankar7161 Hi - Tried doing this and could not find that option on Trading view charts offered by Zerodha. but this is available in Chart IQ charts provided by Zerodha. Thank you.

  • @rohitt4980
    @rohitt4980 3 года назад +6

    I have prepared this for myself on trading view as follows -
    study("Modified RSI")
    fast = 13, slow = 26
    fastMA = ema(close, 13)
    modrsi = rsi(fastMA,14)
    plot(modrsi, color=color.orange)

    • @IndianBison01
      @IndianBison01 3 года назад

      Do we just need to paste this?

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  3 года назад +1

      @@IndianBison01 Yes you can simply paste this in pine script editor on Tradingview and it will be done.

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

      Showing Error : Undeclared Identifier ' color . orange '

    • @dipankardutta602
      @dipankardutta602 3 года назад

      @@SAMCOSecuritiesIndia There is no moving average showing in the rsi...so unable to find the cross over

    • @goldeneyesurya4708
      @goldeneyesurya4708 3 года назад +1

      This won't work ..bt if ur smart enough u can do that on Simple rsi ..no need to search modified ..u just have the knowledge of Trading view settings..just modify base version RSi

  • @papihe2491
    @papihe2491 2 года назад

    very nice video... lekin ye modified rsi me kitni range ki sma ka istemal kiya gaya hai ye bataiye.

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

    Kinal ji, you have shared a very important indicator and more than that a lesson for life by sharing your knowledge and own experiences. Hats-off to you. Wishing you more success and happiness in the life.

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

    Respected Sir,
    This Modified RSI Removed whips saws from my mind. My confidence to trade will improve.Session is extremely awesome with clarity & brevity. I humbly request to conduct Day Trading Webinar With Kunal ji.
    Thanks with Regards 🙏

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

      Thank you for appreciating. We will try to incorporate it in upcoming videos.

  • @dipankarlayak6356
    @dipankarlayak6356 3 года назад +3

    Apurva ji please give us understand about the modified Rsi plotting on samco software. Happy to see u...

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  3 года назад

      Thank You. You can plot Modified RSI on tradingview.com -
      You can use this :
      study(""Modified RSI"")
      fast = 13, slow = 26
      fastMA = ema(close, 13)
      modrsi = rsi(fastMA,14)
      plot(modrsi, color=color.orange)

  • @jatinpb
    @jatinpb 3 года назад +3

    Not so cleared how to plot

  • @Mithunmukherjee12345
    @Mithunmukherjee12345 2 года назад

    Dear Sir,
    is there any scanner in metastock for this modified RSI?
    thx a lot.

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

    Sir tata motor ke chart mai modified rsi ne falling ka signal late Diya but normal rsi ne pahle Diya Aisa kyo. Apne only buy ke trade show kare hai video mai falling ke nahi

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

    17:41 Whipsaws in modified RSI can be reduced by applying the concept of Divergence to this modified RSI.

  • @rishim6816
    @rishim6816 3 года назад +4

    Good effort!! But it needs a patience of going through one and half episodes(most folks may quit halfway in the first episode itself) to figure out what this modified RSI is all about.. you could have covered the examples later but told about the indicator itself first.

  • @pichhalperi
    @pichhalperi 2 года назад

    Dear Apurva sahab! Stop loss kidher lagana hai?

  • @ಪ್ರತಿಮಾಮೋಹ

    Dear apurva sir ,
    Tthere was some diffrence in what you had explained in one if your videos on plotting modified RSI ... Iooks different from kunal ji 's ..
    Are both same ?

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

      Hi Sir, thanks for reaching out. We would like to inform you that, both are same.

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

    Wow! Excellent modification with Rsi.

  • @dipankardutta602
    @dipankardutta602 3 года назад +1

    Can you please provide a chartink scanner based on modified rsi🙏

  • @VJ-io1dc
    @VJ-io1dc 2 года назад +2

    Dear Apurva, you have taken two sessions on modified RSI for @ 1.5 hrs . In that Mr Kunal Bothra only told us how to plot in 2-3 minutes. It shows that he doesn't want to give the full details of how to plot the modified RSI on platform like zerodha , upstox etc. Whoever watched this video I am sure everyone is not knowing how to plot it in correct way. If you really want people get benefitted from your vedio then please make another video explaining how to plot the modified RSI on platform like Zerodha and upstox, Samco etc

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  2 года назад

      Your feedback is been noted. We'll try to incorporate this is our upcoming videos. By the time, please subscribe to our RUclips channel for more such insightful videos.

  • @devarasiddappadevarajaiah5813
    @devarasiddappadevarajaiah5813 2 года назад

    Sir, how to use it on Zerodha platform

  • @ashokdhamal5291
    @ashokdhamal5291 2 года назад

    How cat i do it on zeroda , pls let me know sir

  • @23thakkarvansh9-d3
    @23thakkarvansh9-d3 Год назад

    How to plot this RSI on Ami btoker

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

    How can I use it on investing

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  2 года назад

      You can only buy stocks whose RSI is above 60 on monthly and weekly time frame. This will help you pick good stocks.

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

    Nice as usual. Please let us know the smoothening period of RSI.

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

      Hi Subhajit, we would like to inform you that now, you can smoothen it with a 9 period average.

  • @dhoopkatukra71
    @dhoopkatukra71 2 года назад

    is stoch rsi is same as modified rsi?

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

    What are the parameters used in modified RSI

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  3 года назад +1

      A 13 period Exponential Moving Average (EMA) and 14 period RSI is used. The Modiefied RSI is calculated on 13 EMA instead of price.

    • @harryh1986
      @harryh1986 3 года назад

      @@SAMCOSecuritiesIndia u mean stkstik RSI ?

    • @vikasshriyankar7161
      @vikasshriyankar7161 2 года назад

      anybody want to plot in zerodha here's the setting dears
      go to study - 1> select 13 period sma on price chart
      2> select 14 period rsi but in feild scrol down & select that 13 period sma instead
      of close so that rsi is smothed
      3> select 9 period sma and in feild select rsi instead of close same as we did
      above so that 9 sma is plotted on rsi which gives you buy/sell signals
      hope its correct friends

  • @sentajignesh
    @sentajignesh 2 года назад

    How to set modified rsi on zerodha platform ?

  • @sharewasi3438
    @sharewasi3438 3 года назад

    Getting error while plotting it on Trading view as getting error
    " Undeclared Identifier ' color . orange '"
    Kindly guide.

  • @samirpathanihvv9966
    @samirpathanihvv9966 3 года назад +1

    can i modify the RSI in Tradingview?

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  3 года назад +1

      There are readymade indicators available on tradingview. Even Modified RSI is also available there.

    • @yashbirajdar223
      @yashbirajdar223 3 года назад

      @@SAMCOSecuritiesIndia can you tell us the name of indicator in trading view??

  • @manojkumarlaudia981
    @manojkumarlaudia981 2 года назад

    How to modified RSI with moving average kindly explain

  • @gurmeetsinghmatta6705
    @gurmeetsinghmatta6705 3 года назад

    Can you tell how to plant modified rsi

  • @ganeshv3144
    @ganeshv3144 3 года назад +3

    I request you once again that on Trading View, just explain how to do the settings. Whatever explanation you have given as Reply is not clearing the doubts. The success of two webinars on this top will meet success only when it is once again explained how to do the settings.

    • @rohitt4980
      @rohitt4980 3 года назад +1

      You can use this -
      study("Modified RSI")
      fast = 13, slow = 26
      fastMA = ema(close, 13)
      modrsi = rsi(fastMA,14)
      plot(modrsi, color=color.orange)

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  3 года назад

      You can plot Modified RSI on tradingview.com -
      You can use this :
      study(""Modified RSI"")
      fast = 13, slow = 26
      fastMA = ema(close, 13)
      modrsi = rsi(fastMA,14)
      plot(modrsi, color=color.orange)

    • @ganeshv3144
      @ganeshv3144 3 года назад

      @@SAMCOSecuritiesIndia Sorry, I could not follow it. Can you make a video how to do it?

    • @pramodk4805
      @pramodk4805 3 года назад

      @@rohitt4980 Error: Undeclared identifier `color.orange` plz help

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

      @@SAMCOSecuritiesIndia Its Not working. Please check and if possible give correct setting.

  • @channub
    @channub 2 года назад

    where to get the modified rsi code ?

  • @amitsrivastava2249
    @amitsrivastava2249 2 года назад

    readymade indicators available on tradingview me kis name se milega

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

    Very useful and informative. Sir, can you help to make a scanner of rsi modified indicator on chartink. It will be very useful.

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  2 года назад

      Here is the video: ruclips.net/video/-CBvFi40sIQ/видео.html
      Please subscribe to our RUclips channel.

  • @pichhalperi
    @pichhalperi 2 года назад

    i could not understand ... what if you tried on MT4

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

    Awesome sir.Best Regards

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  2 года назад

      Thank you for your feedback.Please subscribe to our RUclips channel for more such insightful videos.

  • @himmatsuthar8859
    @himmatsuthar8859 2 года назад

    how to make this RSI changes in trading view ?

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

    Not clear how it is plotted

  • @yvganesh963
    @yvganesh963 3 года назад

    Sir, modified RSI and EMA 5 signals are similar to standard MACD signals. Kindly offer your comments

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  3 года назад

      They might give signals at the same time in some cases but not always.

  • @narayanvengurlekar520
    @narayanvengurlekar520 2 года назад

    Information is good but we cant plot modified rsi on trading view ...

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

    plz make modified rsi scanner in chartink

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  2 года назад

      Your feedback has been noted, we'll try to incorporate this in the upcoming videos. Please subscribe to our RUclips channel for more such insightful videos.

  • @harryh1986
    @harryh1986 3 года назад +1

    U mean stockistic RSI right ???

  • @rohitt4980
    @rohitt4980 3 года назад +1

    Great Content Apurva Ji and kunal Ji.

  • @someshbhardwaj2766
    @someshbhardwaj2766 3 года назад +1

    Well, Indicators are driven by PA not reverse. Better look for Resistance and support Breakout or Breakdown. I don't bother about any indicator, just master PA and that's it.

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  3 года назад

      Absolutely true. Indicators like modified RSI helps you to confirm what you are seeing in price action.

  • @kpsagar1
    @kpsagar1 Месяц назад

    if this same could be explained on trading view, it would have helped millions more

  • @learningsharemarket6457
    @learningsharemarket6457 3 года назад

    Thank you so much to both of you for wonderful Video. How can we plot modified RSI on tradingview site. Has kunal made there modified RSI and shared with Public. If he is not shared, can you or he pls share on that site. It will be very helpful for all of your viewers. Thanks again.🙏

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

      study("Modified RSI")
      fast = 13, slow = 26
      fastMA = ema(close, 13)
      modrsi = rsi(fastMA,14)
      plot(modrsi, color=color.orange)

  • @Travellholik
    @Travellholik 2 года назад

    I think this is a beautiful insight, especially for positional traders. This can help to make a view of the markets and define entry and exit.

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

    You are good people. Thank you.

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

      You're welcome Dear! We're glad to be of service. It's always great to hear that our efforts are appreciated. Thank you for the kind words!

  • @learningsharemarket6457
    @learningsharemarket6457 3 года назад +1

    One suggestion pls : Please help your viewers in more detail to plot modified rsi on free chart sites. All viewers are not using paid chart softwares. Thank you

    • @rohitt4980
      @rohitt4980 3 года назад

      Trading view - Pine script
      study("Modified RSI")
      fast = 13, slow = 26
      fastMA = ema(close, 13)
      modrsi = rsi(fastMA,14)
      plot(modrsi, color=color.orange)

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  3 года назад +1

      You can plot the modified RSI in trading view.

    • @learningsharemarket6457
      @learningsharemarket6457 3 года назад

      @@SAMCOSecuritiesIndia Hi team, it is not working as it is showing not a valid function, can someone really using it on trading view. he can publish it, we can use it. Pls help us. thank you

    • @learningsharemarket6457
      @learningsharemarket6457 3 года назад

      @@rohitt4980 Hi Rohit, it is not working as it is showing not a valid function, are you really using it on trading view. can you publish it, we can use it. Pls help us. thank you

    • @learningsharemarket6457
      @learningsharemarket6457 3 года назад

      @@SAMCOSecuritiesIndia I hope, you have verified above script on trading view, as I am unable to run it. Trading view gives multiple error. Pls help your viewers.

  • @arjun00718
    @arjun00718 3 года назад

    how to plot the chart in stocknote.please help me

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

      You can plot Modified RSI on tradingview.com - You can use this -
      study(""Modified RSI"")
      fast = 13, slow = 26
      fastMA = ema(close, 13)
      modrsi = rsi(fastMA,14)
      plot(modrsi, color=color.orange)

    • @vikasshriyankar7161
      @vikasshriyankar7161 2 года назад

      anybody want to plot in zerodha here's the setting dears
      go to study - 1> select 13 period sma on price chart
      2> select 14 period rsi but in feild scrol down & select that 13 period sma instead
      of close so that rsi is smothed
      3> select 9 period sma and in feild select rsi instead of close same as we did
      above so that 9 sma is plotted on rsi which gives you buy/sell signals
      hope its correct friends

  • @ManjeetSingh-gi1hn
    @ManjeetSingh-gi1hn 3 года назад

    Second moving averages not revealed.

  • @nanamagar7200
    @nanamagar7200 3 года назад +1

    Thanks Apurva, such great information's which are weekly delivered for us Thanks once again.....

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

    Very good episodes on rsi. Thank you.

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

      Thank you for your feedback Paresh! We are glad that you found the video informative.

  • @Godisgreat7790
    @Godisgreat7790 3 года назад

    Thanks 4 giving good info to retailers

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  3 года назад

      Pleasure.. Please subscribe to our RUclips channel for more such insightful videos.

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

    The video should have provided more input with clarity on plotting the modified RSI.

  • @IndianBison01
    @IndianBison01 3 года назад

    Amazing work guys. Just need name of the Exact indicator in Tradingview. There are a lot of confusing names

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  3 года назад

      Thank you very much for the feedback!

    • @dipankardutta602
      @dipankardutta602 3 года назад

      @@SAMCOSecuritiesIndia please mention the name...we r unable to find it in trading view

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

      Add ema 13
      Add rsi
      Go to settings of rsi
      Select ema as source
      Click ok

    • @thelitthings2179
      @thelitthings2179 2 года назад

      @@binoythomas2974 thanks

  • @amitsrivastava2249
    @amitsrivastava2249 2 года назад

    Trading view me ye nahi le raha hai
    study("Modified RSI")
    fast = 13, slow = 26
    fastMA = ema(close, 13)
    modrsi = rsi(fastMA,14)
    plot(modrsi, color=color.orange)

  • @ganeshborate3188
    @ganeshborate3188 3 года назад

    Hello sir 🙏 Nomination From kaise Bharana hai uska video banaye Sir please 🙏

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  3 года назад

      Hi Ganesh, we'll try to incorporate this in the upcoming videos.

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

    Excellent 👌👌👌🙏

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  2 года назад

      Thank you for your feedback. Please subscribe to our RUclips channel for more such insightful videos.

  • @gautamkabra8665
    @gautamkabra8665 3 года назад +1

    What is simple moving average used as signal line over modified rsi?

  • @krsk20
    @krsk20 3 года назад +1

    important thing is where and how do you get modified RSI ? samco note, samco software ? this is what you should answer in this 35 min lecture !!!

    • @rohitt4980
      @rohitt4980 3 года назад

      study("Modified RSI")
      fast = 13, slow = 26
      fastMA = ema(close, 13)
      modrsi = rsi(fastMA,14)
      plot(modrsi, color=color.orange)

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  3 года назад

      You can plot the modified RSI in trading view.

  • @VJ-xo7qn
    @VJ-xo7qn 3 года назад +2

    Indicator setting not explained clearly

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  3 года назад

      It is explained in the video. You can watch it again from 8.32 to 11.26.

    • @vikasshriyankar7161
      @vikasshriyankar7161 2 года назад

      anybody want to plot in zerodha here's the setting dears
      go to study - 1> select 13 period sma on price chart
      2> select 14 period rsi but in feild scrol down & select that 13 period sma instead
      of close so that rsi is smothed
      3> select 9 period sma and in feild select rsi instead of close same as we did
      above so that 9 sma is plotted on rsi which gives you buy/sell signals
      hope its correct friends

  • @rajendrapatil3287
    @rajendrapatil3287 2 года назад

    Dear sir plz made coding for this indicator in tradingview

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  2 года назад

      There are several readymade indicators available for Modified RSI on tradingview. You can use either of them.

  • @nandanbora8394
    @nandanbora8394 3 года назад +1

    Thanks for valuable information 🙏 very good explanation by Kunal ji.

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  3 года назад

      Most welcome! Please share these episodes with your friends and family too. And subscribe to our channel for more videos.

    • @nandanbora8394
      @nandanbora8394 3 года назад

      @@SAMCOSecuritiesIndia already subscribed.

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

    True indicator

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

    What parameters used to plot rsi and moving average is not mentioned. Make a separate video on how to plot modified rsi in trading view. Kunal bothra took 2 hrs to explain advantages of modified rsi but 3 min to plot rsi. Simply bluffing no use.

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

      It is explained in the video. You can watch it again from 8.32 to 11.26. A 13 period Exponential Moving Average and 14 period RSI is used.

  • @harryh1986
    @harryh1986 3 года назад

    Wow
    Great 👍👍👍

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  3 года назад

      Thanks 🤗Please share these episodes with your friends and family too. And subscribe to our channel for more videos.

  • @vadlamudikrishnaprasad5726
    @vadlamudikrishnaprasad5726 2 года назад

    its more likely an advertisement for metastock software...

  • @achinshankar6089
    @achinshankar6089 2 года назад

    I feel all the indicators are just for reference its dangerous only to trade on indicators for sure !! Master your price action ... you wont even look towards the indicators.

  • @ashishraje445
    @ashishraje445 2 года назад

    Its just like heikinashi

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

    No understand

  • @dipankarlayak6356
    @dipankarlayak6356 3 года назад +1

    Thank u Kunal ji for sharing ur knowledge and thank u to Apurva ji, team Samco

  • @subhajitmahapatra793
    @subhajitmahapatra793 3 года назад

    Fantastic Session

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  3 года назад

      Glad you enjoyed it! Please subscribe to our channel so you can see more such episodes.

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

    ❤️🙏

  • @anugupta6036
    @anugupta6036 3 года назад +1

    helo sir

  • @vinodbhatt7110
    @vinodbhatt7110 3 года назад

    Milega Khan prr...?🙏

    • @rohitt4980
      @rohitt4980 3 года назад +1

      Trading view pine script -
      study("Modified RSI")
      fast = 13, slow = 26
      fastMA = ema(close, 13)
      modrsi = rsi(fastMA,14)
      plot(modrsi, color=color.orange)

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

    plz make modified rsi scanner in chartink

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

      Your feedback is been noted. Please subscribe to our RUclips channel for more such insightful videos.