- Questions
- Watch Lists
Votes
Answers
Views
Question
0
votes
1
answer
174
views
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
votes
1
answer
139
views
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
votes
2
answers
331
views
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
votes
1
answer
97
views
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
votes
1
answer
210
views
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
votes
1
answer
194
views
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
votes
1
answer
796
views
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
votes
1
answer
430
views
Category:
Watch Lists
I am trying to create a custom column for my Quotes watchlist.
0
votes
1
answer
102
views
Category:
Watch Lists
I'd like to create an "open profit" column on a watchlist of symbols for a non-TOS investment account i have. I'm wondering how i can create a column that uses input variables to the effect of: IF symbol = AAPL (an input value) THEN open profit = (c...
0
votes
1
answer
109
views
Category:
Watch Lists
Hello Pete, I wanted to know if it was possible to display text column in watchlist showing the SUM in price not percentage between the High of the Day and Real Time Bid Price? And also show the Output in Green Text Ex. (HOD) - (BID) = SUM GREEN ...
