Questions (2372)

Votes
Answers
Views
Question
0
votes
1
answer
94
views
asked 4 years ago by
Category: Stock Scanners
Hello Peter, This is my ideas for scan. I want to turn this to a watch list and later on a strategies with your help. I just want a scan that plot me stocks when their OBV and AccDist raise about 10% comparing to the previous 5min or day close. This ...
0
votes
1
answer
104
views
asked 4 years ago by
Category: Watch Lists
Howdy, I'm having trouble with one part of a SLOWRSI indicator code that I want to fill in with colors based on where the indicator level is.  I have done the same with a couple other indicators, but can't get the bold part of the code correct for th...
0
votes
1
answer
81
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...
0
votes
1
answer
76
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
75
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
130
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
123
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
56
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
64
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
146
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...