Watch Lists (14)

Votes
Answers
Views
Question
0
votes
1
answer
103
views
asked 2 years ago by
Category: Watch Lists
Hi Pete, I'm trying to build a custom WL column that will show me a 1 shaded in green (for the whole trading day) when a couple of conditions are met during the first two 5 minute bars. 1) First 5min bar closes red and below vwap 2) Second 5min bar c...
1
vote
1
answer
220
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
1
answer
268
views
asked 4 years ago by
Category: Watch Lists
Hi Pete, In a previous post you created a script that colors the watchlist column to match the current color of the TTM Trend.  Are you able to also add the consecutive bar count which will show how many consecutive bars have been painted as red or b...
0
votes
1
answer
635
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
1
answer
375
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
959
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...
0
votes
0
answers
536
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
161
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
1
answer
309
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
270
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 ...