Watch Lists (301)

Votes
Answers
Views
Question
0
votes
1
answer
69
views
asked 4 years ago by
Category: Watch Lists
Not a coder, but following your vids.  I am interested in building a custom TOS watchlist for futures only.  I would also like to create a custom study to allow me to see only trades:  Close is above (or below)  200 period SMA; Close price is above (...
0
votes
1
answer
201
views
asked 4 years ago by
Category: Watch Lists
I am sorry, but I do not understand the difference between these two. What is the difference? Can you have both on at the same time? How do you go about doing that? What are the pros and cons about both of these? Thank you . https://www.hahn-tech.com...
0
votes
1
answer
68
views
asked 4 years ago by
Category: Watch Lists
hi pete. i have this indicator i am trying to adjust for my watchlist. this is the code for the indicator: input price = close; input length = -10; def displacement = (length / 2) + 1; def dPrice = price[displacement]; def tmp = if !IsNaN(dPrice) the...
0
votes
1
answer
212
views
asked 4 years ago by
Category: Watch Lists
Creating a new post asking for help with a little variation of the "YTD % change" topic that was already discussed. It would be nice to have a customized column in a watchlist or scan that will show the stock price change in % during the course of la...
0
votes
1
answer
56
views
asked 4 years ago by
Category: Watch Lists
Hello Pete I have a watch list that shows the color change when the 8 ema crosses the 34 ema but I would like it to show the number of candles showing when it happened. Thank you Dan
0
votes
1
answer
217
views
asked 4 years ago by
Category: Watch Lists
Hi Pete, Thank you so much for the great tutorials & content. Your site is a fantastic resource and I'm so glad I stumbled upon it. Did my best to search through the existing posts and I did find a couple of posts that were variations of what I'm...
0
votes
1
answer
492
views
asked 4 years ago by
Category: Watch Lists
Hi There...just installed your TTM Watchlist scanner. When I added the entire NYSE stock list the scanner only scans the first 100-150 stocks in the list. It made it to ASPN (alphabetically organized the list) but ever stock after that isn't being sc...
0
votes
1
answer
212
views
asked 4 years ago by
Category: Watch Lists
Hello Mr. Hahn, Something I've been searching for but haven't found yet - I'd like to add a column to my watchlists for Relative Volume. Ideally I'd like it to update on the fly, but at a minimum I need it to update on a 1-min basis. What I'm looking...
0
votes
1
answer
1144
views
asked 4 years ago by
Category: Watch Lists
Hi pete,  I am trying to set up a custom column for my ThinkorSwim watchlist for pre-market volume. However, I am running into some problems if there were no premarket activity for the stock today. Instead of showing 0, it shows prior day's pre-...
0
votes
1
answer
107
views
asked 4 years ago by
Category: Watch Lists
Pete I'm trying to get the color of the SMI to a watchlist...If SMI is red W/L background is red and the same if SMI is green...   declare lower; input audioalarm=yes; input Price = hlc3; input RsqLength = 5; input RsqLimit = .5; input SmiLimit ...