Watch Lists (302)

Votes
Answers
Views
Question
0
votes
1
answer
144
views
asked 3 years ago by
Category: Watch Lists
Tags:
Hi Pete.  I have learned a lot from this forum.  I am looking to add a column to my WATCHLIST.  I want to show the result of this script as a %%.  From the HOD for any ticker on my watchlist I would like to see where it is current...
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
142
views
asked 3 years ago by
Category: Watch Lists
Hey everyone!   I have a watchlist full of different options tickers and I am using a custom column for this watchlist. The problem is that the watchlist only updates when a trade occurs on the underlying option. How can I make it so that the sc...
0
votes
1
answer
141
views
asked 4 years ago by
Category: Watch Lists
Here is what i have so far Some on my WL registered properly, others not Thanks for any assistance   input builtInPeriod = aggregationPeriod.DAY; input periodsBack = 1; Def high = close(period = aggregationPeriod.MONTH)[periodsBack]; def CrossAb...
0
votes
1
answer
140
views
asked 6 years ago by
Category: Watch Lists
can I set up different color columns to alert me when the price is below, above and in the cloud for Ichimoku trading. is there a video that can be watched
0
votes
1
answer
140
views
asked 3 years ago by
Category: Watch Lists
Does thinkscript support global variables that can be referenced across multiple solutions/scripts?
0
votes
1
answer
139
views
asked 3 years ago by
Category: Watch Lists
Hi Pete, Please help me with a customize column showing the number of RSI bars above 60 over the previous 100. Thank you!
0
votes
1
answer
139
views
asked 3 years ago by
Category: Watch Lists
I am looking for a watch list column that will be green background if the stocks current average volume is 500 thousand or more to be green with the value of the current average volume in black lettering and if under 500k the background will be red? ...
0
votes
1
answer
138
views
asked 3 years ago by
Category: Watch Lists
Hello Pete, the crossover scan is working on my side now as well. Sorry that I had posted it in the wrong section. Now, I would like to setup a custom field that gives me a colored green field if there was a long signal WITHIN the last three candles....
0
votes
1
answer
137
views
asked 4 years ago by
Category: Watch Lists
Hi Pete, I came across a script you created which displays the current bar's impulse color in your watchlist.  Is it possible to also include in the column the number of consecutive bars that have closed with the same color?  Below I have provided th...