Watch Lists (302)

Votes
Answers
Views
Question
0
votes
1
answer
137
views
asked 3 years ago by
Category: Watch Lists
Hi, I'm using to build the following workflow for my day trades. A scanner with multi-timeframe custom indicators (study) to find penny stocks with the right buy conditions / volume A BUY watchlist will manifest whatever this scanner picks up, and se...
0
votes
1
answer
136
views
asked 6 years ago by
Category: Watch Lists
Hello Hahn, To help traders who like to track shares of a stock without actually using a watchlist, can you create a chart label called "total shares" What this label will show is just the totals shares for a stock similar to the watch list column. &...
0
votes
1
answer
135
views
asked 5 years ago by
Category: Watch Lists
Hello again Pete. Thanks very much for the arrow/plot. I also added code for a white arrow/plot to show a short opportunity, but I have a new question -  Is it possible to use the MTF MACD arrow/plot that you built and use it in a watchlist so that I...
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 ...
0
votes
1
answer
135
views
asked 4 years ago by
Category: Watch Lists
Hey everyone!   Pete, thank you so much for helping me with my "Display time between bars" question. I have a watchlist full of stocks. I have a custom column with the code below. The watchlist is set to a 1minute chart aggregation. I want the w...
0
votes
1
answer
135
views
asked 3 years ago by
Category: Watch Lists
I am making a custom watchlist column but having trouble referencing the bid, ask and mark data. I am using the code below but getting "NaN" returned for each symbol.   plot MarkPrice = close(priceType = priceType.MARK);
0
votes
1
answer
134
views
asked 5 years ago by
Category: Watch Lists
Pete I use a chop index for my trading...I would be great to know the stocks that are below 38.2 for the ones That I want to trade....Would it be possible for a watch list column to be green if below 38.2 and red for anything above that...   Tha...
0
votes
1
answer
131
views
asked 6 years ago by
Category: Watch Lists
Hello, I have been using the TTM Squeeze indicator in TOS for quite some time and ran across your ability to create this awesome visual alert inside watch list. I set it up using the daily and hourly periods, but the color indicators don't match what...
0
votes
1
answer
130
views
asked 4 years ago by
Category: Watch Lists
Hi Pete, This custom column script gives the ORB pct but it doesn't calculate it just for today. It will go back to the previous day's last 30 minutes of options volume if today's initial 30 minutes doesn't have any. Is it possible to tweak it so tha...
0
votes
1
answer
129
views
asked 5 years ago by
Category: Watch Lists
Pete Is it possible to write a code for a watch list of Hull EMA and the 43EMA cross. If the HMA is above the EMA the background is green....If the HMA is below the EMA background is red....Lastly is there a ways to add how many bars ago the cross ha...