Watch Lists (14)

Votes
Answers
Views
Question
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
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...
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...
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...
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...
0
votes
1
answer
637
views
asked 4 years ago by
Category: Watch Lists
Hello Pete, I have a question on calculating slope from MAs (i.e 8 day EMA) from say the last 5 bars of trading. I would like to incorporate this as a red/green indicator on my watchlist, and use a criteria of greater than 0.5, then green, and red is...
0
votes
0
answers
538
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
378
views
asked 4 years ago by
Category: Watch Lists
Hello Pete I've come across a lower study called the tea 2.0...It seem to plot momentum very well...I was hoping to get the bright/dark red dots  and bright/dark green dots repainted to the watch list.   declare lower; input Period = 21; # Bars ...
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
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 ...