- Questions
- Watch Lists
Votes
Answers
Views
Question
0
1
679
asked 4 years ago by Ellis Waller
Category:
Watch Lists
Hello Pete, I have a Relative Volume column field on my watch list. Code below I wanted to know if it was possible to display text in RVOL field 5.0 or greater in GREEN and anything 4.99 or below in RED Thanks for any help. Ellis input length = 21; i...
0
1
161
asked 4 years ago by HVAC Estimation
Category:
Watch Lists
Tags:
Hi Pete. I have learned a lot from this forum. I am looking to add a column to my WATCHLIST. I want to show the result of this script as a %%. From the HOD for any ticker on my watchlist I would like to see where it is current...
0
1
172
asked 4 years ago by Ellis Waller
Category:
Watch Lists
Hello Pete, I’m interested in a watchlist column that references the TRIX crossing above and below the signal line I wanted to know if it was possible to do this on the watchlist? The cell would display the letter (A) in GREEN for TRIX crossing (abov...
0
1
79
asked 4 years ago by Frank Fero
Category:
Watch Lists
Hi Pete, I would like to add a rule to this watchlist code: https://www.hahn-tech.com/ans/colour-the-watchlist-with-if-then/ If the daily bar stays above/below the previous day cross over it turns purple for staying above and Yellow if it stays below...
0
1
196
asked 4 years ago by Nick
Category:
Watch Lists
Hi Pete, You've been a major help to me with several TTM Squeeze scans - thanks! I now have a TOS WL question that I cannot find a related post on in the forum. Would it be possible to create a column that shows a percentage of how far away the last ...
0
2
241
asked 4 years ago by Eric Hughes
Category:
Watch Lists
Tags:
Hey again. I just cant seem to get steady results with a code you suggested to me for a high/lod of day scan. input withinBars = 10; def newDay = GetDay() <> GetDay()[1]; rec trackHigh = if newDay then high else if high > trackHigh[1] the...
0
1
103
asked 4 years ago by Erik Linter
Category:
Watch Lists
see attached study. currently returns a price number. i'd much prefer a number indicating periods since last buy/sell change. tried to do it on my own, using code of yours i found, but failed. can you help? would have put code here but it exceeds...
0
1
134
asked 4 years ago by Frank Fero
Category:
Watch Lists
Hi Pete, I created a watchlist scan [Link: https://www.hahn-tech.com/ans/colour-the-watchlist-with-if-then/] but during market hours it won't show the results it keeps calculating as the price keeps changing. Is it possible for it to san once every h...
0
1
55
asked 4 years ago by Shaishav Patel
Category:
Watch Lists
Hi Pete, I know how to export a watch list in excel but is there a way to update that saved watchlist excel sheet with the latest current price on next day?
0
1
183
asked 4 years ago by Frank Fero
Category:
Watch Lists
Thank you Pete for the custom watch list video. I was able to create a watchlist that brings up my scan but I can't find a way to colour the two findings in different colours. //This part I can't figure out def clsAbove = SimpleMovingAvg("length" = 2...