- Questions
- Stock Scanners
Votes
Answers
Views
Question
0
1
200
asked 9 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
971
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
405
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
333
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
803
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
493
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
1150
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
2653
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
461
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...