Stock Scanners (703)

Votes
Answers
Views
Question
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...
0
votes
1
answer
126
views
asked 3 years ago by
Category: Stock Scanners
Mr. Hann,  I have run into a bit of an issue with my scan.  What I want is that over the past 3 days all 3 days add up to 100% extension.  I am getting tickers that are up only 50% over the previous 3 days.   I also have a volume requirement that the...
0
votes
1
answer
126
views
asked 3 years ago by
Category: Stock Scanners
The following code creates a Green or Red arrow when the price moves above the SMA AND when the MACD crosses above zero. I want to create a scan to scan for present day stocks and historical stocks. Is it possible to run this in the scanner and scan ...
0
votes
1
answer
125
views
asked 6 years ago by
Category: Stock Scanners
Hi Pete, Would you know how to create a new closing high scan? Thinkorswim only has a dailyhighlow scan but it only uses the high so it will only a alert based on that. For example, in the image attached the candle with the red arrow under made a new...
0
votes
0
answers
125
views
Be first to answer!
asked 4 years ago by
Category: Stock Scanners
Hello Pete, I want to see if you can help or guide me. Probably I am the other person that use this indicator.... :).... I want to see if possible to build an scanner to signal when the indicator hit the extreme of either side. Here is an image where...
0
votes
1
answer
125
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, I am reviewing the MACD MTF you created in a previous post. The link to the post is: https://www.hahn-tech.com/thinkorswim-mtf-macd-scan/ I am trying to slightly modify the scan to search for MACD MTF signals ONLY when the initial green hist...
0
votes
1
answer
124
views
asked 4 years ago by
Category: Stock Scanners
can't seem to wrap around a simple logic. volume("period" = AggregationPeriod.FIFTEEN_MIN) is * 3 greater than volume("period" = AggregationPeriod.FIFTEEN_MIN) from -1 bars ago and close("period" = AggregationPeriod.FIFTEEN_MIN) is 5 % greater than c...
0
votes
1
answer
123
views
asked 7 years ago by
Category: Stock Scanners
In setting up in accord with your guide, I find that the values reported from hourly charts are not being correctly stated in the hourly column in the watchlist. The values are ok with respect to the other columns for weekly and daily charts. Any ide...
0
votes
1
answer
123
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete, I'm using TOS and want to create a scan where the stock closes below the lower Bollinger Band at the end of the day. Thank you in advance.
0
votes
1
answer
123
views
asked 4 years ago by
Category: Stock Scanners
Here is the script below that I would like to set a scan for when the stock is on an uptrend and then another scan for when the stock is in a downtrend. Is this even possible? input price = close; input reversalAmount = 8.0; input showBubbles = no; i...