- Questions
- Watch Lists
Votes
Answers
Views
Question
1
vote
1
answer
1386
views
Category:
Watch Lists
I have a scanner from a friend that scans for specific options that meet a few criteria and then of course sends them to a watch list. The list has the option specific ticker instead of the underlying stock symbol...for example UBER200207C33 Wha...
0
votes
1
answer
1301
views
Category:
Watch Lists
Hi all, I need assistance in correcting my script ... Here's what I am trying to accomplish Price equal to or greater than $1 ... background color Magenta Price equal to or greater than $10 ... background color White Price is less than $1 ... backgro...
0
votes
1
answer
1264
views
Category:
Watch Lists
Tags:
Hey Pete, I was watching your Thinkorswim Alert High Low Video on youtube and was wondering if this can be Applied into a Watchlist / Scan. Say I scan in the S&P500 and and every time a ticker in the SP500 hits an intraday high it adds it in the ...
1
vote
4
answers
1235
views
Category:
Watch Lists
Tags:
Peter, Greetings and excellent work on any of the information here and your scans. I am using a Scan base Watchlist and I get lots of alerts. BUT they all are sorted based on Price etc . I am looking to sort my watchlist based on time when alert came...
0
votes
2
answers
1212
views
Category:
Watch Lists
Pete i am baffled. I have tried and tried to assign the back ground color in a watchlist based on Stochastics fullk greater than FullD. Should be simple. Following is the code i used and i keep getting the message...Exaclty one plot expected. Do...
0
votes
1
answer
1212
views
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...
0
votes
2
answers
1210
views
Category:
Watch Lists
Tags:
I have used RTD frequently to fetch price data into my Excel Watchlist, Today I created a Scan in ToS and named the results as a Watchlist which I pasted into the Excel Symbol column, but the price column using =RTD("tos.rtd",,"MARK",TEXT(UPPER...
0
votes
1
answer
1152
views
Category:
Watch Lists
Mr. Hahn, I have the indicator code for Supertrend. Can this be made for a watchlist? Here is the code. Many thanks! input AtrMult = 1.0; input nATR = 4; input AvgType = AverageType.HULL; input PaintBars = yes; def ATR = MovingAverage(AvgType, TrueRa...
0
votes
1
answer
1148
views
Category:
Watch Lists
On TOS is there a way to add a free form custom watchlist column which can be used to add notes against an instrument which shows up in the watchlist. The Notes column allows to add notes but one has to click on each note to look at what was written....
1
vote
1
answer
1129
views
Category:
Watch Lists
Pete, TOS has an "impulse" indicator that paints the bars of a chart based on the present trend and momentum. This is a useful tool; however, when applying the method to multiple time frames it unnecessarily takes up too much screen space. Is it po...
