Watch Lists (301)

Votes
Answers
Views
Question
2
votes
1
answer
649
views
asked 7 years ago by
Category: Watch Lists
Pete,   Thanks for all your hard work!   I'm trying to add a custom watchlist that counts the length of a current TTM Histogram trend and resets to zero at any inflection points. The following works as a study, but gets stuck as "loading" w...
0
votes
1
answer
635
views
asked 4 years ago by
Category: Watch Lists
Hello Pete, I have a question on calculating slope from MAs (i.e 8 day EMA) from say the last 5 bars of trading. I would like to incorporate this as a red/green indicator on my watchlist, and use a criteria of greater than 0.5, then green, and red is...
0
votes
2
answers
634
views
asked 6 years ago by
Category: Watch Lists
Hello Pete, I’ve been searching to see if you’ve created anything similar to this request, but haven’t found anything at this point.   My issue is this.  I’m having to copy and paste multiple consecutive option strike prices for the same expirin...
0
votes
1
answer
632
views
asked 2 years ago by
Category: Watch Lists
I'm looking for help in developing a script that will tell me how many bars ago was the previous high or low. I plan to use this as a custom column. Thank you
0
votes
1
answer
622
views
asked 3 years ago by
Category: Watch Lists
Hello Pete, I have a Relative Volume column field on my watch list. Code below I wanted to know if it was possible to display text in RVOL field 5.0 or greater in GREEN and anything 4.99 or below in RED Thanks for any help. Ellis input length = 21; i...
0
votes
1
answer
617
views
asked 4 years ago by
Category: Watch Lists
Hi everyone, new to ThinkorSwim and to this site. Hoping someone can lend me a hand with this problem. I am trying to get the PPS Buy and Sell signals in a column in my watchlist and have been able to do so using the code below. The issue is that I r...
0
votes
1
answer
611
views
asked 4 years ago by
Category: Watch Lists
Could you please advise what I need to modify in this script so it will show a count in the red cells ( to know how many counts the stock has been in the squeeze ) Thank you input price = CLOSE; input length = 20; input nK = 1.5; input nBB = 2.0; inp...
0
votes
1
answer
605
views
asked 6 years ago by
Category: Watch Lists
I have 2 screens and routinely work with multiple flexible grids, so I know how to do that manually.  What I'd like is to open all the watchlist/scan symbols in multiple charts inside a flexible grid.  Ideally I'd like to automatically apply a defaul...
1
vote
1
answer
599
views
asked 5 years ago by
Category: Watch Lists
Hello Pete.  Welcome back my friend!  Glad to see you are recovering so well. I wanted to run something by you.  I have a custom study that I use in several custom watchlist columns.  It puts the 1 in the column if the conditions of the study are met...
0
votes
1
answer
579
views
asked 1 year ago by
Category: Watch Lists
How do I make a column to show gap % in premarket ? It would be something like: (daily close- last price)/last price I try to use (close-last)/last, but it says 'last' is an invalid statement Saw this post: https://www.hahn-tech.com/ans/percent-chang...
1 3 4 5 6 7 31