Stock Scanners (703)

Votes
Answers
Views
Question
0
votes
1
answer
222
views
asked 6 years ago by
Category: Stock Scanners
Hello Hahn, The purpose of this scan is to show stocks that surged the day before and closed strong (near high of day). Can you please create a scan that looks for stocks whose close price on the day is very close to its high price (10% away from its...
0
votes
1
answer
222
views
asked 5 years ago by
Category: Stock Scanners
Hello Pete, I have a T3 indicator that displays as color changes(red to green), it works great for the chart but I cant seem to build a scan off it. I have been told that is because scans only recognize numbers not colors. How can I change this scrip...
0
votes
1
answer
222
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, thank you for sharing your coding skills on this great site which I came across while doing some research on the 3 bar pattern play.  You previously shared a code to scan for that pattern (see Cutom Scan for the 3 Bar Pattern Play) and ...
0
votes
1
answer
221
views
asked 7 years ago by
Category: Stock Scanners
Does anyone know any good P&F chart screeners/scanner? I'm looking for the start of a new Xs column. I would REALLY appreciate any tips. Can I can for new X columns on P&F charts in TOS?
0
votes
1
answer
221
views
asked 6 years ago by
Category: Stock Scanners
hello, I am running a scan in the options hacker and I am showing Options only. I want to make a custom column (I know how to do that) but I need to reference the close of the stock price, not the options price. How can I do this?
0
votes
2
answers
221
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete Hope all is well Can you please help me set up a scan. I created a simple moving average (SMA ) crossover arrows. if 10 SMA crossed above the 20 SMA then Yellow arrow, and if the 10 SMA crossed below the 20 SMA then Purple arrow. what I am a ...
0
votes
2
answers
219
views
asked 7 years ago by
Category: Stock Scanners
How to target or filter scans with a specific time period filter. For example I would like to use your previous code you provided me input xPercent = 10.0; def percentChange = 100 * (close / close[1] - 1); plot scan = AbsValue(percentChange) > xPe...
1
vote
3
answers
218
views
asked 7 years ago by
Category: Stock Scanners
Aloha.  I use %R as part of my scans but I only have the option of selecting certain values greater than or less than or equal to and so on.  I wanted to know if there is a way to see when %R crosses above or below a value.  Any suggestions?
0
votes
1
answer
218
views
asked 6 years ago by
Category: Stock Scanners
Hello forum and Happy Fathers Day, Please help me generate a scan which will return results of stocks decaying intraday. The following characteristics would be: The current 5 day SMA close is less than the previous 5 day SMA close 3 periods ago in 5 ...
0
votes
1
answer
217
views
asked 6 years ago by
Category: Stock Scanners
Hello, My name is Wayne. I have no programming experience but I am interested in learning. How do I begin to build a scanner that scans for stocks that:  have a 10% or more rise in a month  have 8 or more years of available data  have risen 10% or mo...