Watch Lists (301)

Votes
Answers
Views
Question
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
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
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
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
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
142
views
asked 3 years ago by
Category: Watch Lists
I think I am close here. Trying to get a watchlist column that turns green (or whatever color) when the following is true: (X) EMA crosses above VWAP UpperBand (at 1.0 SD) within the last (Y) bars I like to see this on a 10-min chart. I don't get any...
0
votes
1
answer
68
views
asked 3 years ago by
Category: Watch Lists
Hi Pete, I'd like a custom column showing how often a stock has gained/declined $1 in a trading day over an X time frame. Ex: ABC open at $9, close at $10.30. DEF open at $12.50, close at $11.25. Thank you.
0
votes
1
answer
136
views
asked 3 years ago by
Category: Watch Lists
Hi, I'm using to build the following workflow for my day trades. A scanner with multi-timeframe custom indicators (study) to find penny stocks with the right buy conditions / volume A BUY watchlist will manifest whatever this scanner picks up, and se...
0
votes
1
answer
94
views
asked 3 years ago by
Category: Watch Lists
Hey Pete, I'm interested in a watchlist column that references the ATR Trailing Stop. What I want is different from what you addressed in this thread: https://www.hahn-tech.com/ans/trailing-stop-alert-column/. Ideally, the column I want would have 3 ...
0
votes
1
answer
99
views
asked 3 years ago by
Category: Watch Lists
Hi Pete, Is there a way to create custom watchlist column for the MTF MACD V1?  I would like to have a column that mimics the color of the indicator's zero line.
1 8 9 10 11 12 31