Votes
Answers
Views
Question
0
1
128
asked 5 years ago by Steven Bernal
Category:
Stock Scanners
Hi Pete, can you please make a scan that finds stocks closing over the lower 1 standard deviation at least 3 consecutive times settings would be: num dev dn: -1.0 (this one being the lower standard deviation) num dev up: 1.0 length: 20 day
0
1
58
asked 5 years ago by Bernard Lisowski
Category:
Stock Scanners
pete, modified one of your scans but did not get the results I was looking for. I modified the percentage loss and the yearly market days. What I was trying to accomplish was to recover any losses on nasdaq of 15% in the last 33 market days.
0
1
67
asked 5 years ago by Tuan Pham
Category:
Stock Scanners
Hi Pete, How would I scan for stocks where the daily 8 EMA has been below the 21 EMA for the previous 3 months? Thanks again!
0
1
158
asked 5 years ago by John Moore
Category:
Stock Scanners
Id like to add a column or study filter to sort options by Net Debit for a covered call. I know you can obtain the underlying stock price with getunderlyingSymbol() but I cant find a way to get the option price for the net debit calculation. There is...
0
1
131
asked 5 years ago by Craig Habermehl
Category:
Watch Lists
Pete I'm trying to get the color of the SMI to a watchlist...If SMI is red W/L background is red and the same if SMI is green... declare lower; input audioalarm=yes; input Price = hlc3; input RsqLength = 5; input RsqLimit = .5; input SmiLimit ...
0
1
708
asked 5 years ago by K
Category:
Stock Scanners
Hello, I am looking for a scan that scans for stocks that are currently (not previous day candle close) trading above the daily 9ema. An example would be like +1% above the daily 9ema of current price. Current price could be last, ask, bid. The probl...
0
1
359
asked 5 years ago by Ken White
Category:
Stock Scanners
I am lookin to scan say the first hour of the day or just the middle part. Is there any easy way to write this to modify start and end time. I see premarket scans but nothing on this.
0
1
214
asked 5 years ago by Ben Gollnick
Category:
Chart Studies
I'm trying to build a study that would alert when PPS sell signal is triggered within 3 bars and TTM squeeze is true but am not sure how to reference the studies. Thanks in advance
0
1
154
asked 5 years ago by Stephen Schneider
Category:
Chart Studies
Hi Peter, this code combination merely plots the the upper symbols 21 day HMA on the lower plot. What am I doing wrong? declare lower; plot data = close("VIX"); plot maOne = MovingAverage(AverageType.HULL, data, 21); input price = close...
0
1
1307
asked 5 years ago by David Oh
Category:
Watch Lists
Hi pete, I am trying to set up a custom column for my ThinkorSwim watchlist for pre-market volume. However, I am running into some problems if there were no premarket activity for the stock today. Instead of showing 0, it shows prior day's pre-...