- Questions
- Stock Scanners
Votes
Answers
Views
Question
0
1
124
asked 5 years ago by Chan Dler
Category:
Stock Scanners
Hi Pete, I was wondering if you can provide a custom script to convert this study into a scan. Thanks. declare lower; # Inputs: Len(13); input Len = 14; input CIx = {default CI3, CI2}; #Plot1(100 * Log(Summation(TrueRange,Len)/(Highest(C[1],Len) – Lo...
0
1
142
asked 5 years ago by Scott Schmitz
Category:
Stock Scanners
Hi Pete, Is there a way to code a stock scanner so that at different times of day that it will adjust the amount of volume it looks for? I trade penny stocks and want liquid but not to liquid stocks to trade. At 9 I want at le...
0
1
183
asked 5 years ago by Arlette Rosario
Category:
Stock Scanners
HI Pete, I have been watching your videos, they have been great help and learning process . I appreciate everything you do to help :) There is a way to find sctocks that has been consolidated for over 20 minutes on the 1min or 5 minute time Frame, so...
0
1
559
asked 5 years ago by J Holt
Category:
Stock Scanners
Hi Pete, I'd like to scan for stocks where the closing price stays within a 1.5% band for 3 to 5 weeks. Is this something you can help with for Thinkorswim? Thanks, Jay
1
1
137
asked 5 years ago by Alejandro Jourdan
Category:
Stock Scanners
Tags:
Its possible to make a 2 day EMA scan of the force index with thinkscript? Thanks in advance
0
1
472
asked 5 years ago by Arlette Rosario
Category:
Stock Scanners
Hi, Im trying to make a scanner that find a stock that is over extended within 4 Green Bars on the 15 minute Time Frame. When I did my plot it worked on the daily chart , but when I change to 15 min on the scanner it gives a lot of stocks that is n...
0
1
942
asked 5 years ago by Arlette Rosario
Category:
Stock Scanners
Hi, Im kinda new, Im trying to build a scanner, that the stock open lower than previous day. This is for a Short Strategy. I would like to find a stock that after making a Higher High... after that get rejected and makes a Lower High. and the price ...
0
1
103
asked 5 years ago by Chanan Siegel
Category:
Stock Scanners
Is it possible to make a scanner that can combined options and stocks. Example Stock(last price) * .05) < is Option ( last Bid) price Thank you
0
1
94
asked 5 years ago by Tuan Pham
Category:
Stock Scanners
Hi Pete, Is there a way to highlight new results when doing a scan? Thanks!
0
1
166
asked 5 years ago by Mike DAntonio
Category:
Stock Scanners
Hey Pete, I've been using ToS to trade options for a while now but I cannot seem to figure this one out. How can I make an options scanner to scan for options that have moved up 500% or more from their lowest point in 3 days to their highest p...