Votes
Answers
Views
Question
0
1
879
asked 7 years ago by Kim Tim
Category:
Stock Scanners
Hi Pete, I entered this code in Study Custom for scanning, but it gave me error: "AddLabel is not allowed in this context". Please show how to fix this issue so it can scan for squeeze. Thanks! def squeeze = if(reference BollingerBands().”upperband” ...
0
1
940
asked 7 years ago by Taurean Atkinson
Category:
Alerts and Notifications
Hey Hahn it's me again sorry for bothering, but can a Multiple timeframe be created similar to the MACD Multiple timeframe without using the dots in the alert? Or the source code for that isn't available either? Thanks in advance
0
1
367
asked 7 years ago by John Benson
Category:
Chart Studies
So I am trying to recreate your KBB squeeze for TOS and believe I have it, but I am getting slightly different reading than the proprietary alert that is already built into TOS, TTM_Squeeze(price, length, nK, nBB, alertLine).SqueezeAlert To be more s...
0
1
551
asked 7 years ago by Michael Olokode
Category:
Watch Lists
Hi, I am not familiar with writing scripts or code. I use the TTM Squeeze with an alert line of 1.5 and was wondering what do I need to change in the script for the Watchlist for the squeeze dots? I attempted by changing the value of the alert line b...
0
2
473
asked 7 years ago by Ryan Sizemore
Category:
Stock Scanners
I'm looking to create a scan for stocks that meet the following criteria: A stock that is in a squeeze (on any time frame) Sector(s) that it belongs in (prefer it's in the top 10 holdings) and sector is in a squeeze Index that it is in whether it be ...
2
2
1584
asked 7 years ago by Justin Matthews
Category:
Chart Studies
Can you provide an example of how to use multiple aggregate time frames in the ThinkScript editor when comparing TTM_Squeeze for W/D/H charts so that an indicator showing one color when all time frames align and a second color when they do not?
0
1
2475
asked 8 years ago by Doug
Category:
Alerts and Notifications
Back again Pete. This time i would ask you to write me a simple STRATEGY with the following criteria. Using TTM Squeeze, only the HISTOGRAM Buy to open at the close on the histogram bar that closes up thru 0. Sell at the close to close on the SECOND ...
0
1
567
asked 8 years ago by Robert Martin
Category:
Watch Lists
I have installed the Thinkorswim Watchlist TTM Squeeze which is for a weekly chart squeeze. How can I duplicate this for a daily or hourly chart squeeze?
0
1
162
asked 8 years ago by Bertster HB
Category:
Strategy Guide
Example: TTM_squeeze fires let stop at entry low of entry.
2
1
663
asked 8 years ago by J.W. Trull
Category:
Watch Lists
Pete, Thanks for all your hard work! I'm trying to add a custom watchlist that counts the length of a current TTM Histogram trend and resets to zero at any inflection points. The following works as a study, but gets stuck as "loading" w...