Watch Lists (302)

Votes
Answers
Views
Question
0
votes
1
answer
208
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
208
views
asked 5 years ago by
Category: Watch Lists
hi pete. so glad you feel much better now! i have this indicator(code below) called the accountant written by kumobob. im trying to get the watchlist to turn red when the indicator hits a "sellpoint" and green if the indicator hits a "buypoint". the ...
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
197
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 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...
0
votes
1
answer
189
views
asked 4 years ago by
Category: Watch Lists
Hi Pete.  May I ask for your help with creating a specific background color based on the Heiken Ashi bars?  I would like to have the background color appear as red if the current bar has no upper wick and the background color appear as green if the b...