Stock Scanners (701)

Votes
Answers
Views
Question
0
votes
1
answer
75
views
asked 4 years ago by
Category: Stock Scanners
How can I setup the following scan A=[Last Price] - [Low of day] B=[high price of day] > A*2 EG Last price [25] -[20]= 5 B= [high price of day] > 5*2=$35 So If stock last price is $25.00 and the low of the day is $20.00 The Scanner  will show m...
1
vote
1
answer
86
views
asked 4 years ago by
Category: Stock Scanners
Re-posted as requested and without formatting. Trying to implement the following in a Scan: price action has to have moved 20%, up or down, within the past year Formula in TC2000 is: (MAXH252 – MINL252) / C > 0.20 I’m new to ThinkOrSwim and after ...
0
votes
1
answer
327
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, I want to use the TTM Squeeze Value in a mathematical formula in my scan.  However, I cannot figure out how to make the Squeeze a value in a scan. I can make it work in the watchlist.  In watchlist, I select TTM Squeeze, and I can change the...
0
votes
1
answer
247
views
asked 4 years ago by
Category: Stock Scanners
I see your scan for 52week high/low, but i wanted to find stocks breaking out, preferably i would like from a recent swing high (something within the past 3 weeks.....but even just a new 10day high would be cool.
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
211
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, I've looked at past post but did not find anything on this. I'm looking to scan for stocks whose today's close is within 10% of highest close of 1 year and today's close is within plus/minus 5% of highest close, starting with 5 weeks ago, to...
0
votes
1
answer
152
views
asked 4 years ago by
Category: Stock Scanners
I am doing stock scan filter and would like to find stocks for which the current price is lower than the lowest price of a specific period, say from 20200420 till 20200510. How to do it? Thanks.
0
votes
1
answer
150
views
asked 4 years ago by
Category: Stock Scanners
I'm scanning using the directions here:   https://www.hahn-tech.com/thinkorswim-mtf-macd-scan/   My question is this, it tells you to use the code up top for the 2 longer term timeframes and that produces a scan for a macd curling UP.  The ...
0
votes
1
answer
119
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, I was looking into one of your answers in this thread. Link: https://www.hahn-tech.com/ans/candles-sticks-that-change-color-with-heavy-volume/ Is it possible to have a scan based on that script/logic?. I tried with a "plot scan = paintBar;" ...
0
votes
1
answer
141
views
asked 4 years ago by
Category: Stock Scanners
Hello sir, I want to see if possible to build an scanner to look for BIG Shadow reversal or continuation pattern. Basically in an uptrend the second candle must have a higher or equal top with a lower bottom. In a downtrend the second candle must hav...