Stock Scanners (701)

Votes
Answers
Views
Question
0
votes
1
answer
127
views
asked 4 years ago by
Category: Stock Scanners
Hello Hahn, I found this code you had written for a scan within 5% of VWAP above or below. Would you be able to tell me how to adjust it to scan for stocks that are below 5% and more? (Essentially stocks that are continuously trending down). I very m...
0
votes
1
answer
127
views
asked 4 years ago by
Category: Stock Scanners
I have a question, for the think or swim platform, is there a way to have a scan to find a stock that has dropped 0.5% to about 2 to 3% from it's current price at like 11am during the current Trading day?
0
votes
1
answer
127
views
asked 2 years ago by
Category: Stock Scanners
Hello, Is there a way to scan for Monthly Options Contract only(weeklys excluded)? Or is there any other solution to eliminate/decrease multiple options contract of a single  stocks in the Option Scan? For example, If I'm scanning for top 50  most vo...
0
votes
1
answer
126
views
asked 4 years ago by
Category: Stock Scanners
Hello everyone.  What I'm trying to do is find where the value of the MACD difference was greater yesterday then today.  Below is something I've used to find where the value is less than the average, I just want to find the same scenario where yester...
0
votes
1
answer
126
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete,  Is there a way to code a stock scanner so that at different times of day that it will adjust the amount of volume it looks for?   I trade penny stocks and want liquid but not to liquid stocks to trade.  At 9 I want at le...
0
votes
1
answer
126
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, Is there a way to write a scan to see how many times a close X above/below the VWAP over X period? I would like custom inputs on both the aggregation and time frame. Ideally, I'd like to see the stats for 5 and 15 minutes. Thank you!
0
votes
1
answer
126
views
asked 3 years ago by
Category: Stock Scanners
Mr. Hann,  I have run into a bit of an issue with my scan.  What I want is that over the past 3 days all 3 days add up to 100% extension.  I am getting tickers that are up only 50% over the previous 3 days.   I also have a volume requirement that the...
0
votes
1
answer
125
views
asked 6 years ago by
Category: Stock Scanners
Hi Pete, Would you know how to create a new closing high scan? Thinkorswim only has a dailyhighlow scan but it only uses the high so it will only a alert based on that. For example, in the image attached the candle with the red arrow under made a new...
1
vote
2
answers
125
views
asked 4 years ago by
Category: Stock Scanners
♥ 1
Hey Pete!  TOS is killing me with this one.   What I'm trying to do is find a stock where the close has passed the daily 50sma within 2 15 minute bars (intraday trading).   def dma = DailySMA(FundamentalType.CLOSE,AggregationPeriod.DAY,50,0...
0
votes
1
answer
125
views
asked 2 years ago by
Category: Stock Scanners
Hello Mr. Hahn, I am creating a scan where the close of the previous 15 bars has been above the 12 ema, while the 12 ema has also been above the 21 ema for the past 15 bars. In essence a scan for a trend. I can make something through the condition wi...