Stock Scanners (703)

Votes
Answers
Views
Question
0
votes
1
answer
192
views
asked 6 years ago by
Category: Stock Scanners
Hi Pete, I am new to programming. How can I write a simple code-  close is greater than high from 15 bars ago. If I write it like that -the program just looks at the close of the bar -15 bars ago. I want it to look at the last 15 bars. close is great...
0
votes
1
answer
192
views
asked 3 years ago by
Category: Stock Scanners
How to find (scanning in TOS) a bull flag pattern right after a breakout of a flag resistance? In other words, when a bull flag just got complete and started a new trend up.
0
votes
1
answer
190
views
asked 4 years ago by
Category: Stock Scanners
Hello Pete, This is Ken. I've subscribed to your YouTube channel and been watching your VDOs many years. I also checked out your website from time to time. This is my first time going to need help from you. I am using an indicator called "MomentumSMA...
0
votes
1
answer
190
views
asked 3 years ago by
Category: Stock Scanners
Looking for scan where individual call volume is > 10 day moving average of Daily Stock volume and Stock is breaking 5day or 10day high This idea came from a similar scanner by Jonathan Rose, his concept is that when option volume is larger than d...
0
votes
1
answer
190
views
asked 3 years ago by
Category: Stock Scanners
How would I take this study script for Choppiness Index and create a scan to return all stocks >60? # { CI: Choppiness Index } declare lower; # Inputs: Len(14); input Len = 14; input CIx = {default CI3, CI2}; #Plot1(100 * Log(Summation(TrueRange,L...
0
votes
1
answer
189
views
asked 6 years ago by
Category: Stock Scanners
I am getting an odd behavior when I change the Reference date. Everything works fine  through Reference Date = 20170609. But if I set the reference date as 20170610 or later, the red line does not get shifted to the green line on that (reference) dat...
0
votes
1
answer
189
views
asked 6 years ago by
Category: Stock Scanners
Hi Pete, Good day to you. Can you create a screener that can scan First Candle Cross Above/ Below Tenkan, First Candle Close Above/ Below Tenkan I had attached with the valid signal sample. Thanks for your help and support. Rgds, JinWei    ...
0
votes
1
answer
188
views
asked 7 years ago by
Category: Stock Scanners
♥ 1
Tags:
I'm looking to create an indicator for MACD that tells me when the numerical value for the fastLength is around 10% from the slowLength; both +10% (when trending positive to negative) and -10% (trending negative to positive) In short, I want to creat...
0
votes
1
answer
186
views
asked 3 years ago by
Category: Stock Scanners
Pete, Is it possible to create a scan that yields results for all stocks that have held their lows above VWAP all day? In this scenario, I would be looking to buy a VWAP bounce if the low eventually tests the VWAP.
0
votes
1
answer
185
views
asked 2 years ago by
Category: Stock Scanners
Hi Hahn, I'm trying to make a scan to find all stocks that have the 50EMA within .5% of the VWAP and the +/- 1 & 2 standard deviations for more than 15 bars. I have my VWAP setup to show the +/- 1 & 2 standard deviations. I find that its like...