Stock Scanners (703)

Votes
Answers
Views
Question
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
104
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
0
votes
1
answer
59
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...
0
votes
1
answer
88
views
asked 3 years ago by
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
votes
1
answer
133
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, Is it possible to add a condition which checks whether there is a PPS buy signal in any of the last 4 bars on 30 min TF and if so then those stocks are included in the search results. Thanks, Shaishav
0
votes
1
answer
451
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete. I came across a previous post in which you created a script to include the MACD histogram colors on the TOS watchlist.  It's been a huge help to me  - thanks a ton. Are you able to assist me with also creating a scan that identifies symbols...
0
votes
1
answer
251
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete. Thanks for such a quick response on my scanner question from this morning (linked below).  Your advice helped me refine my idea so I'm now looking at a MACD scanner that would alert off consecutive dark red bars after three or more light red...
0
votes
1
answer
137
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, How might one create a scan for stocks whose earnings announcement is x "calendar" days out?  My strategies use calendar days, not trading days.  For example, scan for stocks whose earnings announcement is 14 days hence, or 7 days ...
0
votes
1
answer
968
views
asked 3 years ago by
Category: Stock Scanners
First, thanks for all you do.  In TC2000 you can scan for price growth over a period of time, say one month, using the formula c/minL22.  I am trying to configure a similar scan in TOS.  I would like to be able to enter a time period and filter to by...