Stock Scanners (701)

Votes
Answers
Views
Question
0
votes
1
answer
99
views
asked 4 years ago by
Category: Stock Scanners
Hello, I want to run my scan in the last 10min of the close market. Aslo a scan in le first 10min of the open market. I will use unusual volume predefine scan from TOS.
0
votes
1
answer
99
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, How can I change the following code to scan for close is greater than highest high of minimum 3 to maximum 13 previous bars? plot scan = close > Highest(high[1], 13); Thanks, Shaishav
1
vote
1
answer
98
views
asked 7 years ago by
Category: Stock Scanners
How can I scan for a stock's 28 EMA within 5% of the 52 wk highs but the 28 EMA is now below the price the 28 EMA was at yesterday  (if it's possible, on a weekly time frame.) I attached a screenshot below. So we are pretty much scanning for when the...
0
votes
1
answer
98
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, i have this  existing scan that scan stocks that are trending declare lower; def conditionOne = Average(close, 20) / Average(close, 200) >= 1.1; plot x = conditionOne; but i would like to insert another condition to only show those s...
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!
0
votes
1
answer
97
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete Is it possible to scan for stocks that meet the following criteria: - 13 ema is always above 34 ema for the past 100/200/300 days.  Thanks a lot!
0
votes
1
answer
97
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, i am having problems getting the TOS scan to find stocks that met these conditions 1. When price close within the defined range 2. When the CCI is below 100 This is the drafted codes, but was unable to get the scan to provide the correct sca...
0
votes
1
answer
97
views
asked 4 years ago by
Category: Stock Scanners
There was a recommendation on a youtube video https://www.youtube.com/watch?v=7Wwy58T83W0 by SMB Capital to scan for companies that have wild swings of their option price before earnings.  He showed an example of GOOG where the price was around $3 tw...
0
votes
1
answer
96
views
asked 5 years ago by
Category: Stock Scanners
Supposedly per TOS support, you can't run scans on tick aggregation type, only on time?   I'd like to do it on futures on 333 and 512 ticks  Any suggestions or alternatives to do so?   If can't do it on TOS, are there other platforms where you can do...
0
votes
1
answer
96
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, I had a conversation with you on YouTube regarding RS making new high (the time mentioned in the script). But it is having an error. Would you mind to check it where's the error, please? A screenshot is attached herewith for ready reference....