Questions (60)

Votes
Answers
Views
Question
0
votes
1
answer
1106
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
923
views
asked 6 years ago by
Hey Hahn it's me again sorry for bothering, but can a Multiple timeframe be created similar to the MACD Multiple timeframe without using the dots in the alert? Or the source code for that isn't available either? Thanks in advance
0
votes
1
answer
918
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
2
answers
859
views
asked 6 years ago by
Category: Watch Lists
I wanted to know if it is possible to make a custom color coded watchlist for the TTM Trend. It would be similar to the TTM squeeze histogram. For example,  It would have different time frame column some being blue or red depending in the actual char...
0
votes
1
answer
840
views
asked 6 years ago by
Category: Stock Scanners
Hi Pete, I entered this code in Study Custom for scanning, but it gave me error: "AddLabel is not allowed in this context". Please show how to fix this issue so it can scan for squeeze. Thanks! def squeeze = if(reference BollingerBands().”upperband” ...
0
votes
1
answer
786
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, I know you have this post I just can't find it and hope you can help...Looking for squeeze scan that is now out of the  squeeze by 1 bar...   Thanks
0
votes
1
answer
763
views
asked 5 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
671
views
asked 5 years ago by
Category: Chart Studies
Can you help in getting a TTM_Squeeze labels created. Would like to see whatever chart time frame you are on it shows the following: Current Squeeze (yes/no or colored red/green) Squeeze count (how many red dots does it current have if #1 condition i...
0
votes
1
answer
665
views
asked 3 years ago by
Hi Pete, I have gone through the forum and was unable to find the answer but is there a way to set an alert for when the histogram bars changes from red to yellow? Also is this possible on a watchlist or does it have to be set individually on every s...
0
votes
1
answer
659
views
asked 5 years ago by
Category: Watch Lists
Hi Pete. I found your website about 2 weeks ago and it is awesome. Thank You! I reviewed the QA forum and was able to set up the squeeze histogram color in my watchlist. Can you help me with customizing my watchlist so that the color of the TTM C wav...