- Questions
- Watch Lists
Votes
Answers
Views
Question
0
votes
1
answer
71
views
asked 2 years ago by Equanimous Trading
Category:
Watch Lists
Hi Pete! The ATRTrailingstop study displays a colored bubble in the price axis which highlights the price of the current trailing stop. One color for buy and another color for sell. In the attached example (which is a 1range area chart) the current '...
0
votes
1
answer
39
views
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
votes
1
answer
115
views
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
votes
0
answers
155
views
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
votes
1
answer
133
views
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
votes
1
answer
910
views
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
votes
1
answer
1566
views
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
votes
1
answer
198
views
asked 3 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
votes
1
answer
116
views
asked 3 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
votes
1
answer
417
views
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....