Stock Scanners (703)

Votes
Answers
Views
Question
1
vote
1
answer
650
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, Please direct me to the post but I didn't see this request in the forum on this. I'm looking for a scan and a customized watch list column on stocks that show a Cyan bar after a minimum of three non-such bars in the TTM Squeeze. Thank you ag...
1
vote
1
answer
755
views
asked 4 years ago by
Category: Stock Scanners
Hello there! I have been following this site for quite some time and it helped learn how to code thinkScript easily! Unfortunately, I am stuck with my current codes since TOS shows "complexity error" even though my codes are correct. I would like to ...
1
vote
2
answers
126
views
asked 4 years ago by
Category: Stock Scanners
♥ 1
Hey Pete!  TOS is killing me with this one.   What I'm trying to do is find a stock where the close has passed the daily 50sma within 2 15 minute bars (intraday trading).   def dma = DailySMA(FundamentalType.CLOSE,AggregationPeriod.DAY,50,0...
1
vote
1
answer
88
views
asked 4 years ago by
Category: Stock Scanners
Re-posted as requested and without formatting. Trying to implement the following in a Scan: price action has to have moved 20%, up or down, within the past year Formula in TC2000 is: (MAXH252 – MINL252) / C > 0.20 I’m new to ThinkOrSwim and after ...
1
vote
1
answer
66
views
asked 4 years ago by
Category: Stock Scanners
Hello there Mr. Hahn, I have another very simple request for you. I already found the code to scan for inside bars on your site. What I would like next would be to scan for stocks that close in the upper 40% or lower 40% of the previous bars' range a...
1
vote
1
answer
84
views
asked 3 years ago by
Category: Stock Scanners
Sorry Pete, these pictures were meant to show up in between what was said there. This is Tradezero top list ''Most Active'' and wanted a TOS equivalent. I trade in PM and wanted to make sure the timeframes in equity settings also aligned right and or...
1
vote
1
answer
226
views
asked 3 years ago by
Category: Stock Scanners
Hello! First of all I want to say a huge thank you for providing your knowledge on youtube! There really isn't much guidance for thinkscript but you have done an amazing job so thank you! I am trying to make a scan which combines two things. 1) The c...
1
vote
1
answer
100
views
asked 3 years ago by
Category: Stock Scanners
Hello! I am trying to write a code which scans for the price crossing/hitting a particular moving average atleast twice within the past 4 bars. I coded the crossing/hitting portion to where the price is within a certain percentage of the MA. However ...
1
vote
1
answer
256
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, I am trying to create a script that will find stocks that have been below the 50 Ema for at least 75 bars, but have crossed back over and have remained above the 50 EMA for at least 5 bars. I came across a scanner you had posted before to sc...
1
vote
1
answer
107
views
asked 3 years ago by
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...
1 4 5 6 7 8 65