Questions (2352)

Votes
Answers
Views
Question
0
votes
1
answer
353
views
asked 4 years ago by
Category: Chart Studies
Hello Pete, Sorry that I initially posted my question in the wrong place. I want to know if VWAP code can be edited for chart study and for scanning. Here is the link for the code that you already shared. Currently, it only gives audible alert. How c...
0
votes
1
answer
201
views
asked 4 years ago by
Category: Watch Lists
I am sorry, but I do not understand the difference between these two. What is the difference? Can you have both on at the same time? How do you go about doing that? What are the pros and cons about both of these? Thank you . https://www.hahn-tech.com...
0
votes
1
answer
576
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...
0
votes
1
answer
74
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
80
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
188
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
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
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
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
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.