- Questions
- Stock Scanners
Votes
Answers
Views
Question
0
1
96
asked 4 years ago by Jim Lusk III
Category:
Stock Scanners
Hi - Is it possible to obtain the volume from a specific time on a past day? For example, if the current day's time is noon, then get yesterday's volume at noon to compare? Thanks
0
1
73
asked 4 years ago by Shaishav Patel
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
1
117
asked 4 years ago by Chris Formen
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
1
122
asked 4 years ago by Shaishav Patel
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
0
1
76
asked 4 years ago by Sam Patel
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
1
102
asked 4 years ago by Shaishav Patel
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
1
254
asked 4 years ago by Syed Thasin
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
1
101
asked 4 years ago by Eric Hughes
Category:
Stock Scanners
Just like the title, but I cant find a way in condition wizard to pull it off.
0
1
532
asked 4 years ago by Richard Stocks
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
1
277
asked 4 years ago by Bhojpuri Gaane
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...