Watch Lists (302)

Votes
Answers
Views
Question
0
votes
1
answer
84
views
asked 3 years ago by
Category: Watch Lists
Hi Pete, a novice here in thinkscript. Taking a crack at creating the watchlist that gets volume point of control for stocks in the watchlist between specified dates, say from the lows on March 18th this year to current. Using the thinkscript guide, ...
0
votes
1
answer
83
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
81
views
asked 7 months ago by
Category: Watch Lists
Hi Pete. I tried to create a watchlist column that appears green with a label of "Bull" if the Moving Average Exp Ribbon XMA1 > XMA2 > XMA3 > XMA4 > XMA5 > XMA6 > XMA7 > XMA8 Also, the column would appear red with a label of "BEA...
0
votes
1
answer
80
views
asked 3 years ago by
Category: Watch Lists
Hello Pete, I wanted to know if it was possible to display text column in watchlist showing the SUM in price not percentage  between the High of the Day and Real Time Bid Price?  And also show the Output in Green Text Ex. (HOD)  - (BID) =  SUM GREEN ...
0
votes
0
answers
79
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 ...
1
vote
1
answer
78
views
asked 4 years ago by
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
votes
1
answer
78
views
asked 4 years ago by
Category: Watch Lists
Hello Pete      Is it possible to add the blackflag indicator to a watchlist...If the cloud is green have a green column and if the cloud is red have a red column...I'm trying to get multiple time frames in agreement...
0
votes
1
answer
78
views
asked 3 years ago by
Category: Watch Lists
Hello Pete You created a TRIX watchlist for me a little while ago that works great. Is there a way to create an updated version that shows the different stages TRIX is in by Colored field in  Watchlist? Thanks again for all your help coding this. Ell...
0
votes
1
answer
77
views
asked 1 year ago by
Category: Watch Lists
Hello Mr. Hahn! Hope you're doing well. I am trying to create a custom column on my scans that shows the ATR(simple) over 14 bars divided by the average price over 14 bars for the respective ticker. Below is the code I came up with, however I cannot ...
0
votes
1
answer
77
views
asked 9 months ago by
Category: Watch Lists
Hello Peter, I've tried to search this with no luck, wonder if it possible to create a custom column in the watchlist to show the current spread from a specific option, it would be the difference between the options price ASK - BID = spread : hope it...