Is the ex dividend date function to be used with Excel still valid? ( QP_DividendExDate(number As Long, symbol As String) ). I tried it for a few tickers and...
Lionel - I responded to this last night, I don't know why you aren't getting e mail fron us. It's possible that your e mail provider is blocking our domain, or...
I've received it, I'll have to get back to you tomorrow. Gary ... From: "Lionel Issen" <lissen@...> To: <quotes-plus@yahoogroups.com> Sent: Tuesday,...
Jim, As I understand it to find the "line of best fit" (required for linear regression) you need to 1) either MINIMIZE the sum of the squared deviations from...
Some years ago, I wrote a program to calculate the slope and intercept of a string of QP data in QP code, but over the years it's been lost. I believe Brooke,...
One easy way to do this is to transfer your data to Excel, chart your data and then use the chart's "Add Trendline" capability. For more information on...
Hi. Good news and bad news... Good news - I have a scan that calculates LR lines on Indicators and on Price Bars and looks for divergences between them....
Can you post the Amibroker code? Lionel _____ From: quotes-plus@yahoogroups.com [mailto:quotes-plus@yahoogroups.com] On Behalf Of dan_public@... Sent:...
If you have Metastock, it has a built in lin reg indicator. Lionel _____ From: quotes-plus@yahoogroups.com [mailto:quotes-plus@yahoogroups.com] On Behalf Of...
Anyone using VBA for Excel. I have installed QP3 on a new computer, I installed QP21com.xla and all the functions work in the worksheets. I can't seem to use...
Try going to Tools , Add-ins and scroll down to ensure there is a check next to the QP add-in. Also, in a blank workbook, try pasting the code below in a...
This is really getting to be a problem. If I look at UJPIX, I found that the data for 12/1, 12/5 and 12/7 and 12/9 are missing. I can understand if the fund...
Lionel, Here's the AB code. It's not quite what I run, but very close. (My code uses an include file. The QRSGet() function normally exists only in the ...
Dan: Thanks for your immediate reply. You will spoil me. For some reason all the code came through in black. Can you resend it with the key LR code in bold or...
Hi I'll look into it. In the past, there was no way I could get the missing days from our vendor, but they might have a solution now. Gary ... From:...
Gumbo: Thanks for your reply. The add-in for Qp2 is checked and is working. The code that you sent returns TRUE for the qp21com. What an efficent piece of...
Hi Dale Only thing I can think of is to check that the formula that you are passing into your cell via vba is correctly constructed. Sounds like it is,...
This is also a major problem for me, as I have complained several times to technical support. Just for interest, today I performed a scan to retrieve all the...
This is a problem with all QP data. To eliminate it from your scans use if close >0 then ............. QP has no plans to clean up their data base. I agree...
Hi I agree that the mutual fund data is not complete, but you've also identified why it's not. With that many missing points, it would take a small army of...
I got it, thanks... I've been delaying responding to you personally until I had time to do a respectable job of it. I'm still stalling... However, that's not...
I have it somewhere, I think, on another computer (I think maybe on my Altair 8800b). I'll check later. -- Brooke _____ From: quotes-plus@yahoogroups.com...
I still have your linear regression scan, Bill. I didn't know where to look for it, it seems. It was under the title "Slope Intercept." I'll leave it to you to...
Lionel, Here's the color-coded version. The built-in AB Linear Regression function is "LinRegSlope()". The "Buy" and "Sell" portions are the filtering ...
Dan: Thanks much. Unfortunately it again came through in black. It may be a problem with my computer. the important thing is that I have a set of useable code....
I've uploaded a small, compact piece of code that calculates slopes and intercepts, the key parameters yielded by linear regression analysis, into the...