Stock Scanners (701)

Votes
Answers
Views
Question
0
votes
2
answers
221
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete Hope all is well Can you please help me set up a scan. I created a simple moving average (SMA ) crossover arrows. if 10 SMA crossed above the 20 SMA then Yellow arrow, and if the 10 SMA crossed below the 20 SMA then Purple arrow. what I am a ...
0
votes
1
answer
1492
views
asked 4 years ago by
Category: Stock Scanners
Is there a way to add a condition to a scan that will eliminate any stock that is HTB or NTB on a desired short purchase in thinkorswim? To put another way, is there a way to add a condition to a scan that will only show stocks that are ETB on a desi...
0
votes
1
answer
504
views
asked 4 years ago by
Category: Stock Scanners
Hahn, First of all thank you so much for your help for this community. I need your help creaing a scan with alert using below script. It is working 100% fine on study chart, but not working for Scan. I am getting "Exactly one plot expected" error.  S...
0
votes
1
answer
118
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, I would like to be able to perform a mobile average scan which indicates that an exponential average of 52 periods is not more than 2% distanced from another exponential average of 79 periods. Thanks Pete
0
votes
1
answer
160
views
asked 4 years ago by
Category: Stock Scanners
I am trying to use TOS Candle stick pattern code to scan for morning star but scan return nothing. I know I must not doing this right. Please help input length = 20; input trendSetup = 3; input bodyFactor = 0.3; Assert(bodyFactor >= 0, "'body fact...
0
votes
1
answer
59
views
asked 4 years ago by
Category: Stock Scanners
Pete I've tried writing this scan crossing span B but the results are a mixed bag with some still in the cloud....This is Hubert Senters most powerful setup...I'm trying to scan for the lagging line crossing above  the cloud with at least three days ...
0
votes
1
answer
195
views
asked 4 years ago by
Category: Stock Scanners
Hi all, I would really appreciate it if you could show me the code that I could use to run a scan on thinkorswim to find out the stocks which the current price during the intraday is greater than previous day low. Thx.
0
votes
1
answer
79
views
asked 4 years ago by
Category: Stock Scanners
The 2, 3, and 4 Day Aggregation Periods are not available in the scanner. Is it possible to add code to a scan to emulate 2, 3, and 4 day agg. periods ? Thank you.
0
votes
1
answer
268
views
asked 4 years ago by
Category: Stock Scanners
i Hi PETE Can you change this code into a thinkscirip scan of TOS? Thanks Roscoe     nput price = close; input fast_length = 8; input slow_length = 34; input displace = 0; def na = double.nan;   plot fastema = ExpAverage(price[-displac...
0
votes
1
answer
98
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, How do I scan for earnings between two specific dates? Ex: 10/15/19 thru 10/31/19 Thanks again!