You sir, are a gentleman AND a scholar. Thank you for this video! Extemely helpful!
@TOSIndicators17 күн бұрын
My pleasure!
@rjpimprov Жыл бұрын
So sick! Thanks brother...worked awesome. I like looking at the 50/200 death cross/golden cross and this just makes it pop more!
@TOSIndicators Жыл бұрын
Love to hear it!
@mggraham77308 ай бұрын
Thank you much! This was exactly what I've been wanting to add to my TOS charts. Appreciate your work!!
@TOSIndicators8 ай бұрын
Glad it helped!
@johnsmith-tu9ii7 ай бұрын
Another great video!!!!! I wish I had found your channel a long time ago. I am really enjoying it.
@TOSIndicators7 ай бұрын
Thank you :)
@vidpic8311 Жыл бұрын
❤❤❤❤❤OMG i was wanting exactly 👍 how to do this fantastic!!!! Thanks for sharing great lesson 🎉🎉
@TOSIndicators Жыл бұрын
My pleasure!
@samdoral49279 ай бұрын
Very Good Indicator Custom build, great job
@TOSIndicators8 ай бұрын
Thanks!
@EIStudent9 ай бұрын
This was an AWESOME video. Thanks so much!
@TOSIndicators9 ай бұрын
Thank you!
@BloodCovenant11 ай бұрын
Thanks! Just what I was looking for
@TOSIndicators11 ай бұрын
Glad to hear it!
@JTMEGA98611 ай бұрын
tySm for this, very helpful. Keep up the great work
@TOSIndicators11 ай бұрын
Thanks for the kind words!
@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.
@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?
@just.bob.j9 ай бұрын
Nice ...thank you.
@willdorak9853 ай бұрын
Wjat about adjusting the opacity of the cloud?
@TheUndertaker199 ай бұрын
awesome, its possible to disable the cloud and put a up/down arrow when cross over condition happens? thanks
@TOSIndicators9 ай бұрын
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
@TheGreeneggsandkamАй бұрын
how to edit to 4 moving averages cloud?
@TOSIndicators Жыл бұрын
Here's the TOS share link with the full code for the Moving Average Clouds: tos.mx/RRrCHBG
@marwanm8942 Жыл бұрын
Thanks for great quality vid. I copied the TOS code but it is broken URL when tried to viewed it in TOS
@TOSIndicators Жыл бұрын
Most likely the spaces. Try this link: tos.mx/RRrCHBG
@marwanm8942 Жыл бұрын
tried new link and yet still getting same error
@TOSIndicators Жыл бұрын
Just tested on my end and worked fine. Make sure you don't have any spaces, etc.
@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.
@JTMEGA98611 ай бұрын
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
@JTMEGA98611 ай бұрын
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.)
@TOSIndicators11 ай бұрын
Glad to hear it!
@PatrickJusuJr11 ай бұрын
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?
@TOSIndicators11 ай бұрын
Hi Patrick - You can use the CreateColor function. tlc.thinkorswim.com/center/reference/thinkScript/Functions/Look---Feel/CreateColor
@jasonleonce3124 Жыл бұрын
Is there a code for this I don't see it? Thanks for sharing I'm very excited to use this indicator.
@TOSIndicators Жыл бұрын
Shared link is pinned in the top comment!
@pgroan10 ай бұрын
Sorry, I'm not seeing it@@TOSIndicators
@SatishNyala Жыл бұрын
Hi bro, are you going to add this code here ?
@TOSIndicators Жыл бұрын
Shared link is pinned in the top comment!
@lowriskok Жыл бұрын
input TimeFrame = AggregationPeriod.FIVE_MIN; def price = close(period = TimeFrame); #input price = close; slight mod to save screen real estate . =)