Questions (2368)

Votes
Answers
Views
Question
0
votes
1
answer
126
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
145
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
76
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
96
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
548
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
229
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
205
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...
0
votes
1
answer
85
views
asked 4 years ago by
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...
0
votes
1
answer
79
views
asked 4 years ago by
Category: Chart Studies
Hello, I am NOT a programmer, but I can work / understand previous code and attempt to build my own (until I get stuck). Thanks for sharing all this knowledge in the site which will really help me improve. I looked for a solution here but couldn't so...
0
votes
1
answer
596
views
asked 4 years ago by
Hi Pete,   I am wondering if you can help in wrting the script for red dog reversal.  2 or  more consecutive up days ( number of days can be configurable) and alert triggers if the following criteria are me price goes above the pr...