- Questions
- Watch Lists
Votes
Answers
Views
Question
0
1
29
asked 2 years ago by Tuan Pham
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!
0
1
106
asked 2 years ago by rosario vergara
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
0
132
Be first to answer!
asked 2 years ago by WyzeKraft LLC
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
1
117
asked 2 years ago by Ray A
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
1
846
asked 2 years ago by Ray A
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
1
1421
asked 2 years ago by Juan Banderas
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
1
179
asked 2 years ago by Adam Bzdziuch
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
1
109
asked 2 years ago by Ellis Waller
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
1
391
asked 3 years ago by Trading Knowledge
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
1
712
asked 3 years ago by Satish Gupta
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