Watch Lists (311)

Votes
Answers
Views
Question
0
votes
1
answer
24
views
asked 3 weeks ago by
Category: Watch Lists
Hi Pete, I am trying to build a watchlist column to count bars after a DMI "D+" cross over a "D-". I was able to get it partially working where it tells me the number of bars past the cross in the positive but I can't figure out how to get it to read...
0
votes
1
answer
93
views
asked 5 months ago by
Category: Watch Lists
Hello Pete, thanks for replying to my earlier post. I'm attaching the code as a text file as requested. I do not want a scanner or a watchlist that filters out stocks etc. All I want is for the same % that this code provides in the Chart Labels, to b...
0
votes
1
answer
387
views
asked 2 years ago by
Category: Watch Lists
Hi Pete, i would like to create a column in the options chain to show liquidity using the bid ask spread. The formula is the difference between the bid ask prices divided by the price of the stock/ETF (underlying). But i have difficulty creating the ...
0
votes
1
answer
101
views
asked 6 months ago by
Category: Watch Lists
Hi Pete.  I am trying to create a column that simply shows if a stock is above or below the VWAP. If above the VWAP the background color will appear green with a green "1" as the label. If below the VWAP the background color will appear red with a re...
0
votes
1
answer
48
views
asked 6 months ago by
Category: Watch Lists
Hello Pete. I was able to create a watchlist column which shows whenever an inside bar occurs using the condition wizard. However, I am having trouble creating a watchlist column that simply shows the color of the current Heiken-Ashi and if the bar i...
0
votes
1
answer
58
views
asked 6 months ago by
Category: Watch Lists
Hi Pete. Is there a way to add one more label on the watch list column which states "Strong Reversal" if a red HA candle is followed immediately by a green HA candle with no wick or a green HA candle is immediately followed by a red candle with no wi...
0
votes
1
answer
77
views
asked 7 months ago by
Category: Watch Lists
Hi Pete, Please help me with my script attached. The column currently shows if the SMA and MACD are moving in the same direction. If both are increasing the column turns green and states "Long". If both are decreasing the column turns red and states ...
0
votes
1
answer
54
views
asked 7 months ago by
Category: Watch Lists
Hello Pete, How are you? in the watchlist section, I added a column to display the simple moving average. I was wondering if it's possible to modify the SMA to display the 30 Day. Currently it's displaying some random simple moving average and I cann...
0
votes
1
answer
67
views
asked 7 months ago by
Category: Watch Lists
Hello Pete, I hope you are doing well. I wanted to follow up on the following code you posted for the following request: https://www.hahn-tech.com/ans/above-average-volume-watch-list-column/ input length = 14; plot data = volume > Average(volume, ...
0
votes
1
answer
133
views
asked 9 months ago by
Category: Watch Lists
Pete, first thank for your guidance in this community you are extremely helpful. I have a custom column that measures %change from open (below) "PLOT ChangefromOpen = round(100 * (close / open - 1), 2); AssignBackgroundColor(if ChangefromOpen > 0 ...
1 2 3 32