- Questions
- Watch Lists
Votes
Answers
Views
Question
0
1
119
asked 5 years ago by Tuan Pham
Category:
Watch Lists
Hi Pete, I'd like to track the performance of a stock/option after I add it to a watchlist. I'm thinking the best way is to track it from the date it was added? Is it possible for TOS to know the close on a specific date? Ex: Input startdate = 201911...
0
1
69
asked 5 years ago by S S
Category:
Watch Lists
Hello Is there any way to create a script that set up condition that if the time is more than 11 Pm volume should be more than 2 million. or I can say after 11PM I need to see only the stock that have volume over 2 million.
0
1
264
asked 5 years ago by Corey
Category:
Watch Lists
Hello Pete. I would like to assign a background color to my watchlist column which will let me know if the current VWAP is greater than or less than the 50 period exponential VWAP moving average. If the VWAP is greater than the 50 period exponentia...
0
1
384
asked 5 years ago by Craig Habermehl
Category:
Watch Lists
Hello Pete I've come across a lower study called the tea 2.0...It seem to plot momentum very well...I was hoping to get the bright/dark red dots and bright/dark green dots repainted to the watch list. declare lower; input Period = 21; # Bars ...
0
1
1017
asked 5 years ago by Robin Ekwall
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
1
1976
asked 5 years ago by chilo
Category:
Watch Lists
hello can you help me with adding the "Spark chart" to TOS watchlist in the desktop platform,(just like they have it in the mobile app version) thanks
0
1
164
asked 5 years ago by Craig Habermehl
Category:
Watch Lists
Pete Is it possible to write a code for a watch list of Hull EMA and the 43EMA cross. If the HMA is above the EMA the background is green....If the HMA is below the EMA background is red....Lastly is there a ways to add how many bars ago the cross ha...
0
1
98
asked 5 years ago by MR. Ed
Category:
Watch Lists
One more Request: …. In response to my request on Sept. 27 “ How to change value colors on a label”. input SYMB = "/VX"; def VX = close(symbol = SYMB); def O = open (symbol = SYMB); AddLabel(1, "/VX: " + " = " + VX, if VX > O then Color.RED else i...
0
1
252
asked 5 years ago by Dan C
Category:
Watch Lists
How do I make a ThinkorSwim watchlist column that would let me know when the stock price crosses the MovAvgAdaptive(Close,5,2,30,AMA) in the plus(green) and in the minus(red) direction?
1
2
176
asked 5 years ago by Alex Kim
Category:
Watch Lists
Hi there Pete, I've been dying to figure out how you've colored your Net Change column background. Looking to apply that my columns if possible. Could you teach me how? I figure it's simple, but I can't quite seem to figure it out. I appreciate what ...