Watch Lists (301)

Votes
Answers
Views
Question
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
205
views
asked 5 years ago by
Category: Watch Lists
Pete Is there a way to color a watch list column green if wave A is above 0...The color code red if Wave A is below 0...     Thanks
0
votes
1
answer
201
views
asked 5 years ago by
Category: Watch Lists
Pete You wrote a EMA cross previously for a watchlist....I use it on a 2hr time frame and was hoping to get how many days ago it crossed to up or downside... def X = MovingAverage(AverageType.EXPONENTIAL, close, 9); def Y = MovingAverage(AverageType....
0
votes
1
answer
201
views
asked 4 years ago by
Category: Watch Lists
I am sorry, but I do not understand the difference between these two. What is the difference? Can you have both on at the same time? How do you go about doing that? What are the pros and cons about both of these? Thank you . https://www.hahn-tech.com...
1
vote
2
answers
196
views
asked 6 years ago by
Category: Watch Lists
Hello Hahn, Can you design a watchlist column that interprets multiple indicators and outputs a phase?  For example, These indicators will be Relative Volume % Change between the close of the previous candle RVI (Relative Volatility Index)   The...
0
votes
1
answer
196
views
asked 5 years ago by
Category: Watch Lists
Pete I have a chart study that colors the candlesticks...Could I have this in the watch list as well..If the bar is red on chart the watch list will have a red bar. I would like this for all four colors...     input nBB = 2.0; input Length ...
0
votes
1
answer
194
views
asked 3 years ago by
Category: Watch Lists
Hello Pete! First thank you very much for the help that you give! I wonder if you could please guide me,or if it is not much problem for you write code. I looking for watchlist column that will display highest price for period from Market Close to Pr...
1
vote
1
answer
192
views
asked 7 years ago by
Category: Watch Lists
Is there a way in TOS to tell quickly what industry and sector a certain stock is from ? Editor's note: The title and URL of this post has been changed to better reflect the context of the question. It has also been moved out of the FAQ's and into th...
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
187
views
asked 5 years ago by
Category: Watch Lists
i have a script here that shows the total amount of *trades being transacted on the ticker per candle.  I need to have this on a watchlist that shows the amount of trades.  Thanks declare lower; declare zerobase; plot Trades = Fundamental(Fundamental...