Stock Scanners (701)

Votes
Answers
Views
Question
0
votes
2
answers
4469
views
asked 6 years ago by
Category: Stock Scanners
Hello, I currently have a pre-market gap scanner I feel that is inefficient; it's not pulling enough stock that are down about 2.0% or more in pre-market. At times it returns stocks that are gapping up - which I find weird. Is there a way I can refac...
0
votes
1
answer
1368
views
asked 6 years ago by
Category: Stock Scanners
Do you have a TOS script built for the break above the cloud
0
votes
1
answer
76
views
asked 6 years ago by
Category: Stock Scanners
Hello, I am trying to make a scan for something is that not equal to one of my criteria. I will use some demo code in this example.   def pop = (close[1] * 1.2)  < close and volume > 100000; I need to scan for something where there was the...
0
votes
4
answers
1451
views
asked 6 years ago by
Category: Stock Scanners
I am willing to give a big donation for a scan that can capture pretty much the data pulled on the link below on any giving trading session https://www.nasdaqtrader.com/trader.aspx?id=TradeHalts   Specifically stocks that are halted on   Co...
0
votes
2
answers
1921
views
asked 6 years ago by
Category: Stock Scanners
Hello,   One problem I noticed with the TOS platform is that it seems to refresh scan results very slow and not in real-time. Is there a way to make the scan run every 30 seconds and update the dynamic watchlist in real-time ?   I am willin...
1
vote
2
answers
524
views
asked 6 years ago by
Category: Stock Scanners
I have the code for a study/scan that will plot/find N bar highs/lows. It works well for plotting/finding instruments that have a N bar high/low in the last N bars. I can't figure out how to modify the code to find the FIRST N bar high/low (in the la...
0
votes
1
answer
156
views
asked 6 years ago by
Category: Stock Scanners
Hello Pete, Sorry for the double posting. I tried to add the picture in the previous post in the answer box, but I got an error message saying that I need to write something, but I could not do so because I could not click anywhere to write. I re-pos...
0
votes
1
answer
106
views
asked 6 years ago by
Category: Stock Scanners
I am looking to create a scan that finds stocks with NO gaps for ALL N bars back. It's easy enough for me to finds gaps looking N bars back. There are built-in default scans that do this. It seems much harder to create a scan to find NO gaps for ALL ...
0
votes
1
answer
832
views
asked 6 years ago by
Category: Stock Scanners
Hi Pete, I entered this code in Study Custom for scanning, but it gave me error: "AddLabel is not allowed in this context". Please show how to fix this issue so it can scan for squeeze. Thanks! def squeeze = if(reference BollingerBands().”upperband” ...
0
votes
1
answer
316
views
asked 6 years ago by
Category: Stock Scanners
Hello Pete, I would like to add a study to a scan. The code of the study should reflect when a green candle crosses the 20 or the 50 or the 200 daily EMAs. The crossing will be valid for any price along the candle (it can cross at high, or low, or cl...