- Questions
- Watch Lists
Votes
Answers
Views
Question
0
2
250
asked 7 years ago by Joel Dalmida
Category:
Watch Lists
Hi Pete. First of all thank you for all you’re teaching and showing us how to become familiar with the ThinkorSwim platform, you’re Awesome. I’m able to create 3 background colors for IV_Percentile showing the following criteria in the watch l...
1
4
985
asked 7 years ago by Amadeus Troy
Category:
Watch Lists
Tags:
Peter, Greetings and excellent work on any of the information here and your scans. I am using a Scan base Watchlist and I get lots of alerts. BUT they all are sorted based on Price etc . I am looking to sort my watchlist based on time when alert came...
0
1
1334
asked 7 years ago by Doug
Category:
Watch Lists
Pete Is it possible the create code in Tos that displays in a watch list the number of days until earnings announcement?
0
1
555
asked 7 years ago by Michael Olokode
Category:
Watch Lists
Hi, I am not familiar with writing scripts or code. I use the TTM Squeeze with an alert line of 1.5 and was wondering what do I need to change in the script for the Watchlist for the squeeze dots? I attempted by changing the value of the alert line b...
0
1
420
asked 7 years ago by Don Trading
Category:
Watch Lists
Tags:
How can you add a timestamp in your watch list - So you know when the new high was and then you could sort by timestamp. Thank you
1
3
540
asked 7 years ago by Davide Bianchini
Category:
Watch Lists
Peter, First, thanks for all the effort you put in to making the Carter's squeeze more widely usable and efficient in TOS. Your work is truly helpful. My question: I am a little unclear as to what the "aggregation" button means when building a custom...
0
2
737
asked 7 years ago by Mike Dedmonton
Category:
Watch Lists
I am trying to make the TTM_ScalperAlert more apparent in my watchlist when it fires. This is what I am running, def AlertSig = if (ttm_ScalperAlert().pivotlow[3]) then 1 else 0; #def AlertSig = if (ttm_ScalperAlert().pivotHigh[3]) then 1 else 0; plo...
1
1
199
asked 7 years ago by TJ D
Category:
Watch Lists
Is there a way in TOS to tell quickly what industry and sector a certain stock is from ? Editor's note: The title and URL of this post has been changed to better reflect the context of the question. It has also been moved out of the FAQ's and into th...
0
3
3040
asked 7 years ago by jx2012
Category:
Watch Lists
Hi Pete, I am wondering if there is a way to format the style in the watch list or the quote. For example, change volume from 1,000,000 to 1M and price from 15.05 to 15, N/A to blank, etc. Thank you :-)!
0
1
915
asked 7 years ago by Doug
Category:
Watch Lists
Hey Pete Could you write a simple code to custom color watchlist columns based on TTM Wave 1. If current bar wave 1 is greater than one bar ago then color yellow, else color red. Thanks much, will be glad to contribute again.