- Questions
- Watch Lists
Votes
Answers
Views
Question
0
1
513
asked 5 years ago by JayKay
Category:
Watch Lists
Hi There...just installed your TTM Watchlist scanner. When I added the entire NYSE stock list the scanner only scans the first 100-150 stocks in the list. It made it to ASPN (alphabetically organized the list) but ever stock after that isn't being sc...
1
2
380
asked 5 years ago by Charles Alexander
Category:
Watch Lists
Hello, How would I create a custom column that displays the number of consecutive increasing earnings or decreasing earnings? I was thinking the number of consecutive increasing earnings would be displayed as a positive number and the number of conse...
0
1
233
asked 5 years ago by Mike Dominguez
Category:
Watch Lists
Hi Pete, Thank you so much for the great tutorials & content. Your site is a fantastic resource and I'm so glad I stumbled upon it. Did my best to search through the existing posts and I did find a couple of posts that were variations of what I'm...
1
2
192
asked 5 years ago by Gonzalo Tichauer
Category:
Watch Lists
Hi, I am looking to plot on a Watchlist column if the RTH Low / High Crossed Pre Market Low / High, and color code. Using some of the code you posted on another study I was able to define and see the premarket levels on the watchlists. But when I wan...
0
1
57
asked 5 years ago by Dan Coscina
Category:
Watch Lists
Hello Pete I have a watch list that shows the color change when the 8 ema crosses the 34 ema but I would like it to show the number of candles showing when it happened. Thank you Dan
1
1
93
asked 5 years ago by Wesley Borden
Category:
Watch Lists
How would I create a custom column in the watchlist that shows each position's net liquidity as a percentage of my overall account net liquidity? Thank you in advance.
0
1
228
asked 5 years ago by Zahid Khandaker
Category:
Watch Lists
Creating a new post asking for help with a little variation of the "YTD % change" topic that was already discussed. It would be nice to have a customized column in a watchlist or scan that will show the stock price change in % during the course of la...
0
1
76
asked 5 years ago by josh wolf
Category:
Watch Lists
hi pete. i have this indicator i am trying to adjust for my watchlist. this is the code for the indicator: input price = close; input length = -10; def displacement = (length / 2) + 1; def dPrice = price[displacement]; def tmp = if !IsNaN(dPrice) the...
0
1
205
asked 5 years ago by Michelle Poll
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...
0
1
74
asked 5 years ago by Todd Manger
Category:
Watch Lists
Not a coder, but following your vids. I am interested in building a custom TOS watchlist for futures only. I would also like to create a custom study to allow me to see only trades: Close is above (or below) 200 period SMA; Close price is above (...