Watch Lists (302)

Votes
Answers
Views
Question
0
votes
1
answer
117
views
asked 4 years ago by
Category: Watch Lists
Hi Pete.  I currently use two columns in my watch list. My first column is a Hull moving average column which you provided in a previous post: https://www.hahn-tech.com/ans/wl-for-hull-in-tos/. The second column provides the force index.  I was wonde...
0
votes
1
answer
69
views
asked 4 years ago by
Category: Watch Lists
Pete, thank you for getting me on the right track. I am a little slow mentally, seriously due to medical issues. I welcome your help, and or any constructive criticism. I have transfered your response from the scanner forum.  .This is a watchlist. Li...
0
votes
1
answer
88
views
asked 4 years ago by
Category: Watch Lists
Howdy, I'm having trouble with one part of a SLOWRSI indicator code that I want to fill in with colors based on where the indicator level is.  I have done the same with a couple other indicators, but can't get the bold part of the code correct for th...
0
votes
1
answer
150
views
asked 4 years ago by
Category: Watch Lists
Hey all! I need help creating specific background color for different tiers of percentages for my Watchlist column: 50% + = violet 30% - 50% = cyan 0% - 30% = light green 0% = black Less than 0% = grey Here's the code I have so far ...Thank you!! def...
0
votes
1
answer
127
views
asked 4 years ago by
Category: Watch Lists
Tags:
Here is a little bit of code which I want to simply display the Count as data in my watchlist so i know how many consequtive MoneyFlowIndex values were in my choosen range/value (or how many past a given range/value.  I get a "Exactly one Plot Expect...
0
votes
1
answer
615
views
asked 4 years ago by
Category: Watch Lists
Could you please advise what I need to modify in this script so it will show a count in the red cells ( to know how many counts the stock has been in the squeeze ) Thank you input price = CLOSE; input length = 20; input nK = 1.5; input nBB = 2.0; inp...
0
votes
1
answer
113
views
asked 4 years ago by
Category: Watch Lists
Hello Pete. Can you assist me with a script that helps me to identify stocks in my watchlist that are currently trading near the 9 period EMA?  I would like the background color of the watchlist to appear as white if the current bar has touched the E...
0
votes
1
answer
211
views
asked 4 years ago by
Category: Watch Lists
Hi, How do I modify the following code to add a custom watchlist column indicating A 2-8 DMA crossover indicated in Green if 2DMA is above 8DMA and the number of days since the cross indicated by the identifier in the cell as A1-A9 (basically number ...
0
votes
1
answer
815
views
asked 4 years ago by
Category: Watch Lists
On TOS is there a way to add a free form custom watchlist column which can be used to add notes against an instrument which shows up in the watchlist. The Notes column allows to add notes but one has to click on each note to look at what was written....
0
votes
1
answer
135
views
asked 4 years ago by
Category: Watch Lists
Hi Pete, I had a previous question on the following Relative Strenght MA in this post https://www.hahn-tech.com/ans/relative-strength-ma-buysell-order/ Your help was appreciated! I'm trying to use it as a condition in a watchlist with the stochastic ...