Watch Lists (302)

Votes
Answers
Views
Question
0
votes
1
answer
52
views
asked 3 years ago by
Category: Watch Lists
Hi Pete. If I add OnBalanceVolume to my watchlist as a column to see values it is not showing the results accurately which I need. I am pretty certain it is because of the timeframe. Example, look up any ticker and use the chart timeframe with TODAY ...
0
votes
1
answer
84
views
asked 3 years ago by
Category: Watch Lists
Hi Pete, a novice here in thinkscript. Taking a crack at creating the watchlist that gets volume point of control for stocks in the watchlist between specified dates, say from the lows on March 18th this year to current. Using the thinkscript guide, ...
0
votes
1
answer
167
views
asked 3 years ago by
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...
0
votes
1
answer
50
views
asked 3 years ago by
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
votes
1
answer
114
views
asked 3 years ago by
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
90
views
asked 3 years ago by
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
208
views
asked 3 years ago by
Category: Watch Lists
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
189
views
asked 3 years ago by
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
1
answer
73
views
asked 3 years ago by
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
157
views
asked 3 years ago by
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...