Stock Scanners (709)

Votes
Answers
Views
Question
0
votes
1
answer
99
views
asked 7 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
1664
views
asked 7 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
2041
views
asked 7 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
611
views
asked 7 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
171
views
asked 7 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
109
views
asked 7 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
902
views
asked 7 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
333
views
asked 7 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...
0
votes
1
answer
182
views
asked 7 years ago by
Category: Stock Scanners
Hi Pete, I found the below from another post (How to add a time filter to scan) and I just wanted to confirm that if I only wanted to receive an alert if the condition is reached during the first hour the market is open, would I delete the "and newDa...
1
vote
1
answer
754
views
asked 7 years ago by
Category: Stock Scanners
Hi Pete, This for this wonderful site, so much to learn ... cant sleep tonight want to finish all in one day ;) . really nice site and very good job done brother. I was wondering is it possible to make a scanner to find a pattern which makes M or W f...