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