- Questions
- Watch Lists
Votes
Answers
Views
Question
0
1
184
asked 3 years ago by Rxlyz Cxlyz
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
1
143
asked 3 years ago by Ellis Waller
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
1
134
asked 3 years ago by Ellis Waller
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
1
118
asked 3 years ago by Rohit Bhatia
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
1
110
asked 3 years ago by Kenneth Lau
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
1
138
asked 3 years ago by Pablo Barrionuevo
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
1
375
asked 3 years ago by Corey
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
1
481
asked 3 years ago by Chris Fourie
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
1
149
asked 3 years ago by Andrew Suares
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
1
206
asked 3 years ago by Ivan Cri
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...