Watch Lists (305)

Votes
Answers
Views
Question
0
votes
1
answer
8
views
asked 1 week 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
12
views
asked 2 weeks 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
34
views
asked 1 month 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 ...
0
votes
1
answer
63
views
asked 2 months ago by
Category: Watch Lists
Hi Pete, You helped me with the Buying & Selling Pressure scan here: Buying and Selling Pressure Scan - Hahn-Tech, LLC. Can it be tweaked for a custom column showing the pct? I would like Buying to be in Green and Selling in Red like in the pictu...
0
votes
1
answer
46
views
asked 3 months ago by
Category: Watch Lists
I need help adding a counter to waveA watchlist code plot waveA = TTM_Wave().Wave1; AssignBackgroundColor(if waveA >= 0 then if waveA > waveA[1] then color.CYAN else color.BLUE else if waveA < waveA[1] then color.RED else color.YELLOW);
0
votes
1
answer
70
views
asked 7 months ago by
Category: Watch Lists
Hello Pete, I have a stacked EMA watchlist column script(file attached) which shows when the 8,21,34,55,&89 EMA are stacked in that order. I want to add a counter to show the number of consecutive stacked bars. You can remove the labels Bl and Br...
0
votes
1
answer
98
views
asked 10 months ago by
Category: Watch Lists
Hi Pete. I tried to create a watchlist column that appears green with a label of "Bull" if the Moving Average Exp Ribbon XMA1 > XMA2 > XMA3 > XMA4 > XMA5 > XMA6 > XMA7 > XMA8 Also, the column would appear red with a label of "BEA...
0
votes
1
answer
60
views
asked 11 months ago by
Category: Watch Lists
I knows this have been covered in different posts, and i apologize in advance for any inconvincente this might cause, but i dont fully understand something: https://www.hahn-tech.com/ans/percent-change-comparing-previous-day-close-to-premarket/ Regar...
0
votes
1
answer
112
views
asked 11 months ago by
Category: Watch Lists
Hi Peter, wonder if its possible to customize the watchlist "mark %change" color in order to follow the other columns ive got on the right, with the background green/red with black letters? many thanks.
0
votes
1
answer
126
views
asked 11 months ago by
Category: Watch Lists
Hello Peter, I've tried to search this with no luck, wonder if it possible to create a custom column in the watchlist to show the current spread from a specific option, it would be the difference between the options price ASK - BID = spread : hope it...
1 2 3 31