Watch Lists (300)

Votes
Answers
Views
Question
0
votes
1
answer
617
views
asked 2 years ago by
Category: Watch Lists
I'm looking for help in developing a script that will tell me how many bars ago was the previous high or low. I plan to use this as a custom column. Thank you
0
votes
1
answer
288
views
asked 2 years ago by
Category: Watch Lists
Hi, In the Options Chain area of TOS, there's a Theo Price function that I would like to reference in a column study to automatically calculate the ratio betwen the Theo Price and the last (or mid of bid/ask) price of the respective options contract....
0
votes
1
answer
95
views
asked 2 years ago by
Category: Watch Lists
Hello Pete   You created a Trix Crossover Watchlist for me a little while back. (code below) Would it be possible to edit the same code to show Trix above or below Zero Line? Thanks for any help with this. Ellis   input length = 9; input co...
0
votes
1
answer
112
views
asked 2 years ago by
Category: Watch Lists
I have created a custom study from a scan setting which works fine.  I'd like to be able to use it as alive scan within a watchlist.   Unfortunately when I search for available studies under the gear icon/symbol within a watchlist my custom studies d...
0
votes
1
answer
1058
views
asked 1 year ago by
Category: Watch Lists
I'd like to colorcode watchlist market cap values below certain threshold. Is there a function or combination of functions (say shares, or float as TD refers to it, multiplied by price for ex) to get market cap ($millions) to be able to color the wat...
0
votes
1
answer
544
views
asked 1 year ago by
Category: Watch Lists
How do I make a column to show gap % in premarket ? It would be something like: (daily close- last price)/last price I try to use (close-last)/last, but it says 'last' is an invalid statement Saw this post: https://www.hahn-tech.com/ans/percent-chang...
0
votes
1
answer
79
views
asked 1 year ago by
Category: Watch Lists
How do I make a column showing time for High of Day, and a column showing time for Low of Day If the same price is reached multiple times intraday, show the first time
0
votes
0
answers
70
views
Be first to answer!
asked 1 year ago by
Category: Watch Lists
I am trying to plot the Gamma Exposure in the Option chain using a custom column. Code below: plot data = if IsPut() then ceil(gamma() * -100 * open_interest()) else ceil(gamma() * 100 * open_interest()); However, it is printing a NaN for both calls ...
0
votes
1
answer
67
views
asked 1 year ago by
Category: Watch Lists
Hello man, I need your help for a simple code to TOS screener to find or to set a column for FCF/share and Total cash and short term/share in relation with the current price in a porcentage base. For example, if the FCF/share of the company X is 10 a...
0
votes
1
answer
20
views
asked 1 year ago by
Category: Watch Lists
Hi Pete, Is it possible to have a R-Squared column to begin calculating each day at 10:00 AM EST then auto update it every X-Time frame I choose? Thanks again!
1 26 27 28