Questions (2385)

Votes
Answers
Views
Question
0
votes
1
answer
499
views
asked 4 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
102
views
asked 4 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
106
views
asked 4 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
88
views
asked 4 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
179
views
asked 4 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
294
views
asked 4 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
40
views
asked 4 years ago by
Category: Chart Studies
Getting "Value never assgined to" on  my variables vSignalCandleClose and vSignalCandleStop. What am I doing wrong? #-----MyIndicator-- def vSignalCandleClose;def vSignalCandleStop; def vEMA = MovingAverage(AverageType.EXPONENTIAL, close, 20);de...
0
votes
1
answer
142
views
asked 4 years ago by
Category: Watch Lists
Hi Pete, Could you please create a count of slow stochastics oversold similar to my RSI post, but this time instead of using bars, is it possible to use "Days" verbiage? The reason is because I use this on a 5-minute scale for scalp/day trading and i...
1
vote
1
answer
167
views
asked 4 years ago by
Category: Chart Studies
I'm requesting a horizontal line on the low of the first 5 minute bar that extends across the entire chart intraday only no premarket Thanks Pete
0
votes
1
answer
726
views
asked 4 years ago by
Category: Watch Lists
Hi How can I plot PEG ratio in thinkorswim watchlist column?