Questions (60)

Votes
Answers
Views
Question
0
votes
1
answer
840
views
asked 6 years ago by
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
votes
1
answer
923
views
asked 6 years ago by
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
votes
1
answer
348
views
asked 6 years ago by
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
votes
1
answer
520
views
asked 6 years ago by
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
votes
2
answers
455
views
asked 6 years ago by
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
votes
2
answers
1532
views
asked 6 years ago by
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
votes
1
answer
2443
views
asked 7 years ago by
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
votes
1
answer
556
views
asked 7 years ago by
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
votes
1
answer
159
views
asked 7 years ago by
Category: Strategy Guide
Example: TTM_squeeze fires let stop at entry low of entry.
2
votes
1
answer
650
views
asked 7 years ago by
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...