Questions (2370)

Votes
Answers
Views
Question
0
votes
1
answer
67
views
asked 4 years ago by
Category: Stock Scanners
Tags:
Hi Pete, I'm able to scan for earnings coming up in the week, it is possible to calculate the $(dollar move) they made in their previous earnings two days prior to the announcement to the announcement day (BMO or AMC), so BMO would include the day of...
0
votes
1
answer
102
views
asked 4 years ago by
Category: Watch Lists
see attached study.  currently returns a price number.  i'd much prefer a number indicating periods since last buy/sell change.  tried to do it on my own, using code of yours i found, but failed.  can you help? would have put code here but it exceeds...
0
votes
1
answer
319
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete I was wondering if you can build a scanner to search for Cup and handle formation based on the attached files definition. It is from IBD website and something that has been tried and tested. Many thanks
0
votes
1
answer
367
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, I asked a similar question in this thread about moving averages, which you helped me resolve. This is my last request for this type of indicator. Do you know how to create a lower chart study that plots when a MACD Value is greater than its ...
0
votes
1
answer
164
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Do you know how to create a lower chart study that plots moving averages greater than another moving average as dots as opposed to lines, similar to the study in this illustration? I found a snippet of code in a study that I think would be h...
0
votes
1
answer
306
views
asked 4 years ago by
Category: Stock Scanners
Hi Pete, I have a scan that I like using on both NYSE stocks and ETF's, but so far as I have figured out, that means having two watchlists. I would prefer a watchlist of a particular scan include both stocks and ETF's. Is this possible?   Thank ...
0
votes
1
answer
96
views
asked 4 years ago by
Category: Stock Scanners
I have scans that alert up to 10x a day especially daytrading scans. Do you have a simple solution to this or would this be a premium job? There are no equivalent settings for alerts that can be created from saved custom scans. There is only one way ...
0
votes
1
answer
313
views
asked 4 years ago by
Category: Stock Scanners
Hello Pete, I've attached a custom script I found that  use for support resistance on charting. It is dynamic and changes daily. I wanted to see if there's a way to scan certain levels from the day before. Right now I compare historical charts (I set...
0
votes
1
answer
203
views
Hello Sir is it possible to convert this pseudo code to general scan? Thank you. Set variable to false on new day, Set it to true when condition "example SMA9 crosses above SMA50" occurs, carry last value forward . Only alert when prior state was fal...
1
vote
2
answers
702
views
asked 4 years ago by
Category: Chart Studies
Hi, Pete: is there a way to change how date labels appear?  here's a bit of code: # Prior date of indicator change def prior_X_Up_Date = if X_Status == 1 AND X_Status[1] == 0 then GetYYYYMMDD() else prior_X_Up_Date[1]; def prior_X_Down_Date = if X_St...