- Questions
- Watch Lists
Votes
Answers
Views
Question
0
votes
1
answer
152
views
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
123
views
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
132
views
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
287
views
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
197
views
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
157
views
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
163
views
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
171
views
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
158
views
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
285
views
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.
