Stock Scanners (9)

Votes
Answers
Views
Question
0
votes
1
answer
122
views
asked 4 months ago by
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
votes
1
answer
909
views
asked 3 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
385
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
2
answers
317
views
asked 4 years ago by
Category: Stock Scanners
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
votes
1
answer
756
views
asked 4 years ago by
Category: Stock Scanners
♥ 1
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
votes
1
answer
453
views
asked 5 years ago by
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
votes
1
answer
1093
views
asked 5 years ago by
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
votes
1
answer
2594
views
asked 7 years ago by
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
votes
2
answers
447
views
asked 7 years ago by
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...