Questions (2351)

Votes
Answers
Views
Question
0
votes
1
answer
66
views
asked 4 years ago by
Category: Chart Studies
Hi, Is it possible to make study for chart, that will make line on chart if candle low or high is same 1 mint and daily chart. Example of APPL attached Thanks, Harry
0
votes
1
answer
96
views
asked 4 years ago by
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
212
views
asked 4 years ago by
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
114
views
asked 4 years ago by
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
139
views
asked 4 years ago by
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
69
views
asked 4 years ago by
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
90
views
asked 4 years ago by
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
520
views
asked 4 years ago by
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
222
views
asked 4 years ago by
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
187
views
asked 4 years ago by
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...