The Webby RSI | Mike Webster's Really Simple Indicator for Stock Market Analysis | Chart Setup

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

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

  • @RichardMoglen
    @RichardMoglen  4 года назад +5

    TradingView Code:
    Thank you to Hassan Elamir for your contributions
    //@version=4
    study("Webby RSI")
    webbyRSI=((low/ema(close,21))-1)*100
    webbyP=iff(webbyRSI>0 , webbyRSI,0)
    wRsma=sma(webbyRSI,10)
    wRsmaP=iff(wRsma>0, wRsma,0)
    plot(webbyP, color=#01ffff, style=plot.style_histogram)
    plot(wRsmaP)
    plot(.5,color=#00ff00)
    plot(2,color=#00ff00)
    plot(4,color=#ffff00)
    plot(6,color=#ff0000)

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

      Thanks Richard. Amazing video as always.
      In tradingview to get a histogram for the Webby RSI change the plot command as below
      plot(webbyP, color =#01ffff, style=histogram)

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

      Thanks Hassan, I actually tried that on my end but was getting an error so I figure I would just show how to do it manually.

    • @hassanelamir203
      @hassanelamir203 4 года назад

      @@RichardMoglen
      You need to define the version of the script first.
      For Version 3 use the below
      //@version=3
      study("Webby RSI")
      webbyRSI=((low/ema(close,21))-1)*100
      webbyP=iff(webbyRSI>0 , webbyRSI,0)
      wRsma=sma(webbyRSI,10)
      wRsmaP=iff(wRsma>0, wRsma,0)
      plot(webbyP, color=#01ffff, style=histogram)
      plot(wRsmaP)
      plot(.5,color=#00ff00)
      plot(2,color=#00ff00)
      plot(4,color=#ffff00)
      plot(6,color=#ff0000)
      For V4 the command is different
      //@version=4
      study("Webby RSI")
      webbyRSI=((low/ema(close,21))-1)*100
      webbyP=iff(webbyRSI>0 , webbyRSI,0)
      wRsma=sma(webbyRSI,10)
      wRsmaP=iff(wRsma>0, wRsma,0)
      plot(webbyP, color=#01ffff, style=plot.style_histogram)
      plot(wRsmaP)
      plot(.5,color=#00ff00)
      plot(2,color=#00ff00)
      plot(4,color=#ffff00)
      plot(6,color=#ff0000)
      First line makes all the difference, however it appears as a comment, which is misleading and gives you the impression that it can be deleted.

    • @RichardMoglen
      @RichardMoglen  4 года назад

      Awesome Hassan thank you!

    • @hassanelamir203
      @hassanelamir203 4 года назад +2

      @@RichardMoglen Thanks to you Richard. We all learn a lot for your content.

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

    Richard, I viewed a lot of your videos and they are educational. I especially like the PCF code that you set up for TC2000 and the screener for MarketSmith. Keep up the good work! I look forward to viewing more videos from you!

  • @CharlieFoxtrotBlog
    @CharlieFoxtrotBlog 4 года назад +1

    Thanks for putting this out there for people. Schwab charts don't allow these mods (that I can tell), but I calculate the Webby RSI every day on the side. All props to Mike Webster. Sorry to see him leave IBD and the public sphere....

    • @RichardMoglen
      @RichardMoglen  4 года назад

      Thanks Charlie! I'll also miss his expertise

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

    Great Job, I got the graph set in less than 5. Thank you.

  • @rahulchahal3824
    @rahulchahal3824 4 года назад +1

    Awesome... thanks to you and the creator Mike Webster

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

    Thanks Richard for the content!

  • @ernestoapfelbaum8286
    @ernestoapfelbaum8286 4 года назад +1

    Thanks for sharing and make it simple to understand. Great as always!

  • @ashainp
    @ashainp 4 года назад

    Superb indicator. Thank you, Richard.

  • @jimgroninger6789
    @jimgroninger6789 4 года назад +1

    Love the video as always, great content, if your looking for another similar video Idea you could use Mike Webster registration lines he places on the NASDAQ chart to show the trend and breakin of trend and how he decides and places the anchors to set the registration lines, along with setup in trade station and TC2000. Just my thought, keep the great content coming!

    • @RichardMoglen
      @RichardMoglen  4 года назад

      Thanks Jim for the suggestion. I hope you are doing well!

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

    Thanks. Great information.

  • @richardbraun6719
    @richardbraun6719 4 года назад

    Richard, Thanks for sharing this great video!

    • @RichardMoglen
      @RichardMoglen  4 года назад

      Good! It doesn't seem to be showing up for everyone?
      here are the codes just in case: docs.google.com/document/d/1NaOd82MjCn9O9qvP3lUp3m5R8hVDLGv9dtIa09RdNLA/edit#

  • @jd46
    @jd46 4 года назад

    Great job Richard and Thank You!

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

    Hey Richard, I have a suggestion, can you make a video on trading journals and spreadsheets and maybe how to make them?

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

    Thanks Richard. It's little unclear to me if webby is helpful for growth stocks in any way or if this construct is mainly used for general market assessment? thx (I miss Webster's kind of geeky reviews of the market. Watching him on the weekend made me feel more confident. )

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

      Same tony, it was great to learn from webby on IBDlive. I think you can apply the same type of logic to growth stocks, the danger zones percentages would be different but still you can look for extremely high values as a tell that the stock is getting extended from it's 21 ema and could see a pullback

  • @lmenigoz
    @lmenigoz 4 года назад

    Great video...as usual. Thank You.

  • @prasada6261
    @prasada6261 4 года назад +1

    Richard Strength Indicator == will check it out this is great one

    • @RichardMoglen
      @RichardMoglen  4 года назад

      Haha thanks Prasad, It's all Mike Websters creation

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

    do you know why webster used the low of the day instead of the close for this indicator? there is a huge difference in signals. Also, is there a purpose of the 10 day sma? Another item for TC2000, is that in order to get only the top 1/2 of the histogram, you need to edit the scaling using "scale method" 0 to Max and make sure each % (.5-6) is scaled to the Webby RSI

  • @danijelsan81
    @danijelsan81 4 года назад +1

    Thank you. This is great

  • @omahomed
    @omahomed 4 года назад +1

    Thank you so much!

  • @gohilumesh
    @gohilumesh 4 года назад +1

    Thank you, very nice,

  • @dks13827
    @dks13827 4 года назад +2

    IBD live is/was very good. About once a week, Mike would give a trade that would be great that day. How did he do that ?

    • @RichardMoglen
      @RichardMoglen  4 года назад

      He's a great trader, he does his homework and watches the stops that are getting ready to go.

  • @estebanproano9492
    @estebanproano9492 4 года назад

    Hi Richard, thank you for all the great content you have shared. Your videos have given me the confidence I needed to start trading. What broker would you recommend for a swing trader in Canada or South America (Ecuador)?

  • @gacktcbiz
    @gacktcbiz 4 года назад +1

    Thanks for another great video! Added to TradingView just fine. TC2000 everything looks right, EXCEPT mine is also displaying downward pointing bars where the price was below the 21 ema. How do I make that part disappear? thanks!

    • @RichardMoglen
      @RichardMoglen  4 года назад +1

      Thanks Leo, change the scaling in tc2000 to 0 to max

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

      @@RichardMoglen I tried that in tc2000 under scaling but dont have that option?? Just Arth, Log and Locked Log?

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

      @@sunilbawa4775 right click on the name of the indicator and choose scaling there in the drop down.

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

    hey richard..is there a webby rsi for think or swim??

  • @davidbond9783
    @davidbond9783 4 года назад

    Richard, thanks. How did you get the indicator to not show negative values in TC2000?

    • @davidbond9783
      @davidbond9783 4 года назад +1

      Never mind...I see you answered below.. Thanks

  • @dks13827
    @dks13827 4 года назад

    Mike just quit IBD. What now ?

    • @RichardMoglen
      @RichardMoglen  4 года назад

      We persevere and keep watching his old content.

  • @nickl3872
    @nickl3872 4 года назад +1

    Sucks mike is leaving ibd