Watch Lists (301)

Votes
Answers
Views
Question
0
votes
1
answer
137
views
asked 3 years ago by
Category: Watch Lists
Does thinkscript support global variables that can be referenced across multiple solutions/scripts?
0
votes
1
answer
85
views
asked 3 years ago by
Category: Watch Lists
Hi Pete, Is there a reason why a Custom Week RSI in Watchlist Column for Options ticker does not work for me? Am i missing something on my script?  It seems to work for their built in RSI with Week aggregation period but not for a custom one. I am pl...
0
votes
1
answer
51
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
166
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
112
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
88
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
206
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
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...