- Questions
- Watch Lists
Votes
Answers
Views
Question
0
votes
1
answer
95
views
asked 1 year ago by Luis
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
204
views
asked 1 year ago by Mike Jones
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
150
views
asked 1 year ago by Tuan Pham
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
117
views
asked 1 year ago by Wayne Morris
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
123
views
asked 1 year ago by Wayne Morris
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
145
views
asked 1 year ago by Corey
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
107
views
asked 2 years ago by R V
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
217
views
asked 2 years ago by R V
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
377
views
asked 2 years ago by R V
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...
0
votes
1
answer
684
views
asked 2 years ago by Valerio SD
Category:
Watch Lists
I would like to change the background (or the font color) of my P/L OPEN and P/L DAY with GREEN being a profit, RED, being a loss, and black (white) being no change. I have not been able to figure out how to add a ThinkScript to implement it. Many th...