Stock Scanners (701)

Votes
Answers
Views
Question
0
votes
1
answer
62
views
asked 4 years ago by
Category: Stock Scanners
Is there a way to run script only on these symbols /ES or /CL or /HG? And the script I am looking to run is something simple like this: ATR()[1] >= 0.25 I looked online and discovered if GetSymbol() but unsure if this is what I am supposed to be u...
0
votes
1
answer
121
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, Much appreciation for the work you do. It helps new traders like myself utilize thinkorswim much better. My question for you is how do you convert a moving average scan you've done a while back to a DEMA scan? This is the link to the scan yo...
0
votes
1
answer
44
views
asked 4 years ago by
Category: Stock Scanners
Hello Peter, My chart tells it all. Daily chart in 3 years period and I am looking for a scanner that give me all stock with the lowest price value in the last month. Thanks
0
votes
1
answer
431
views
asked 4 years ago by
Category: Stock Scanners
TOS has a built-in study called "Camarilla Points" I have been using this on my daily chart with the settings "aggregation period" = "WEEK" and "length" = 4. I would like to scan for price closing above support levels plotted in the script. I don't h...
0
votes
1
answer
381
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, I would like to scan for a chart pattern where there is an Outside bar followed by an inside bar.  I attached a screenshot of this scenario on a 60 min chart.
0
votes
1
answer
271
views
asked 4 years ago by
Category: Stock Scanners
Hey Pete!  I know this will sound like a silly question but I promise it's not.  I know when you select the timeframe in ToS you have the option to uncheck EXT but that doesn't work as intended. For my hourly scan: I have a simple scan which says f t...
0
votes
1
answer
76
views
asked 4 years ago by
Category: Stock Scanners
Hey Pete, I'm looking for a scan that can search the minimum percentage of 5% from low to high of each daily candle in the past 5 candles. Note that I'm not looking for accumulative of the last 5 candles but instead each candle has to have a 5% range...
0
votes
1
answer
66
views
asked 4 years ago by
Category: Stock Scanners
Hello, can you help ? All time high stock in daily chart within 2year for the last 2 month.
0
votes
1
answer
385
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, You helped me find the first Cyan bar after three bars of any color with the script below. How can it be amended to find the first yellow bar after a minimum of three red bars? Thank you again! input price = CLOSE; input length = 20; input n...
0
votes
1
answer
107
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete. I am new to your site. I am looking for a TOS scan that would generate a list of those companies that have posted x consecutive quarters (or years) of positive (or negative) earnings.