Watch Lists (14)

Votes
Answers
Views
Question
2
votes
1
answer
649
views
asked 7 years ago by
Category: Watch Lists
Pete,   Thanks for all your hard work!   I'm trying to add a custom watchlist that counts the length of a current TTM Histogram trend and resets to zero at any inflection points. The following works as a study, but gets stuck as "loading" w...
1
vote
1
answer
935
views
asked 6 years ago by
Category: Watch Lists
Pete, TOS has an "impulse" indicator that paints the bars of a chart based on the present trend and momentum.  This is a useful tool; however, when applying the method to multiple time frames it unnecessarily takes up too much screen space.  Is it po...
1
vote
1
answer
224
views
asked 3 years ago by
Category: Watch Lists
Hi Pete, how're you? Hope you and your family are all well and sound. I was hopping you can help me out or give me some feedback. I found your bar count function from: https://www.hahn-tech.com/ans/display-bars-since-cross-above-hma/ Tried to adapt t...
0
votes
2
answers
859
views
asked 6 years ago by
Category: Watch Lists
I wanted to know if it is possible to make a custom color coded watchlist for the TTM Trend. It would be similar to the TTM squeeze histogram. For example,  It would have different time frame column some being blue or red depending in the actual char...
0
votes
1
answer
9497
views
asked 6 years ago by
Category: Watch Lists
Is there a way to calculate short interest ratio (SIR) in TOS watchlist?   The short ratio, short interest ratio (SIR) or float short for a public company is the ratio of tradable shares being shorted to shares in the market, or the float. It is...
0
votes
1
answer
272
views
asked 6 years ago by
Category: Watch Lists
  Pete, My hope is that the column box will turn green when the scan indicates that a crossover is occurring in the selected plot for your Relative Strength Scan study. For example my code below is selected for the bullish crossover and this is ...
0
votes
1
answer
310
views
asked 5 years ago by
Category: Watch Lists
Hi Pete, I'm interested to have one of the default strategies of Thinkorswim named "RSITrend" on my watch list. I have attempted to create this based on the video I have found, but it was challenging as there are two "sell" condition (RSI_LX and Tren...
0
votes
1
answer
162
views
asked 5 years ago by
Category: Watch Lists
Hello Pete, I'm glad your doing well.  I'm in need of some programming help, what I've been trying to do but can't seem to get is back round color in columns on my watch list. 1- If last price traded is > PDH Green and conversely if last price tra...
0
votes
0
answers
539
views
Be first to answer!
asked 5 years ago by
Category: Watch Lists
Hello Pete, I use a lower study called the Waddah study.  Would it be possibe to have a watch list column for this study.  I would like the WL column to be green if the bar is above both lines on chart and red if below.   declare lower; #-------...
0
votes
1
answer
962
views
asked 4 years ago by
Category: Watch Lists
Mr. Hahn, I have the indicator code for Supertrend. Can this be made for a watchlist? Here is the code. Many thanks! input AtrMult = 1.0; input nATR = 4; input AvgType = AverageType.HULL; input PaintBars = yes; def ATR = MovingAverage(AvgType, TrueRa...