Questions (862)

Votes
Answers
Views
Question
0
votes
1
answer
71
views
asked 3 years ago by
Category: Watch Lists
Hi Pete, I am looking to get the most recent high and low (values) as watchlist columns. I went through couple of your videos on this topic, but what I am looking for is only for the Most recent high and low. The built in DailyHighLow column is not g...
0
votes
1
answer
71
views
asked 3 years ago by
Category: Chart Studies
Hi Pete I would like to create a chart study that will draw a text above Volume bars every time the value is above the VolumeAVG (input 50) and display % value. Please see attachment Indicator used (VolumeAvg) with input 50 When Current Volume in 1Ho...
0
votes
1
answer
71
views
asked 3 years ago by
Category: Stock Scanners
I tried but failed to create a script. Can you please help creating a script that show stocks on that are at least .90% or greater than the SMA60 day trend line? This will be for the Open price on 1min candlesticks.
0
votes
1
answer
71
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
71
views
asked 1 year ago by
Category: Stock Scanners
Pete, I have a scan using some custom code which is not triggering as expected. Please see below: input lnrLength = 40; plot lnrReg = LinearRegCurve(0, lnrLength, Close); def stkATR = ATR(14); def myLevel = lnrReg + (2 * stkATR); def signalAbove = Cl...
0
votes
1
answer
71
views
asked 1 year ago by
Category: Stock Scanners
I would like to modify my scans to Exclude non-USA owned stocks.  I can display Company-address Nation, which shows the country and so I am hoping there is a way to filter our non-USA stocks.  Is it possible in TOS?
0
votes
1
answer
71
views
asked 11 months ago by
Category: Watch Lists
How would I display a stock's gap up or down during market hours as a dollar amount in a watchlist column?  Thank you.
0
votes
1
answer
70
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, i would like to create a study to plot a horizonal ray extended to the right for the Open price at 10am and 11am with Inputs to change time/color/style width. Any help is appreciated. Thank you
0
votes
1
answer
70
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!
1
vote
1
answer
70
views
asked 3 years ago by
Category: Chart Studies
Hello, Currently, I am trying to just have moving averages plot all in one tidy study. However, Im running into an issue where the none of the plots work if a stock does not have the proper days for that avg (IPOs not having 50 trading days). I've tr...