Stock Scanners (708)

Votes
Answers
Views
Question
1
vote
1
answer
125
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete, Thanks for all your help with educational videos. I was trying to create a scan based on below and having no luck. If you can please help me with this scan TimeFrame = Based on first 30 Min of Trading Day 8.30 to 9.00 Retracement near 0.05% ...
0
votes
1
answer
1879
views
asked 5 years ago by
Category: Stock Scanners
Trying to Scan for % change since open, tried several code snips has no effect on scan, still shows stocks up from prev days close but down for the current day. I want up for the current day since open only. When I enter code in the Study Filter and ...
0
votes
1
answer
1084
views
asked 5 years ago by
Category: Stock Scanners
I am trying to narrow down my tos scan further by hopefully being able to add a timeframe between lets say hours 1500 to 0630 but more so want to be able to set different times so it only scans between those hours.  Is that a possibility?   Than...
0
votes
1
answer
101
views
asked 5 years ago by
Category: Stock Scanners
Supposedly per TOS support, you can't run scans on tick aggregation type, only on time?   I'd like to do it on futures on 333 and 512 ticks  Any suggestions or alternatives to do so?   If can't do it on TOS, are there other platforms where you can do...
0
votes
1
answer
3772
views
asked 5 years ago by
Category: Stock Scanners
Hey Pete, Love your site and it has been so helpful in creating some custom stuff for TOS. I had a question about creating a scan for a certain type of candlestick pattern. How would I go about making a scan where I can search for a stock where it ha...
0
votes
1
answer
482
views
asked 5 years ago by
Category: Stock Scanners
For TOS, Is there an example of a scan which scans for an event within last (most recent) N bars? If no example, how could I develop a thinkscript for it. For example, I'd like to scan for stocks for which ForceIndex crossed zero from above or below ...
0
votes
1
answer
168
views
asked 5 years ago by
Category: Stock Scanners
I'm trying to build a scan that finds tickers whose last bar (on daily timeframe) is above the ATR by a certain percentage (e.g. 30%). Here is what I've tried: #Wizard text: range is more than #Wizard input: percentage #Wizard text: ATR Input period ...
0
votes
1
answer
447
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete. Please help me to set up a scan that looks to follow the overall trend of a stock.  I am trying to set up a scan that will search for stocks in which the 9 EMA  is already trading above the 20 EMA on the 1 hour time level and the 9 EMA is ju...
1
vote
2
answers
1570
views
asked 5 years ago by
Category: Stock Scanners
There is some good news, we can debug scan code by using the plot statement to let the scan engine test a condition. We see that the condition is true if the results are the full set of symbols. Example: <pre> input offset = 0; def sum = 1; plo...
0
votes
2
answers
280
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete, To prevent so many results, I have a limiter set for the opening range breakout for Stock Hacker. However, this doesn't work when used in Option Hacker. Does TOS not set up to do this? Thanks!