Stock Scanners (703)

Votes
Answers
Views
Question
0
votes
1
answer
103
views
asked 4 years ago by
Category: Stock Scanners
I have a custom indicator that counts the number of bars passed when the condition is true. I am using that study in the Scan across 2 time frames Condition 1 : BarCount > 0 on Daily Time Frame Condition 2 :  BarCount = 1 or BarCount =2 in Two Hou...
0
votes
1
answer
103
views
asked 1 year ago by
Category: Stock Scanners
Hi Pete, I am looking for a scan that tells me when a 2 period RSI flips from positive to negative. I tried to use the Rate of Change 2 period flip, since TOS has a scan for that, but it's not the same.
0
votes
1
answer
102
views
asked 7 years ago by
Category: Stock Scanners
Hi Pete, Last week I used your TTM scanner histogram Watchlist and it worked perfectly, but this week TOS is giving errors on the codes for both the histogram and the dots. Please see the attachment for the errors. Have the Thinkorswim team changed s...
0
votes
1
answer
102
views
asked 2 years ago by
Category: Stock Scanners
Due to the limitation of using secondary aggregation on scans, I want to calculate the 200 weekly MA in a different way: I am trying to get 200 weekly MA with your suggested method. def newWeek = GetWeek() <> GetWeek()[1]; def firstDayOfWeek = ...
0
votes
1
answer
102
views
asked 1 year ago by
Category: Stock Scanners
Hello Peter, I need help with my scan. I want at least a minimum of 3 consecutive prices close above le previous price condition. And my scan responds when the price clove below the previous close. I think this will require a while loop. With the wiz...
0
votes
1
answer
101
views
asked 5 years ago by
Category: Stock Scanners
I'm looking for a scan that can find stocks closing above their 5 period open assuming that I'd be only starting these scans on the weekend when there are 5 full trading days on the market (not including holiday weeks where maybe 1 or 2 days the mark...
0
votes
1
answer
101
views
asked 4 years ago by
Category: Stock Scanners
Using the ElliotOscillator on TOS, I would like to be able to scan for the following conditions: I wish to be able to input the number of red bars, and have the scan return those tickers that meet the condition, where the number of bars specified are...
0
votes
1
answer
100
views
asked 7 years ago by
Category: Stock Scanners
Hi Mr. Hahn,  I've been up all night waiting for a Range bar to turn a color and not sure how to set an alert so I can get some sleep at night.   Thank you for all you do.
0
votes
1
answer
100
views
asked 7 years ago by
Category: Stock Scanners
I am new to thinkorswim. I set up alerts for some stocks.I am trying to create a column which shows % difference between my alert price and current price is it possible ? How the alerts are saved ? Can I create custom column in alerts section. Thanks...
1
vote
1
answer
100
views
asked 3 years ago by
Category: Stock Scanners
Hello! I am trying to write a code which scans for the price crossing/hitting a particular moving average atleast twice within the past 4 bars. I coded the crossing/hitting portion to where the price is within a certain percentage of the MA. However ...