- Questions
- Stock Scanners
Votes
Answers
Views
Question
1
1
76
asked 5 years ago by Ben Koru
Category:
Stock Scanners
Hi Pete, I am interested in to scan or be notified(Text or Email) on hand full of stocks when their 20 and 40 EMA crosses over each other. I don't need to see stocks in my scan result set once the first bar is passed. I am interested to see only when...
1
1
132
asked 5 years ago by Mohammed Ilyas
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
1
1894
asked 5 years ago by Scott S
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
1
1109
asked 5 years ago by Sebastian Krischer
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
1
102
asked 5 years ago by Julia Gardner Allen
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
1
3790
asked 5 years ago by parminder singh
Category:
Stock Scanners
Tags:
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
1
504
asked 5 years ago by Satish Gupta
Category:
Stock Scanners
Tags:
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
1
169
asked 5 years ago by J Holt
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
1
450
asked 5 years ago by Corey
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
2
1598
asked 5 years ago by Bernard Bernard
Category:
Stock Scanners
Tags:
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...