Stock Scanners (701)

Votes
Answers
Views
Question
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):
0
votes
1
answer
173
views
asked 5 years ago by
Category: Stock Scanners
Dear Pete, I would like to scan for titles with a relative strength according to Levy (RSL: https://www.tradesignalonline.com/lexicon/view.aspx?id=408&se=levy), meaning current price divided by moving average of the last 27 weeks, bigger than 120...
0
votes
1
answer
1239
views
asked 5 years ago by
Category: Stock Scanners
I am trying to write an EOD scan in thinkscript to find positions that have two consecutive daily up candles, with the second day candle being at least twice as big as the previous one. I was thinking maybe a percentage adjustable volume increase fro...
0
votes
1
answer
67
views
asked 5 years ago by
Category: Stock Scanners
Hello, Can you please help me to code for scan where current 30 Min bar HIGH within 0.5 percent of Previous 30 Min bar LOW. Thanks in advance!    
0
votes
1
answer
101
views
asked 5 years ago by
Category: Stock Scanners
I'm looking for a scan that can find stocks closing above their 5 period open assuming that I'd be only starting these scans on the weekend when there are 5 full trading days on the market (not including holiday weeks where maybe 1 or 2 days the mark...
0
votes
1
answer
2171
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete.  Can you help me with creating a scan in TOS that will show stocks that has an EMA(9)crossover VWAP.  I would like to have the scan to show stocks with EMA crossing above or below the VWAP.
0
votes
1
answer
291
views
asked 5 years ago by
Category: Stock Scanners
Hello I want to scan and alert when the following conditions occur.  The timeframe does not matter 15 min, 30 min, etc: First candle opens above VWAP and closes below VWAP Second candle opens below VWAP and closes above VWAP Please see attached scree...
0
votes
1
answer
1860
views
asked 5 years ago by
Category: Stock Scanners
I am looking to build a scanner for cup and handle pattern. I wonder if it is possible to build this in ToS? https://www.investopedia.com/terms/c/cupandhandle.asp If I use Java, I could have started with a for loop to find the lowest low and highest ...
0
votes
1
answer
637
views
asked 5 years ago by
Category: Stock Scanners
Hi Hahn, I wanted to know if you could create a scan criteria that will show stocks whose price is within a certain percentage of the VWAP, above or below.  Call it 5% for the purposes of this question.  I would prefer if it used the mark or last pri...
0
votes
1
answer
130
views
asked 5 years ago by
Category: Stock Scanners
Hello Pete, The purpose of this post is to create a scan condition that detects the first red day of a stock that has been running up with 2 or more green days in a row with each green day making higher lows and higher highs than the previous day in ...