Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
606
views
asked 4 years ago by
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
votes
1
answer
106
views
asked 4 years ago by
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
votes
1
answer
133
views
asked 4 years ago by
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
votes
1
answer
60
views
asked 4 years ago by
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
votes
1
answer
55
views
asked 4 years ago by
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
votes
1
answer
118
views
asked 4 years ago by
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
votes
1
answer
116
views
asked 4 years ago by
Category: Watch Lists
Hi Pete.  I currently use two columns in my watch list. My first column is a Hull moving average column which you provided in a previous post: https://www.hahn-tech.com/ans/wl-for-hull-in-tos/. The second column provides the force index.  I was wonde...
0
votes
1
answer
68
views
asked 4 years ago by
Category: Watch Lists
Pete, thank you for getting me on the right track. I am a little slow mentally, seriously due to medical issues. I welcome your help, and or any constructive criticism. I have transfered your response from the scanner forum.  .This is a watchlist. Li...
0
votes
1
answer
70
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete would you be able to guide using SVEPivots.  Goal is to scan for ( LAST / MARK / HIGH ) of today that is greater than today's R2, yesterday's R2 and day before yesterday's R1 from SVEPivots study.  These levels are calculated using ...
0
votes
1
answer
63
views
asked 4 years ago by
Category: Chart Studies
Hi, the attached script with input "length" defines variable "n" as a function of length and other variables. In follow-on expressions in the script I want to use n's last, most recent value, not values from all its previous bars. I'm not sure how to...