Votes
Answers
Views
Question
0
2
687
asked 4 years ago by Michael Price
Category:
Alerts and Notifications
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
1
180
asked 4 years ago by aditya meesala
Category:
Alerts and Notifications
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
1
1010
asked 4 years ago by spearfishing captain
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
1
363
asked 4 years ago by Minh Luc
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
1
410
asked 4 years ago by Tuan Pham
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
1
350
asked 4 years ago by Erik Keneman
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
1
629
asked 4 years ago by Jay Vanamoju
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
1
724
asked 4 years ago by Tuan Pham
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
1
425
asked 4 years ago by Paul Korn
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...
0
2
339
asked 4 years ago by Russ Roberts
Category:
Stock Scanners
Tags:
Thank you for this custom indicator. Is there a way to adjust the code so that the pivotLowFollowThrough alerts on the first changed bar instead of the second?