- Questions
- Stock Scanners
Votes
Answers
Views
Question
0
1
12
asked 2 days ago by M Chapman
Category:
Stock Scanners
Need squeeze that will scan for stocks where there is only 1 or 2 or 3 cyan bars after yellow bars only. See attached file for visual. I've reviewed and tried the other posts on this but none exactly was what I'm looking for. TTM Squeeze scan 2nd bl...
0
1
240
asked 11 months ago by Wayne Morris
Category:
Stock Scanners
Pete, I need help creating a scan to show only symbols where the squeeze histogram color is either Red or Blue across multiple timeframes(D, 1Hr., 15m). I have created a scan using the condition wizard(any of the following condition group) buy only f...
0
1
1028
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
413
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
2
343
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?
0
1
837
Pete Is it possible to do a scan based off of TTM squeeze colors in the histogram...I'm looking for stocks that have Red/Cyan in the morning... declare lower; def nBB = 2.0; def Length = 20.0; def nK_High = 1.0; def nK_Mid = 1.5; def nK_Low = ...
0
1
515
asked 6 years ago by Justin Madigan
Category:
Stock Scanners
Hi Pete, You were able to code a scan finding the second yellow bar after 2 or more red bars in the TTM Squeeze histogram. Post of reference: https://www.hahn-tech.com/ans/ttm-squeeze-scan-for-second-yellow-bar-after-2-or-more-red-bars/ I tried to sw...
0
1
1178
asked 6 years ago by Justin Madigan
Category:
Stock Scanners
Hi Pete, Is it possible to modify the TTM Squeeze Scan to return only results with the second yellow bar after 2 or more red bars (histogram)? Thanks
0
1
2677
asked 8 years ago by KingOfTraders
Category:
Stock Scanners
Your video covers the histogram value changes. I want a scan that looks for the number of red dots in a row. The standard TTM Squeeze scan in thinkorswim displays stocks that has a Squeeze switch from a green dot to a red dot. Can you please make one...
0
2
470
asked 8 years ago by David Olsson (hammock monk)
Category:
Stock Scanners
Hi, Pete, I installed your TTM_Squeeze Histogram Scan but I was not able to modify it as I had hoped. I wanted to have it trigger on the first positive crossover bar, rather than requiring a second bar as confirmation. So what I did was edit the line...