Questions (2351)

Votes
Answers
Views
Question
0
votes
1
answer
251
views
asked 3 years ago by
Category: Watch Lists
Hello I’m trying to create a Heiken ashi candle counter for stocks on a daily basis. I currently leverage your great solution for flagging a Heiken ashi candle but would like to count it (no formatting just a pure number of green candles in a row or ...
0
votes
1
answer
134
views
asked 3 years ago by
Category: Chart Studies
I am currently using this script https://www.hahn-tech.com/ans/highest-volume-bar-of-the-day/ I was wondering if there was a way to plot a horizontal line on the highest volume bar as well  
0
votes
1
answer
71
views
asked 3 years ago by
Category: Stock Scanners
Hello, is it possible to have a scan that triggers when, i.e. RSI increases by 10 from previous bar in a 30 min time frame? Can't figure how to do this in the regular scan parameters. Thanks a lot!
0
votes
1
answer
92
views
asked 3 years ago by
Category: Watch Lists
Hi Pete, it possible to have a watchlist column that shows the total number of trades for premarket session? Thanks for your time.
0
votes
1
answer
72
views
asked 3 years ago by
Category: Chart Studies
Pete Hope you can help turn my chart label into lower study.....If label would be green..make a green dot on the row...same for red/grey labels...   input length = 14; input averageType = AverageType.WILDERS; DefineGlobalColor("DI+", color.green...
0
votes
1
answer
317
views
asked 3 years ago by
Category: Watch Lists
right now, the count returns the number of valid conditions out of the past 10 periods, with the color  changing based on that condition and one other.  i'd prefer how many periods it's been since the last instance of a valid condition, again with th...
0
votes
1
answer
343
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, I looked in the Q&A section but couldn't find what I'm trying to do.  I'm trying to scan my watchlist of stocks to pull up any stocks when the stock price is 1.5 times their respective ATR or higher.  Just wondering if the below would wo...
1
vote
2
answers
290
views
asked 3 years ago by
Category: Watch Lists
Hello Pete, Hope your doing well. Do you know if it's possible to properly sort a watchlist using the AsPercent() function (in a custom column)? I have some code (shown below) that is used to calculate the relative daily volume of an instrument; howe...
0
votes
1
answer
81
views
asked 3 years ago by
Category: Chart Studies
I was interested in overlaying the daily Hull MA and daily Adaptive MA over a lower time frame chart, ideally the 1 minute chart.  Is this possible ?
0
votes
1
answer
275
views
asked 3 years ago by
Category: Chart Studies
I'm having a hard time trying to get my indicator to show red > 5 % else green, here is my code I hope you can help!     def len = 1; def dayHigh = DailyHighLow(AggregationPeriod.DAY, len, 0, no).DailyHigh; def dayLow = DailyHighLow(Aggr...