SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Strategies & Market Trends : The 56 Point TA; Charts With an Attitude -- Ignore unavailable to you. Want to Upgrade?


To: Theodore Johnson who wrote (22267)10/22/1998 2:52:00 AM
From: Doug R  Respond to of 79237
 
Theo,

Yes.

Thanks.

Will do.

Doug R
PS; I hope you got a shot at OAKT and CADE when I mentioned them a couple weeks ago.



To: Theodore Johnson who wrote (22267)10/22/1998 3:17:00 PM
From: Bob Jagow  Read Replies (2) | Respond to of 79237
 
Right, Theo.
We use MS to check out the QP output, and usually check 199.234.225.19 for the algorithms.
MS code is sometimes obtuse; I had problems convincing disbelievers that my regression code matched the MS version pasted below ;)
------
The following custom formula will return the slope of a Linear Regression Line.
tp:=Input("Time Periods",1,200,21);
((tp*(Sum(Cum(1)*C,tp)))-(Sum(Cum(1),tp)*(Sum(C,tp))))/((tp*Sum(Pwr(Cum(1),2),tp))-Pwr(Sum(Cum(1),tp),2))