Watch Lists (301)

Votes
Answers
Views
Question
0
votes
1
answer
99
views
asked 4 years ago by
Category: Watch Lists
Hello Pete I've been working on a W/L code from your video on a T/K cross for watch list.  I was hoping you could help me finish it...I'm looking to add how many bars ago the cross happened.   Plot myVariable = Ichimoku()."Tenkan" is greater tha...
0
votes
1
answer
104
views
asked 4 years ago by
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
votes
1
answer
65
views
asked 4 years ago by
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
votes
1
answer
257
views
asked 4 years ago by
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
votes
1
answer
375
views
asked 4 years ago by
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
votes
1
answer
959
views
asked 4 years ago by
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
1879
views
asked 4 years ago by
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
votes
1
answer
129
views
asked 4 years ago by
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
votes
1
answer
89
views
asked 4 years ago by
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
votes
1
answer
232
views
asked 5 years ago by
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?