Watch Lists (301)

Votes
Answers
Views
Question
0
votes
1
answer
74
views
asked 3 years ago by
Category: Watch Lists
Hello,  I have a large watchlist (the TOS all listed stocks) with over 6000 symbols and try to sort by using a custom field, such as (close - open), if I leave the show field to [50], the system just sort the 50 showed symbols, if I change the show f...
0
votes
1
answer
91
views
asked 3 years ago by
Category: Watch Lists
Hi Pete, I am looking to get the number of trades (the B/S and by numbers) taken as shown in the Active Trader tab as watchlist columns. Any help will be much appreciated. Thanks Stock
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
173
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
96
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
319
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
131
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
328
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...
1 23 24 25