- Questions
- Watch Lists
Votes
Answers
Views
Question
0
votes
1
answer
87
views
asked 4 years ago by David Folkerth
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
375
views
asked 4 years ago by Richard Caballero
Category:
Watch Lists
I am trying to create a custom column for my Quotes watchlist.
0
votes
1
answer
742
views
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
votes
1
answer
174
views
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
votes
1
answer
192
views
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
votes
1
answer
81
views
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
votes
1
answer
205
views
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
votes
2
answers
270
views
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
votes
1
answer
117
views
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
votes
1
answer
153
views
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...