- Questions
- Watch Lists
Votes
Answers
Views
Question
0
votes
1
answer
226
views
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
342
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
144
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
1
answer
179
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
72
views
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
233
views
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
150
views
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
81
views
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
111
views
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
250
views
Category:
Watch Lists
Does thinkscript support global variables that can be referenced across multiple solutions/scripts?
