Stock Scanners (701)

Votes
Answers
Views
Question
0
votes
1
answer
89
views
asked 3 years ago by
Category: Stock Scanners
This is a follow up to a recent post. I tried to add comments to the same post and for some reason it stated that my response was invalid. I am looking for a simple scanner that meets these two criteria. 1.This week's range is greater than last weeks...
0
votes
1
answer
269
views
asked 3 years ago by
Category: Stock Scanners
Hi, I am looking for a TOS script that scans and alerts the stocks whose at least two price candles are above 5, 10, and 20 SMA and VWAP at 5 minutes for an intraday time frame. I know it can be done for a one time frame using the default study Movin...
0
votes
1
answer
484
views
asked 3 years ago by
Category: Stock Scanners
There is a study in TOS called Cumulative Overnight Volume. I noticed a post on this web site, and a response with some code, for putting this into a watchlist column. However, I am not finding a way to do a scan for the above average cumulative over...
0
votes
1
answer
94
views
asked 3 years ago by
Category: Stock Scanners
Just like the title, but I cant find a way in condition wizard to pull it off.
0
votes
1
answer
226
views
asked 3 years ago by
Category: Stock Scanners
Good Day Pete, Hope you are safe. I was looking to make a scanner which can scan stocks that RSI value change = +40 within last 3 bars. I mean the RSI difference from 1st Bar to last Bar is +40. And the Bar parameter in 1 min. I appreciate your help....
0
votes
1
answer
99
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, How can I change the following code to scan for close is greater than highest high of minimum 3 to maximum 13 previous bars? plot scan = close > Highest(high[1], 13); Thanks, Shaishav
0
votes
1
answer
68
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, Could you please create a scan to identify the stocks which are above 10% or below 10% of the lows of last 3 months low? Thank you, Shaishav
0
votes
1
answer
103
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, I am trying to scan PPS buy for 1 hr HA TF. I do have the code for PPS buy. def ppsBuy = PPS().BuySignal; def buy = !IsNaN(ppsBuy); plot scan = buy; What change do I need to do for scanning HA candles? Thank you Shaishav
1
vote
1
answer
106
views
asked 3 years ago by
Category: Stock Scanners
Hey there! I have some fairly crude code, but it gets me what I want. I can grab the volume of the first 20 minutes with this, and it will show up on my label. However, when I try to scan using the plot in my study and set it to search for > 20, i...
0
votes
1
answer
57
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, I am trying to create a scan based on this study, I need the scan results when the price on 5 min crosses above monthly S3 and S4. Please help. http://tos.mx/aFYeAYA, http://tos.mx/oGFTH7c. I need the scan results when 5 min crosses above S3...
1 61 62 63