This channel is what I've been looking for since I started using ThinkOrSwim. I can't put into words how useful/valuable the content of these videos are. This channel desevers way more subscribers. Thank you for sharing all the golden nuggets.
Simply marvelous. TY for educating me/us. I'm gonna master Static before moving on. There is a world of fun and knowledge in this space that will keep my mind busy for years to come.
I love your videos & free indicators. Is there any way to dictate where the actual labels appear? I would love for the S&P Sector ETFS labels to sit outside the chart in the field under my chart border between the chart and the TTM Squeeze below it.
Thanks, that was great. TOS ThinkScript Learning Center does not address many many many many things like how to add the logic for changing the color too. I tried several different ways, but What works is either: AddLabel(yes, if Cond1 then "Text1" else if Cond2 then "Text2" else "N/A", if Cond1 then color1 else if Cond2 then color2 else colorN/A) or: AddLabel(yes, if Cond1 then "Text1" else "Text2", if Cond1 then color1 else color2)
Great video structure and content! I was a bit disappointed to see that much of the code is behind a pay wall, but I'll get over it! Really appreciate the instruction, as that is what I watched the video for!
Hi Kerry, here's a video which walks through referencing data from higher time frame charts (ie. a daily candle's open, high, and low price): th-cam.com/video/-j7oSR2AuD8/w-d-xo.html That, combined with the AddLabel() function from this video should be the two pieces you need to build your label.
for the stacked ema label, is it possible to have set for a specific timeframe? For example on the hourly chart I want to see the stacked ema on daily label...
Hi Cesar - yes it is, you would just need to specify the aggregation period that you'd like to query. Here's a tutorial which walks through that process: th-cam.com/video/-j7oSR2AuD8/w-d-xo.html
Hi Reginald - you can use the Chaikin Money Flow example from the tutorial to learn how to reference built-in TOS studies for labels, and use a similar process for the RSI with your own parameters in place.
is there a tutorial to show how to plot the breakout signals on the actual chart like the breakout script you showed towards the end of the video. Thanks
Hi Alberto - I believe you're referring to the Slingshot Squeeze Backtester tutorial, which is built as part of our Squeeze Course (Free for Volatility Box members): www.tosindicators.com/squeeze-course
@@TOSIndicators thanks… sorry should have commented. I saw that. Thanks! On another note, is there a code to show the TOS rsi breakout signal on the main chart on top or below the candles?
Okay here's my question I have two different labels that I would like to have shown at the top of my chart they are both multi time frame labels I would like to have one underneath the other one instead of side by side. How can I tell one of them to show up underneath the other one?
Hi Abdulmohsen - you can create a custom column script by clicking "Customize" in the watchlist column, and then re-writing a custom script with your own code. Here's an example, with the TTM Squeeze that should point you to where custom column quotes are located: tosindicators.com/dashboard/ttm-squeeze-dashboard
Is there a code to specify the label location? I have a study that has taken up the top left-hand corner for its label so I can't have another label there as such I would like my label at the top center of the chart screen. Can I do that and if yes, how? Thanks
Labels can only be in the top left corner. If you have multiple labels, TOS will automatically place them next to each other, instead of on top of your previous label.
I'd like a label that simply displays the bid/ask spread. The examples for using ask and bid constants show up red in my script. I would think this would be simple but apparently there is something wrong with my syntax. ps. This is a great video.
You can do a ton more with labels -- biggest one IMO is outputting stats of trading strategies, automating much of the research/analysis process. Example: th-cam.com/video/CMZnHuA-eXM/w-d-xo.html
Label make it easier to have the information right at the chart you're looking at. Let say I want Look at the Weekly EMA stack. I would have to change chart time frame. But, If I'm on the daily, I can even see my weekly stacked by using label without changing the chart. For me, I'm a lazy person and when it comes to trading, I want thing to be easy. Label help me do that.
Very informative video, although I think the OP has a different idea of what beginner is. Someone who has never done any coding will never keep up with this. This seems to be suited for people with some general knowledge of coding. He's flying through most of this stuff.
This channel is what I've been looking for since I started using ThinkOrSwim. I can't put into words how useful/valuable the content of these videos are. This channel desevers way more subscribers. Thank you for sharing all the golden nuggets.
Thanks Golthier! I appreciate the kind words.
This is one of the Best Script writing Example Videos on TH-cam... TOS needs to put this in there "EDUCATION Series"
Thank you! Glad it was helpful.
@@TOSIndicators I am having a problem trying to write an script 😣
Simply marvelous. TY for educating me/us. I'm gonna master Static before moving on. There is a world of fun and knowledge in this space that will keep my mind busy for years to come.
I love your videos & free indicators. Is there any way to dictate where the actual labels appear? I would love for the S&P Sector ETFS labels to sit outside the chart in the field under my chart border between the chart and the TTM Squeeze below it.
Thank you! Unfortunately, TOS doesn't let you specify where to plot the labels -- the only option is the default, top left of the chart.
Holy shyt my man 💪 this is the best script here in youtube.
Thanks Victor! I appreciate the kind words.
Thanks, that was great. TOS ThinkScript Learning Center does not address many many many many things like how to add the logic for changing the color too. I tried several different ways, but What works is either:
AddLabel(yes, if Cond1 then "Text1" else if Cond2 then "Text2" else "N/A", if Cond1 then color1 else if Cond2 then color2 else colorN/A)
or:
AddLabel(yes, if Cond1 then "Text1" else "Text2", if Cond1 then color1 else color2)
do you have a script for buy/sell volume that shows the percentage momentum of bullish or bearish?
22:13 why didnt you do the stack moving averages in different time frames like two minute five minute 10 minute 30 minute etc.
does this script work for day trading (e.g. 1, 5, 15, 30, 1hr, etc.)?
Hi, is there a way to create a label that shows the industry group on the chart itself? Thank you!
Hi Jordan - you can specify an ETF, but I don't believe you can automatically display the industry group categorization.
you're a rock man!! thumps up
Thanks Marwan! Appreciate it.
Great video structure and content! I was a bit disappointed to see that much of the code is behind a pay wall, but I'll get over it! Really appreciate the instruction, as that is what I watched the video for!
Hi Mich - the code for this tutorial is free (ie. no paywall) -- you can find the link in the description box, and you only need an email to sign up.
@@TOSIndicators Oh my goodness! I must have clicked the wrong link! Thank you for replying
Im looking for code on labels for Opening price, High of Day and Low of day. Where do I find or how do I build those codes. TIA
Hi Kerry, here's a video which walks through referencing data from higher time frame charts (ie. a daily candle's open, high, and low price): th-cam.com/video/-j7oSR2AuD8/w-d-xo.html
That, combined with the AddLabel() function from this video should be the two pieces you need to build your label.
Great Video :) Is there a way to Right Justify the Labels so they are on the RIGHT SIDE of the chart ? Thanks for sharing ur 'TS' Knowledge :)
Hi Corky - unfortunately not; TradingView has the option to change the label positioning, but TOS does not.
for the stacked ema label, is it possible to have set for a specific timeframe? For example on the hourly chart I want to see the stacked ema on daily label...
Hi Cesar - yes it is, you would just need to specify the aggregation period that you'd like to query. Here's a tutorial which walks through that process: th-cam.com/video/-j7oSR2AuD8/w-d-xo.html
Can you do the 2 period RSI with over bought sold being 97/3? Thanks.
Hi Reginald - you can use the Chaikin Money Flow example from the tutorial to learn how to reference built-in TOS studies for labels, and use a similar process for the RSI with your own parameters in place.
is there a tutorial to show how to plot the breakout signals on the actual chart like the breakout script you showed towards the end of the video. Thanks
Hi Alberto - I believe you're referring to the Slingshot Squeeze Backtester tutorial, which is built as part of our Squeeze Course (Free for Volatility Box members): www.tosindicators.com/squeeze-course
@@TOSIndicators thanks… sorry should have commented. I saw that. Thanks! On another note, is there a code to show the TOS rsi breakout signal on the main chart on top or below the candles?
No code readily available, but you can use the built-in study and reference that in a custom study, with your own formatting for the upper chart.
@@TOSIndicators got it. Thanks! Love your content!
Okay here's my question I have two different labels that I would like to have shown at the top of my chart they are both multi time frame labels I would like to have one underneath the other one instead of side by side. How can I tell one of them to show up underneath the other one?
You cannot - labels will only plot left to right, in the top left corner of TOS charts.
thank you so much for this videos
could you please explain how to make custom column
thank you for helping
Hi Abdulmohsen - you can create a custom column script by clicking "Customize" in the watchlist column, and then re-writing a custom script with your own code.
Here's an example, with the TTM Squeeze that should point you to where custom column quotes are located: tosindicators.com/dashboard/ttm-squeeze-dashboard
I put in the exact code for the bullishstacked label and the last three lines are red
Feel free to compare the code with the shared link from the description box, to check where you may have typos.
I am trying to code a $ADSPD label script but i am having trouble
Here's a video that should help you with learning how to reference $ADSPD in a custom study: th-cam.com/video/RNtsjfHYWfs/w-d-xo.html
Is there a code to specify the label location? I have a study that has taken up the top left-hand corner for its label so I can't have another label there as such I would like my label at the top center of the chart screen. Can I do that and if yes, how? Thanks
Labels can only be in the top left corner. If you have multiple labels, TOS will automatically place them next to each other, instead of on top of your previous label.
@@TOSIndicators thank you for you clarification.
Simply awesome
Thanks Manas! Glad it helped.
Can you show us how to make a Column Script that calculate the break even price for option? I need it for my position statement haha
I'd like a label that simply displays the bid/ask spread. The examples for using ask and bid constants show up red in my script. I would think this would be simple but apparently there is something wrong with my syntax. ps. This is a great video.
You rock!
Sir, I need help with creating some conditional orders for me. Will u help me with writing them? I would be happy to pay the fees!
Hi Surya - sure thing, send an email at contact@tosindicators.com with some more details, and I'll do my best to help.
Just starting...I have no idea...really overwhelming
Why do need labels? You can get the same info elsewhere but this way it saves a step/ no need to click away from chart?
You can do a ton more with labels -- biggest one IMO is outputting stats of trading strategies, automating much of the research/analysis process. Example: th-cam.com/video/CMZnHuA-eXM/w-d-xo.html
Label make it easier to have the information right at the chart you're looking at. Let say I want Look at the Weekly EMA stack. I would have to change chart time frame. But, If I'm on the daily, I can even see my weekly stacked by using label without changing the chart. For me, I'm a lazy person and when it comes to trading, I want thing to be easy. Label help me do that.
For anyone interested of the Weekly EMA stack, here you go:
def EMA89 = expAverage(close(period = aggregationPeriod.WEEK),89);
def EMA55 = expAverage(close(period = aggregationPeriod.WEEK),55);
def EMA34 = expAverage(close(period = aggregationPeriod.WEEK),34);
def EMA21 = expAverage(close(period = aggregationPeriod.WEEK),21);
def EMA8 = expAverage(close(period = aggregationPeriod.WEEK),8);
DefineGlobalColor("StackedPositive", color.green);
DefineGlobalColor("StackedNegative", color.red);
DefineGlobalColor("Neutral", color.gray);
def SP = ema8 > ema21 and EMA21 > EMA34 and EMA34 > EMA55 and EMA55 > EMA89;
def SN = ema8 < ema21 and EMA21 < EMA34 and EMA34 < EMA55 and EMA55 < EMA89;
AddLabel(Yes, "Weekly StackedEMAs", if SP then GlobalColor("StackedPositive") else if SN then GlobalColor("StackedNegative") else GlobalColor("Neutral"));
Very informative video, although I think the OP has a different idea of what beginner is. Someone who has never done any coding will never keep up with this. This seems to be suited for people with some general knowledge of coding. He's flying through most of this stuff.
Raising the bar. Hes doing TA gods work for us. Try to keep up
Beginner friendly.....lol