Votes
Answers
Views
Question
0
votes
1
answer
108
views
asked 5 years ago by Adam Alderette
Category:
Stock Scanners
Hello Pete, I'm hoping you can help me with a scan to capture the criteria shown in the chart here. I would like the scan to find stocks that have touched or broken the upper VWAP at least twice, then have dropped through the mid VWAP line. This is a...
0
votes
1
answer
257
views
asked 5 years ago by Zahid Khandaker
Category:
Watch Lists
Creating a new post asking for help with a little variation of the "YTD % change" topic that was already discussed. It would be nice to have a customized column in a watchlist or scan that will show the stock price change in % during the course of la...
0
votes
1
answer
137
views
asked 5 years ago by Ak40 Steven
Category:
Chart Studies
Hello , how does one go about creating a chart label that shows %change from yesterday’s close to today’s open price on the 1 minute intraday chart . color effects If % change is greater than 47% make label green If % change is greater...
0
votes
1
answer
162
views
asked 5 years ago by Dillon Britt
Category:
Stock Scanners
One last question! I've been trying to create a dynamic alert / scan using the default STD_DevChannel study. I want a scan to populate / alert as the price of a symbol crosses either the upper or lower end of the standard deviation channel.
0
votes
1
answer
83
views
asked 5 years ago by josh wolf
Category:
Watch Lists
hi pete. i have this indicator i am trying to adjust for my watchlist. this is the code for the indicator: input price = close; input length = -10; def displacement = (length / 2) + 1; def dPrice = price[displacement]; def tmp = if !IsNaN(dPrice) the...
0
votes
1
answer
106
views
asked 5 years ago by Dillon Britt
Category:
Stock Scanners
Hello, I have a couple dynamic alerts / watchlist that populate as the day goes on. Is there a way to plot a simple 0/1 study on the bottom of the chart to show what time that is being triggered on the chart?
0
votes
1
answer
588
views
asked 5 years ago by Dillon Britt
Category:
Stock Scanners
Hello, I've seen some code on here for both one and two green heiken ashi candles. I was wondering how I can change this to scan for either one or two red candles? Similarly with the TTM Trend. I have the code for indicating up or down for two...
0
votes
1
answer
245
views
asked 5 years ago by Edward Stanek
Category:
Stock Scanners
Hi Pete, thank you for sharing your coding skills on this great site which I came across while doing some research on the 3 bar pattern play. You previously shared a code to scan for that pattern (see Cutom Scan for the 3 Bar Pattern Play) and ...
0
votes
1
answer
238
views
asked 5 years ago by Ak40 Steven
Category:
Chart Studies
Hello Pete , I need help creating a bubble that only shows at the HOD Price after 9:30am (not factoring in Premarket ) this bubble will only display the intraday HOD bars volume . if that current HOD candle volume is over 300k, the bubble wil...
0
votes
1
answer
95
views
asked 5 years ago by Sri San
Category:
Stock Scanners
Hello Pete, I use the Dow Jones Industry groups to find out the strong industries. Tried using your relative strength scan on that industry list, but doesn't return any symbols. It does work on the built-in S&P industry lists. My list is attached...