Watch Lists (303)

Votes
Answers
Views
Question
0
votes
1
answer
101
views
asked 2 years ago by
Category: Watch Lists
Hello Pete   You created a Trix Crossover Watchlist for me a little while back. (code below) Would it be possible to edit the same code to show Trix above or below Zero Line? Thanks for any help with this. Ellis   input length = 9; input co...
0
votes
1
answer
316
views
asked 2 years ago by
Category: Watch Lists
Hi, In the Options Chain area of TOS, there's a Theo Price function that I would like to reference in a column study to automatically calculate the ratio betwen the Theo Price and the last (or mid of bid/ask) price of the respective options contract....
0
votes
1
answer
643
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
157
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
129
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
123
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
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...
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
129
views
asked 3 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
350
views
asked 3 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 ...