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 : MDA - Market Direction Analysis -- Ignore unavailable to you. Want to Upgrade?


To: westes who wrote (51988)5/24/2000 6:27:00 PM
From: Les H  Respond to of 99985
 
LaVerne's Coppock files

Message 12467332

I use the following code in AIQ but have it also in MetaStock for weekly plots. ROCxx is rate of change of close for xx periods. Coppock is 10-week moving average of the sum of ROC14 and ROC11.

ROC14 is ([Close]-val([Close],14)) / val([Close],14).
ROC11 is ([Close]-val([Close],11)) / val([Close],11).
Coppock is SimpleAvg(ROC14+ROC11,10).

It does pretty well for the daily charts but most use it for weekly or monthly analysis of the market indices.