Watch Lists (301)

Votes
Answers
Views
Question
0
votes
1
answer
127
views
asked 3 years ago by
Category: Watch Lists
I am running the following in a watchlist ; but I noticed that it doesn't fire correctly for any security for which the price goes out 4 decimals or more. For example, TOS thinks /6J (Yen futures) Vwap is .0092 when it is actually .0091863. The diffe...
0
votes
1
answer
121
views
asked 3 years ago by
Category: Watch Lists
Hello can you help me with the script for watchlist that scan stock that is greater than average daily percentage change of 3 month period. and a script for custom column that shows  how much is the average daily percentage move of last 3 month. &nbs...
0
votes
1
answer
73
views
asked 3 years ago by
Category: Watch Lists
Hi Pete, Thanks for maintaining this excellent resource! Just contributed to support. I want to create a custom WL for the below study I use. It plots the 10 day avg daily range and adds / deducts the range (divided by 2) to/from the daily open price...
0
votes
1
answer
194
views
asked 3 years ago by
Category: Watch Lists
Hello Pete! First thank you very much for the help that you give! I wonder if you could please guide me,or if it is not much problem for you write code. I looking for watchlist column that will display highest price for period from Market Close to Pr...
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
412
views
asked 2 years ago by
Category: Watch Lists
Hi, I am VERY new to thinkscript and this is my first attempt. I watched a few of your videos but cannot get this to work. I am trying to add it as a column in a scan/watchlist. It does display correctly on a chart but gives an error in a watchlist, ...
0
votes
1
answer
347
views
asked 2 years ago by
Category: Watch Lists
Hi Pete, In a previous post you provided a code which allows us to view the current background color of the MACD histogram. Is it possible to plot the number of consecutive bars with the same color instead of plotting the histogram difference? Below ...
0
votes
1
answer
128
views
asked 2 years ago by
Category: Watch Lists
Hi, i want see at option chain a column with IV percentile for each base option. I use this code on watchlist, but didn't work al option chain: def vol = impVolatility();  # dont work at option chain rec data = if !isNaN(vol) then vol else data[1]; d...
0
votes
1
answer
94
views
asked 2 years ago by
Category: Watch Lists
Hi, I have created the scanner to determine the recent Golden Cross and Death Cross. Now I try to add a custom column in my scan output to show the lowest stock price between the 2 SMA crossovers. However, the fold statement doesn't allow me to use m...
0
votes
1
answer
104
views
asked 2 years ago by
Category: Watch Lists
Hi Pete, I'm trying to build a custom WL column that will show me a 1 shaded in green (for the whole trading day) when a couple of conditions are met during the first two 5 minute bars. 1) First 5min bar closes red and below vwap 2) Second 5min bar c...