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 : TA-Quotes Plus

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: Bob Jagow who wrote (9585)5/31/1999 4:21:00 AM
From: Michael Watkins  Read Replies (1) of 11149
 
Mystery solved (mostly) - the following WOW/MSWIN formula appears to be compatible with QP2 / MSWIN Standard CCI (13 period) output:

(typ() - mov(typ(),13,s))/(.015*( abs(ref(typ(),0) - mov(typ(),13,s)) + abs(ref(typ(),-1) - mov(typ(),13,s))+ abs(ref(typ(),-2) - mov(typ(),13,s)) + abs(ref(typ(),-3) - mov(typ(),13,s))+ abs(ref(typ(),-4) - mov(typ(),13,s)) + abs(ref(typ(),-5) - mov(typ(),13,s))+ abs(ref(typ(),-6) - mov(typ(),13,s)) + abs(ref(typ(),-7) - mov(typ(),13,s))+ abs(ref(typ(),-8) - mov(typ(),13,s)) + abs(ref(typ(),-9) - mov(typ(),13,s))+ abs(ref(typ(),-10) - mov(typ(),13,s)) + abs(ref(typ(),-11) - mov(typ(),13,s))+ abs(ref(typ(),-12) - mov(typ(),13,s)) )/13)

Ah, if only I had for loops in WOW it would be easy to make this generic for different periods.

Michael
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext