Build a Multi-Time Frame (MTF) Squeeze in 22 Minutes

  Рет қаралды 26,725

TOS Indicators

TOS Indicators

Күн бұрын

Пікірлер: 71
@schwda01
@schwda01 4 жыл бұрын
Another great video / tool from the TOS Indicators. Thank you for taking the time to post helpful content for retail traders. I always look forward to your posts. Great job!
@TOSIndicators
@TOSIndicators 4 жыл бұрын
Thanks for the support, Mr. S! Appreciate it :-)
@neuvocastezero1838
@neuvocastezero1838 10 ай бұрын
Thanks for another excellent video, what is the difference between the "mid compression" squeeze and the other squeezes mentioned at the beginning of the video?
@TOSIndicators
@TOSIndicators 10 ай бұрын
Thank you! The multiple compressions are different nK factor inputs into the squeeze for more / less opportunities.
@neuvocastezero1838
@neuvocastezero1838 10 ай бұрын
@@TOSIndicators Thank you for the reply!
@serendipity1328
@serendipity1328 Жыл бұрын
Is it possible to use this MTF code in ToS scan? Appreciate if you can provide the same. Thanks again for your tutorials.
@TOSIndicators
@TOSIndicators Жыл бұрын
It isn't - you'll need to specify each squeeze scan's timeframe in a separate scan filter.
@serendipity1328
@serendipity1328 Жыл бұрын
@TOS Indicators you mean I have to add custom scan for each timeframe and then AND them together in the scan condition?
@dimasgomez7797
@dimasgomez7797 2 жыл бұрын
Man this definitive a good video but i have a question the TTM squeeze i have show three color squeeze the red the green and the black how i can add the the black color to show in the MTF?, once again thanks for the video
@TOSIndicators
@TOSIndicators 2 жыл бұрын
Hi Armando - we have a MTF Triple Squeeze indicator for all 3 compressions of the squeeze available on our website here: tosindicators.com/squeeze-course/mtf-triple-squeeze (Free for Volatility Box members)
@dimasgomez7797
@dimasgomez7797 2 жыл бұрын
@@TOSIndicators Thank you so much for replay to me more than appreciated that one i have is the same from your website my question is that only include for the red dots and the dark green dots how to add another label the included the black and orange AddLabel(monthSqueeze and monthAggregationPeriod, "M", color.red); AddLabel(!monthSqueeze and monthAggregationPeriod,"M", color.dark_green);
@TOSIndicators
@TOSIndicators 2 жыл бұрын
Hi Armando - the link provided above already includes the black and orange labels as well.
@googleybear25
@googleybear25 4 жыл бұрын
Hey there, I just tried downloading the Multi-Time Frame Squeeze indicator and when I opened the zip file an MPEG file appeared. Would it be possible to provide the TOS share link just like the TTM squeeze Dashboard? The dashboard is fantastic by the way. Thanks for sharing and I'm actually getting really interested on signing up for the Volitility Box.
@TOSIndicators
@TOSIndicators 4 жыл бұрын
Thanks for the kind words! Once you download the indicator files, you can directly import the STUDY.TS files into ThinkOrSwim, via the studie's menu (Import button).
@kimblehorsak4248
@kimblehorsak4248 4 жыл бұрын
Hey I've been binge-watching your videos lately, everything is super helpful, and I remember a line of code you used in a strategy where you were able to cancel the buy order if it was triggered in the first x amount of minutes of market open and I was wondering what that line of code was
@TOSIndicators
@TOSIndicators 4 жыл бұрын
Hi Kimble - no code necessary for that one! You should be able to change it directly in the Alerts tab, under the "Cancel Order" section (the second column in the Trigger rules), and input a time-based exit, based on [x] minutes after the market has been open.
@alexgrafton1705
@alexgrafton1705 Жыл бұрын
Can you make a Multi-frame from build for the awesome oscillator?
@FatrasSamurai
@FatrasSamurai 4 жыл бұрын
Whaou amazing ! thank you, I know harold ask you this question but i didn't find, but Can I create on 195min, 130min, 78min, 60min, 30min 15min, 10min, 5min, 1 min label also ? Thank you
@TOSIndicators
@TOSIndicators 4 жыл бұрын
Glad you liked the video. Unfortunately, you are limited to the aggregation periods supported by thinkScript. Full list here: tlc.thinkorswim.com/center/reference/thinkScript/Constants/AggregationPeriod
@FatrasSamurai
@FatrasSamurai 4 жыл бұрын
@@TOSIndicators thank you !
@weshelwig2019
@weshelwig2019 4 жыл бұрын
Great video and wonderful script. I noticed that the indicator will report from the most current time frame on up (e.g I can see all squeezes from 1h to monthly when viewing the 1 hour chart, but I cannot see anything below 1h like 30, 15, 5 mins unless I navigate to those lower timeframe charts). Is there a way to make this code so that I see all timeframes no matter which chart I select? Thanks in advance for any assistance.
@TOSIndicators
@TOSIndicators 3 жыл бұрын
Hi Wes - thanks for the kind words. That's a limitation of thinkScript, in which you can only access the current time frame's data and higher (called Aggregation Periods).
@bobysize
@bobysize 3 жыл бұрын
@@TOSIndicators same issues here but on your video at 17:36 you were on the monthly but the weekly shown up. Can you please tell how to fix this?
@healthyblend2048
@healthyblend2048 3 жыл бұрын
I’d love this for the TTM Trend, any way you could make a video on that?
@schwda01
@schwda01 4 жыл бұрын
If you asked for feedback for topics for the 19th episode -- I would vote for a video covering best practices for TOS MTF squeeze scans. It is a natural progression of the series given the excellent content you shared above. Thoughts? I have been a true fan of this channel / TOS Indicators since the first episode. Absolutely great content from this channel.
@TOSIndicators
@TOSIndicators 4 жыл бұрын
Thanks for the idea! If you're looking to have an MTF squeeze scan, that should actually be pretty simple, by using the following code, in the scan filter: plot signal = if TTM_Squeeze().SqueezeAlert == 0 then 1 else 0; To be able to scan for sqeuezes on multiple frames, it should be as easy as copying that code into one more custom study filter, and changing the time frame associated. If there's enough interest, we can definitely visit the idea of making a video around some different scenarios of these squeeze scans (feel free to suggest ideas as well)! It does make for a natural progression for the 19th episode :-)
@schwda01
@schwda01 4 жыл бұрын
@@TOSIndicators Many thanks for the post and the script. What I learned from your tremendously helpful back testing video (highly recommended viewing if some of your followers haven't watched it) is the squeeze is a hit or miss indicator (like the rest). As expected, your refined squeeze setup improved the equity curve. This is where you folks shine, and if it helps your community to do so, I hope you share some thoughts on scanning for best practice squeeze setups. I know you are incredibly busy, so I understand if there isn't time to discuss this topic. Simply scanning for squeezes in multiple time frames probably won't help your viewers much. This topic needs some TOS Indicator know-how to take it to the next level. I'm thankful for your time and consideration. Terrific content and channel gentlemen....
@BrandonTrades
@BrandonTrades 3 жыл бұрын
I cant download it
@TOSIndicators
@TOSIndicators 3 жыл бұрын
You can download the code from our website, once you've registered for a free account. Download link is in the description box.
@williamhoffman6560
@williamhoffman6560 4 жыл бұрын
Do you have or can you do a video on building a watchlist with the squeeze pro being color coded per squeeze timeframe so when your watchlist is up you can see what stocks are in the squeeze and or fired
@TOSIndicators
@TOSIndicators 4 жыл бұрын
Hi William - the only video around having color coded watchlists is the TTM_Squeeze Dashboard video, which is available here: kzbin.info/www/bejne/aHakfoCXhdmFjKs You can customize that to add in multiple nk Factors if you'd like, along with different time frames (as separate "Custom Quote" scripts). However, I don't think TOS would allow the actual MTF code to be passed through in a label format, as that would most likely result in complex equation errors.
@TheGuitarGuyCody
@TheGuitarGuyCody 3 жыл бұрын
Would you consider this as a TTM Squeeze anchor MTF indicator? I’ve been trying to replicate John Carter’s. Could you do one for TTM trend that references higher HTF charts? Thanks for the great video!
@TOSIndicators
@TOSIndicators 3 жыл бұрын
Hi Cody - the MTF Squeeze is for the TTM Squeeze that accesses multiple time frames in one indicator. If you're interested in the squeeze, we have a more thorough squeeze course (free for VB members) with ~14 (currently) additional modules, building out more thinkScript squeeze code. www.tosindicators.com/squeeze-course
@MauiChristian90
@MauiChristian90 4 жыл бұрын
Any way you guys can make this again but for the MACD?
@TOSIndicators
@TOSIndicators 4 жыл бұрын
Hi Mark - We can add that to the list of ideas for future tutorials in the "MTF" series. Thanks for the suggestion!
@MauiChristian90
@MauiChristian90 4 жыл бұрын
TOS Indicators awesome! Thank you! These tutorial videos has been so helpful! Keep up the great work!
@alejandroalvarez9450
@alejandroalvarez9450 4 ай бұрын
Hi I I'm trying to add a one day I don't get any error but when I try to put it on the chart it doesn't appear do you have any idea what it can be thanks thank you
@joshmanes6634
@joshmanes6634 3 жыл бұрын
I love your videos, however, the download on your site will not work. The compressed file won't work. I just need the small code for to make the hourly, 30 minute, 15 minute, and minute show up. It never works. I know several others have asked as well and you just refer the to the download. Your help will be greatly appreciated.
@TOSIndicators
@TOSIndicators 3 жыл бұрын
Hi Josh - if you need help unzipping the compressed file and importing the indicator into ThinkOrSwim, here's a step by step guide that should help you: tosindicators.com/thinkscript/how-to-import-thinkorswim
@seriousaf4939
@seriousaf4939 3 жыл бұрын
Is there any way to track the candle close where A = a low B = the next high and C = a higher low. and when this is achieved you get an colored box in your watch list? I hope someone understands this for some reason i cant get what i see in my head into words.
@paulturner956
@paulturner956 2 жыл бұрын
Thanks for saving me $700
@alejandroalvarez9450
@alejandroalvarez9450 4 ай бұрын
Hi I trying to add this time frame can you explain me how to change the time or day please 1Y:1D,180D:4h,20D:1h,10D:30m,5D:15m,5D:5m thank you very much
@hwm613
@hwm613 4 жыл бұрын
Great Video! I got the monthly, weekly and daily labels to show but I can't get an intra-day, I want a 30 minute label
@TOSIndicators
@TOSIndicators 4 жыл бұрын
Glad you liked it, Harold! You can find the full code on our website here (free download), if you'd like to compare to see how to create a 30m label: www.tosindicators.com/indicators/mtf-squeeze
@dimasgomez7797
@dimasgomez7797 2 жыл бұрын
what do i need to add a third addlabel there is any symbol the i need to add ?
@TOSIndicators
@TOSIndicators 2 жыл бұрын
Here's a tutorial that walks through the AddLabel function, which you may find helpful: kzbin.info/www/bejne/nGLRlqlmbtaCfZY
@johnw7323
@johnw7323 2 жыл бұрын
I can not get the code to open on my computer. Any help you could offer would be great
@TOSIndicators
@TOSIndicators 2 жыл бұрын
Hi John - If you need help importing the indicator into ThinkOrSwim, here's a step by step guide that should help you: tosindicators.com/thinkscript/how-to-import-thinkorswim
@CarlosRodriguez-vg2ob
@CarlosRodriguez-vg2ob 3 жыл бұрын
great video. however I noticed that when im using this wonderful tool it causes a lag, meaning that if i open tradeview on the side i can see that TOS is running behind by a few seconds to stock prices dont match and when i take it off then its goes back to normal. I also compared TOS with mobile TOS and i see the discrepancy in price when using the MTF. what can i do to fix that so i can use it because its really helpful?
@TOSIndicators
@TOSIndicators 3 жыл бұрын
Hi Carlos, if you're seeing a lag on your platform, TDA would be the folks to contact to help resolve that issue.
@CarlosRodriguez-vg2ob
@CarlosRodriguez-vg2ob 3 жыл бұрын
@@TOSIndicators hi i was able to fix the issue by removing some of the timeframes on the script. I. did not need 2h,2d and a few others and that did it. i noticed when i copied the script i had an icon in the editor saying that due to the complexity of the script that there would be delays. after i trimmed it down some that icon went away as well as my lagging. I dont know if that normal but im good to go using the script with only the times that i wanted to monitor. FANTASTIC JOB guys
@rohitathavale4790
@rohitathavale4790 5 ай бұрын
is it available for tradingview
@TOSIndicators
@TOSIndicators 5 ай бұрын
ThinkOrSwim only at the moment!
@ericaltinkaya9713
@ericaltinkaya9713 3 жыл бұрын
Wow... I copied and pasted this script into my TOS now I have 2 TTMSqueeze setups... Thnx... Where can I find the script for stacked EMAs either custom made script or if it already exists on my TOS... I am new to all this .. Just confusing to wade through it all with little experience... If i don't hear from you.. Thank you for this squeeze script
@TOSIndicators
@TOSIndicators 3 жыл бұрын
Hi Eric! Glad you liked the tutorial and script. You can download the final version directly from our website here, which should also contain the stacked moving averages: tosindicators.com/indicators/mtf-squeeze
@jamespascalli4274
@jamespascalli4274 3 жыл бұрын
Amazing
@victordancel4393
@victordancel4393 2 жыл бұрын
I tried to download but it show MPEG or Video
@TOSIndicators
@TOSIndicators 2 жыл бұрын
If you need help importing the indicator into ThinkOrSwim, here's a step by step guide that should help you: tosindicators.com/thinkscript/how-to-import-thinkorswim
@lowriskok
@lowriskok 4 жыл бұрын
What is the code snip to make each of the timeframe to have "no/off" switch?
@TOSIndicators
@TOSIndicators 4 жыл бұрын
Hi David - you'd need to create a boolean input variable, which can be added as a condition into the AddLabel function.
@llewylnmoss
@llewylnmoss 4 жыл бұрын
I tried adding the other 2 nk factors but kept getting duplication errors in thinkscript. Any ideas?
@TOSIndicators
@TOSIndicators 4 жыл бұрын
Hi there - we build out a version of the MTF Squeeze with multiple nK factors in Module 9 of the squeeze course. You can use that to compare to your code and see where you may be facing issues. tosindicators.com/squeeze-course/mtf-triple-squeeze
@hakenly
@hakenly 4 жыл бұрын
I added a 78 min, to the code, but it doesn't show up. Does TOS not allow it?
@TOSIndicators
@TOSIndicators 4 жыл бұрын
No - only the aggregation periods defined by thinkScript are allowed in the code.
@justinturner93
@justinturner93 4 жыл бұрын
My code looks same as yours in video but only M only shows up when im on monthly chart..? any fixes? thanks
@TOSIndicators
@TOSIndicators 4 жыл бұрын
You can download the code used in the video on the indicator page, and compare side by side to see what might be causing the issue: tosindicators.com/indicators/mtf-squeeze
@jamesgaul3544
@jamesgaul3544 3 жыл бұрын
I downloaded this but I can't get my computer to open it... is there a way to copy the code to paste it into a new study... HELP!!
@TOSIndicators
@TOSIndicators 3 жыл бұрын
Hi James - you can download the MTF Squeeze indicator directly from our website, and open the file via a text editor (ie. Sublime or Notepad), or import directly into ThinkOrSwim. The download link is in the description box for this video.
@dinos8470
@dinos8470 4 жыл бұрын
i cant add another squeeze
@TOSIndicators
@TOSIndicators 4 жыл бұрын
The MTF Squeeze indicator needs to be imported and loaded onto your charts, for you to see the labels plot.
@tonyvu60
@tonyvu60 3 жыл бұрын
Nice. But this 22 minutes is my 22 days. 😂
MTF Squeeze Histogram - Free Indicator and Tutorial
9:57
TOS Indicators
Рет қаралды 11 М.
Build a Stacked Moving Average Indicator in 15 Minutes
15:14
TOS Indicators
Рет қаралды 4,1 М.
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
Build a TTM Squeeze Scanner in Python
53:30
Part Time Larry
Рет қаралды 35 М.
Build 4 Unusual Volume Scans for ThinkOrSwim in 32 Minutes
31:18
TOS Indicators
Рет қаралды 88 М.
👑How to Trade (2-5-15 min) Multiple Time Frames Together ✨
14:38
Oliver Velez Trading
Рет қаралды 45 М.
How to Add a Label in ThinkOrSwim (Beginner-Friendly)
23:18
TOS Indicators
Рет қаралды 17 М.
Convert TradingView Indicators into Strategies with AI (IT FINALLY WORKS)
21:49
Find TTM Squeeze Setups Easily With This Free Scan
13:04
TOS Indicators
Рет қаралды 25 М.
Build an Advanced Volume Zone Oscillator (VZO) in 25 Minutes
24:56
TOS Indicators
Рет қаралды 12 М.
Build a Beautiful, Custom TTM Squeeze Dashboard in 25 Minutes
25:45
TOS Indicators
Рет қаралды 43 М.