Stock Scanners (703)

Votes
Answers
Views
Question
0
votes
1
answer
568
views
asked 6 years ago by
Category: Stock Scanners
Hello Mr. Hahn, I am having trouble creating a scan based on the VWAP bands in TOS. I would like to create a watchlist scan based on VWAP bands widening on 2 min chart - with increasing volume. Thanks,
0
votes
2
answers
2432
views
asked 6 years ago by
Category: Stock Scanners
Opening Range Break Out code for the 5 minute chart. can any one help
0
votes
2
answers
4475
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
1370
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
77
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
1460
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
1929
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
529
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 ...