Moving Average Clouds Indicator for ThinkOrSwim (Free)

Поділитися
Вставка
  • Опубліковано 23 гру 2024

КОМЕНТАРІ •

  • @freddyrodriguez3678
    @freddyrodriguez3678 23 дні тому +1

    You sir, are a gentleman AND a scholar. Thank you for this video! Extemely helpful!

  • @rjpimprov
    @rjpimprov Рік тому +2

    So sick! Thanks brother...worked awesome. I like looking at the 50/200 death cross/golden cross and this just makes it pop more!

  • @mggraham7730
    @mggraham7730 8 місяців тому +2

    Thank you much! This was exactly what I've been wanting to add to my TOS charts. Appreciate your work!!

  • @vidpic8311
    @vidpic8311 Рік тому +2

    ❤❤❤❤❤OMG i was wanting exactly 👍 how to do this fantastic!!!! Thanks for sharing great lesson 🎉🎉

  • @johnsmith-tu9ii
    @johnsmith-tu9ii 7 місяців тому +1

    Another great video!!!!! I wish I had found your channel a long time ago. I am really enjoying it.

  • @willdorak985
    @willdorak985 3 місяці тому

    Wjat about adjusting the opacity of the cloud?

  • @samdoral4927
    @samdoral4927 9 місяців тому +1

    Very Good Indicator Custom build, great job

  • @GrimmReapa
    @GrimmReapa Рік тому

    One step farther like if low crosses below fastMA color yellow. Thanks to you and useThinkscripts I’ve coded a lot of studies. I appreciate you.

  • @TheGreeneggsandkam
    @TheGreeneggsandkam 2 місяці тому

    how to edit to 4 moving averages cloud?

  • @EIStudent
    @EIStudent 9 місяців тому +1

    This was an AWESOME video. Thanks so much!

  • @BloodCovenant
    @BloodCovenant 11 місяців тому

    Thanks! Just what I was looking for

  • @CougarTrail
    @CougarTrail Рік тому

    Howdy...I really like the look of the clouds and it is GREAt getting to learn how to use thinkscript. But I am curious what the purpose of the clouds are? I mean, if you have your moving averages on the chart, it is pretty easy to see the trend...heck, it is even easy to see the trend with candlesticks. Don't get me wrong, I am not saying I am an expert at know when the market is doing what, but what do these show you that moving avg lines don't?

  • @JTMEGA986
    @JTMEGA986 11 місяців тому +1

    I went step by step, pausing as I went & have evvvverything plugged n just like urs, but I only have 1 line & no clouds. Can u post the entire code so we can copy & paste? I saw n another comment that u said it was pinned to the first comment, but I don't c it aaaaanywhere. And btw, thx SOOOO much for this

    • @JTMEGA986
      @JTMEGA986 11 місяців тому

      Update: I got it to work. I missed the part about changing the moving averages, lol. This is fantastic. Can't ty enough. (I shared the link on my Benzinga platform so maybe you'll get more likes.)

    • @TOSIndicators
      @TOSIndicators  11 місяців тому +1

      Glad to hear it!

  • @JTMEGA986
    @JTMEGA986 11 місяців тому +1

    tySm for this, very helpful. Keep up the great work

  • @TheUndertaker19
    @TheUndertaker19 9 місяців тому

    awesome, its possible to disable the cloud and put a up/down arrow when cross over condition happens? thanks

    • @TOSIndicators
      @TOSIndicators  9 місяців тому

      Yes it is! You can use the Boolean_Arrow_Up painting strategy and tie it to a similar condition as the crossover for the clouds. tlc.thinkorswim.com/center/reference/thinkScript/Constants/PaintingStrategy/PaintingStrategy-BOOLEAN-ARROW-UP

  • @PatrickJusuJr
    @PatrickJusuJr 11 місяців тому

    Hey I’m trying to edit the colors to where I’m able to make the clouds more transparent. How can I do that since the color parameters are already set?

    • @TOSIndicators
      @TOSIndicators  11 місяців тому

      Hi Patrick - You can use the CreateColor function. tlc.thinkorswim.com/center/reference/thinkScript/Functions/Look---Feel/CreateColor

  • @just.bob.j
    @just.bob.j 9 місяців тому +1

    Nice ...thank you.

  • @jasonleonce3124
    @jasonleonce3124 Рік тому

    Is there a code for this I don't see it? Thanks for sharing I'm very excited to use this indicator.

    • @TOSIndicators
      @TOSIndicators  Рік тому +1

      Shared link is pinned in the top comment!

    • @pgroan
      @pgroan 10 місяців тому

      Sorry, I'm not seeing it@@TOSIndicators

  • @TOSIndicators
    @TOSIndicators  Рік тому +3

    Here's the TOS share link with the full code for the Moving Average Clouds: tos.mx/RRrCHBG

    • @marwanm8942
      @marwanm8942 Рік тому

      Thanks for great quality vid. I copied the TOS code but it is broken URL when tried to viewed it in TOS

    • @TOSIndicators
      @TOSIndicators  Рік тому

      Most likely the spaces. Try this link: tos.mx/RRrCHBG

    • @marwanm8942
      @marwanm8942 Рік тому

      tried new link and yet still getting same error

    • @TOSIndicators
      @TOSIndicators  Рік тому

      Just tested on my end and worked fine. Make sure you don't have any spaces, etc.

    • @surg0083
      @surg0083 Рік тому

      @@marwanm8942 I just tried it and it worked. I had to use ctrl+c (or cmd+c for Mac) to copy it instead of clicking on copy link. Right click and copy link did not work for me. You can also try just typing it out. That will work as well.

  • @SatishNyala
    @SatishNyala Рік тому

    Hi bro, are you going to add this code here ?

  • @lowriskok
    @lowriskok Рік тому +1

    input TimeFrame = AggregationPeriod.FIVE_MIN;
    def price = close(period = TimeFrame);
    #input price = close;
    slight mod to save screen real estate . =)