Watch Lists (302)

Votes
Answers
Views
Question
0
votes
1
answer
76
views
asked 3 years ago by
Category: Watch Lists
Hello,  I have a large watchlist (the TOS all listed stocks) with over 6000 symbols and try to sort by using a custom field, such as (close - open), if I leave the show field to [50], the system just sort the 50 showed symbols, if I change the show f...
0
votes
1
answer
76
views
asked 3 years ago by
Category: Watch Lists
I want a column in the watchlist that subtracts the bid from the ask to return a number so we can predict the slippage at that moment. this is very useful for stocks that are spready, the bid/ask is very wide and you are timing that moment when the b...
0
votes
1
answer
74
views
asked 3 years ago by
Category: Watch Lists
Hi Pete, I would like to add a rule to this watchlist code: https://www.hahn-tech.com/ans/colour-the-watchlist-with-if-then/ If the daily bar stays above/below the previous day cross over it turns purple for staying above and Yellow if it stays below...
0
votes
1
answer
74
views
asked 3 years ago by
Category: Watch Lists
Hi Pete, Thanks for maintaining this excellent resource! Just contributed to support. I want to create a custom WL for the below study I use. It plots the 10 day avg daily range and adds / deducts the range (divided by 2) to/from the daily open price...
0
votes
1
answer
73
views
asked 3 years ago by
Category: Watch Lists
I'd like to create an "open profit" column on a watchlist of symbols for a non-TOS investment account i have.  I'm wondering how i can create a column that uses input variables to the effect of: IF symbol = AAPL (an input value) THEN open profit = (c...
0
votes
1
answer
71
views
asked 3 years ago by
Category: Watch Lists
Hi Pete, I am looking to get the most recent high and low (values) as watchlist columns. I went through couple of your videos on this topic, but what I am looking for is only for the Most recent high and low. The built in DailyHighLow column is not g...
0
votes
1
answer
71
views
asked 1 year ago by
Category: Watch Lists
How would I display a stock's gap up or down during market hours as a dollar amount in a watchlist column?  Thank you.
0
votes
1
answer
70
views
asked 4 years ago by
Category: Watch Lists
Hello Hahn Tech, I need help creating a watch list column that displays if a stock traded over 10 million volume in a single day within the last. (255 days candles)   If the condition is true, the return value will be display the word "Yes" in r...
0
votes
1
answer
69
views
asked 4 years ago by
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 (...
0
votes
1
answer
69
views
asked 4 years ago by
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...
1 25 26 27