Watch Lists (301)

Votes
Answers
Views
Question
0
votes
1
answer
631
views
asked 2 years ago by
Category: Watch Lists
I'm looking for help in developing a script that will tell me how many bars ago was the previous high or low. I plan to use this as a custom column. Thank you
0
votes
1
answer
152
views
asked 2 years ago by
Category: Watch Lists
Hi I’m trying to create a ppo column so I can sort by it in the mobile phone app. Currently I have a column that says if all 3 are true then give me a 1 or if any are false then 0. I’m trying to get it so that if the shortest time frame is true then ...
0
votes
1
answer
125
views
asked 2 years ago by
Category: Watch Lists
Hello Pete, I wanted to know if it was possible to have a Pre-market Low field on the watch list. I saw the one you had posted for afterhours but I was unable to adapt it for premarket low https://www.hahn-tech.com/ans/after-hours-only-high-price-wat...
0
votes
1
answer
118
views
asked 2 years ago by
Category: Watch Lists
Price to Text label field   Hello Pete,  I wanted to know if it was possible to have a code that displays a color text label RED (NEGATIVE) , GREEN (POSITIVE) instead of price? Ex. if data < 1.00 then "NEGATIVE" else "POSITIVE" I've been...
0
votes
1
answer
103
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...
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
125
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
345
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
411
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
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? ...