Watch Lists (302)

Votes
Answers
Views
Question
0
votes
1
answer
71
views
asked 3 years ago by
Category: Watch Lists
Hi Pete, I am looking to get the most recent high and low (values) as watchlist columns. I went through couple of your videos on this topic, but what I am looking for is only for the Most recent high and low. The built in DailyHighLow column is not g...
0
votes
1
answer
174
views
asked 3 years ago by
Category: Watch Lists
Hello there Mr. Hahn, I was able to write the following code for a custom watchlist to give me the dollar difference between yesterday's close and today's open: def o = open; def c = close[1]; def gu = o > c; def gd = o < c; def diff = o - c; p...
0
votes
1
answer
149
views
asked 3 years ago by
Category: Watch Lists
Is it possible to have to customize 2 scans in thinkorswim to be viewed under 1 watchlist?
0
votes
1
answer
98
views
asked 3 years ago by
Category: Watch Lists
My TOS install has taken to shutting itself down rather randomly and each time I reopen the darn thing, the watch list columns have reverted to some earlier ones i used.  It's not a TOS default, since it also has some custom columns on it.  Anyway, t...
0
votes
1
answer
327
views
asked 3 years ago by
Category: Watch Lists
Hello again.  Im trying to add a second assign value color line  for when the value is between two values.   I have value colors for when above 10 and below -10. But would like to know how to assign value colors when at/between -5 and -10, and 5 and ...
0
votes
1
answer
135
views
asked 3 years ago by
Category: Watch Lists
I am making a custom watchlist column but having trouble referencing the bid, ask and mark data. I am using the code below but getting "NaN" returned for each symbol.   plot MarkPrice = close(priceType = priceType.MARK);
0
votes
1
answer
333
views
asked 3 years ago by
Category: Watch Lists
When i export my watchlist to excel for live data all of the columns export correctly except for the moving average studies columns I added. The numbers are perfect on the TOS watchlist but when i open and paste into excel there is no data for these ...
0
votes
1
answer
88
views
asked 3 years ago by
Category: Watch Lists
Hi Pete,  Looking to add a date to a watchlist for all the stocks in the watchlist. Show the performance of the stocks in the watchlist from that date forward (I call it a track date and track price which is close of stock on track date). In addition...
0
votes
1
answer
49
views
asked 3 years ago by
Category: Watch Lists
I need to see in my watchlist, which stocks are trading on NASDAQ, NYSE, and OTC this way I can avoid the OTC stocks as they charge a commission, are illiquid, have restricted hours. they are less desirable stocks to trade. especially when scalping a...
0
votes
1
answer
143
views
asked 3 years ago by
Category: Watch Lists
Hey everyone!   I have a watchlist full of different options tickers and I am using a custom column for this watchlist. The problem is that the watchlist only updates when a trade occurs on the underlying option. How can I make it so that the sc...