- Questions
- Stock Scanners
Votes
Answers
Views
Question
0
1
99
asked 7 years ago by Mike D'Antonio
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
4
1664
asked 7 years ago by Juan Banderas
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
2
2041
asked 7 years ago by Juan Banderas
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
2
611
asked 7 years ago by Charles Alexander
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
1
171
asked 7 years ago by Rachid Brah
Category:
Stock Scanners
Tags:
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
1
109
asked 7 years ago by Charles Alexander
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
1
902
asked 7 years ago by Kim Tim
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
1
333
asked 7 years ago by Rachid Brah
Category:
Stock Scanners
Tags:
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
1
182
asked 7 years ago by R N
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
1
754
asked 7 years ago by Harinder Singh
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...