Questions (61)

Votes
Answers
Views
Question
1
vote
1
answer
387
views
asked 4 years ago by
Category: Chart Studies
A viewer asks: How can I create a lower chart study similar to what you provided in the following video: https://www.hahn-tech.com/thinkorswim-scan-ttm-squeeze-histogram/ Except that I would like to add another rule for the color of the squeeze dot t...
0
votes
2
answers
699
views
asked 4 years ago by
Pete, can you help me update the code from the TTM Squeeze alert you created (https://www.youtube.com/watch?v=GTyq_hLM_mc&t=1s). I want the alert to only trigger when the TTM Squeeze dot is green? Currently I’m using the following thinkscript for...
0
votes
1
answer
184
views
asked 4 years ago by
Hi Pete, I am a big follower of your posts. I am having trouble creating a scannner to findout 3rd yellow bar after red bars in TTM squeeze indicator. Can you please help me in finding out 3rd yellow bar after red bars in TTM Squeeze indicator
0
votes
1
answer
1028
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, Your TOS snippet below is to scan TTM Squeeze for the 2nd yellow bar after 2 or more red bars. Can you help me edit it to scan 2nd blue bar after 2 or more cyan bars? Thanks for any help! input price = CLOSE; input length = 20; input nK = 1....
0
votes
1
answer
370
views
asked 4 years ago by
Category: Stock Scanners
hi Pete, I am looking for a scanner with the strategy below. It will be daily scan. Can you help? 1. Stochatic oversold when %K < = 20 for current candle and 2. TTM_Squeeze > = 3 days and 3. Current candle > 20 EMA Thanks Minh
0
votes
1
answer
413
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, You helped me find the first Cyan bar after three bars of any color with the script below. How can it be amended to find the first yellow bar after a minimum of three red bars? Thank you again! input price = CLOSE; input length = 20; input n...
0
votes
1
answer
353
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, I want to use the TTM Squeeze Value in a mathematical formula in my scan.  However, I cannot figure out how to make the Squeeze a value in a scan. I can make it work in the watchlist.  In watchlist, I select TTM Squeeze, and I can change the...
0
votes
1
answer
638
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, I looked into the following post for 'TTM Squeeze scan that looks the number of red dots in a row.' <a href="https://www.hahn-tech.com/ans/ttm-squeeze-scan-that-looks-the-number-of-red-dots-in-a-row/">https://www.hahn-tech.co...
1
vote
1
answer
732
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, Please direct me to the post but I didn't see this request in the forum on this. I'm looking for a scan and a customized watch list column on stocks that show a Cyan bar after a minimum of three non-such bars in the TTM Squeeze. Thank you ag...
0
votes
1
answer
426
views
asked 4 years ago by
Category: Chart Studies
Hi Pete - I'm trying to develop code that will display a label on my TOS chart showing the color of the Squeeze Histogram for a timeframe I specify. The code is attempting to show the current Squeeze histogram color for the 60-min timeframe as a...