Stock Scanners (701)

Votes
Answers
Views
Question
0
votes
0
answers
56
views
Be first to answer!
asked 5 years ago by
Category: Stock Scanners
Hi Pete, I am looking to find the stocks whose low happened in the last 9-12 months and high happened in the last 30 days example: today is 2/10/2019, so low should have occurred around 2/10/2018-4/10-2018 and high should in 1/10/2019-2/10-2019 on a ...
0
votes
1
answer
56
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete, I saw your code about bid ask spread for a price difference and thought could it be possible to have a scan but for the difference between mark price and last (close)?  I have tried so far by typing up input limit = 0.02; def priceB = close(...
0
votes
1
answer
56
views
asked 4 years ago by
Category: Stock Scanners
Hello, I was wondering if there is a way to scan stocks from a personal or public watchlist like SP500 as they hit the following criterion. Yesterday's low is below today's low and today's low is below yesterday's low todays low is also below the low...
0
votes
0
answers
55
views
Be first to answer!
asked 7 years ago by
Category: Stock Scanners
Hello, could you tell me how to scan for Forex currency pair trends and dips, is it the same? Editors Note: The title and url of this post was modified to make it easier to find when doing a search on this topic.
0
votes
1
answer
55
views
asked 4 years ago by
Category: Stock Scanners
pete, modified one of your scans but did not get the results I was looking for. I modified the percentage loss and the yearly market days. What I was trying to accomplish was to recover any losses on nasdaq of 15% in the last 33 market days.
0
votes
1
answer
55
views
asked 3 years ago by
Category: Stock Scanners
I have a request with the OBV and AccDist. Can I have a scan that alert me when OBV or AccDist lines cross above 0%  mark on a daily chart at least one time for the last trading 20 days?
0
votes
1
answer
55
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, I need to add a condition in the scanner 1- The first 1 minute 930 AM est candle's open is either equal to low or low of that candle is not lesser than 0.5% from the open and that first minute candle has a minimum volume of 1M 2- The first m...
0
votes
1
answer
54
views
asked 5 years ago by
Category: Stock Scanners
What determines number of aggregation periods used in a scan using a script? For example, if a custom script has selected  daily "D", how many days data will be scanned? A related question: Does the scanning script run from earliest period to the mos...
0
votes
1
answer
53
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, Is there a way to scan my watchlist of stocks and create another watchlist containing stocks where their price did not hit the current week pivot (yet) or did not hit the prior week pivot? Thank you
0
votes
1
answer
53
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, I am trying to add a custom column in scan search results which shows 50 and 61.8 % fibs of Yearly high low as separate columns. I have reached up to the stage shown in the screenshot attached. Please help on the think script. Thank you, Sha...