Stock Scanners (703)

Votes
Answers
Views
Question
0
votes
1
answer
115
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, I was wondering if you can provide a custom script to convert this study into a scan. Thanks. declare lower; # Inputs: Len(13); input Len = 14; input CIx = {default CI3, CI2}; #Plot1(100 * Log(Summation(TrueRange,Len)/(Highest(C[1],Len) – Lo...
0
votes
1
answer
115
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, Happy New Year & I hope the 20s are going well for you health-wise so far. Would you be able to help me write a scan looking for the highest pct & avg gain running up two weeks before and after earnings over the past two years? Thank...
0
votes
1
answer
115
views
asked 3 years ago by
Category: Stock Scanners
Hi, Pete I wonder if it is possible to set conditions in a stock scan on TOS, that will not be shown stocks that have undergone a reverse split in history. Thank you and have a wonderful day.
0
votes
1
answer
115
views
asked 3 years ago by
Category: Stock Scanners
I'd appreciate your help so much with this, if possible. I'm trying to build a scan that populates stocks that have been closing below the 9 EMA for the past X number of days (bars) AND now have closed on/above the 9 EMA. If a stock has been closing ...
0
votes
1
answer
114
views
asked 4 years ago by
Category: Stock Scanners
I want to know if you can help me with 2 daily scan SMA 20,50 crossover(#cross under) and MACD 2 line crossover(#cross under) within the last 5 trading days.
0
votes
1
answer
114
views
asked 3 years ago by
Category: Stock Scanners
I am looking for help in getting a thinkscript which can be used as scanner to select all stocks for a particular day where the stock price hasn’t moved much for the day (difference between open vs high / low is not greater than 2%) though it has had...
0
votes
1
answer
113
views
asked 5 years ago by
Category: Stock Scanners
It can be an unlimited amount of lower closes just need to be at least three. The time frame isn't important but I guess we can use the daily chart for the code. Below is an example of what I mean (5 lower closes so the scan naturally detects it):
1
vote
1
answer
113
views
asked 4 years ago by
Category: Stock Scanners
Hey Pete, Happy New Year. Thanks for your video and the code on using Ichimoku to scan stocks -- https://www.youtube.com/watch?v=i8U6KqBMmGM . I was able to get the scan to trigger using TOS. The scan shows correctly for stocks as per the daily chart...
0
votes
1
answer
113
views
asked 4 years ago by
Category: Stock Scanners
Hi, How can I scan for stocks where the 9 SMA crosses above the VWAP  on the 5 minute time frame? and at the same time the 50 MA crosses the VWAP on the 1 minute time frame. I need both conditions to be met. Thank you for your help
1
vote
1
answer
113
views
asked 11 months ago by
Category: Stock Scanners
Hello Can someone convert below TC2000 to Thinkorswim? L>L1 AND H>H1 and L1<L2 and H1 <H2 and O<L +((H-L)*0.30) AND C>H-((H-L)*0.30) AND H – L >= 3 * MAX(H1 - L1, 3) Thanks