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 : Technical Analysis - Beginners -- Ignore unavailable to you. Want to Upgrade?


To: TA2K who wrote (8993)12/14/1998 12:12:00 PM
From: David Raine  Read Replies (3) | Respond to of 12039
 
Hi Nicholas,

I wish I could answer your question with some authority, but I'm pretty new at this stuff and wouldn't want to lead you in the wrong direction. I'll defer to someone else to answer...

However, I use the second of the following formulas (which came from the Equis website) to create a weekly MACD Histogram using daily data. Perhaps you can modify it to fit your needs? In case you're not familiar with the "histogram", it displays only one line instead of the usual two associated with an MACD. In the histogram, when the line crosses above "0", an MACD buy signal is indicated.

MACD Histogram

rev. 03/18/98

These two formulas are for the Dr. Alexander Elder indicators.

The custom formula for the MACD Histogram is:

( Mov( C,12,E ) - Mov( C,26,E ) ) - Mov( ( Mov( C,12,E ) - Mov( C,26,E ) ),9,E )

The custom formula for the Weekly MACD Histogram utilizing daily data is:

Mov(If(DayOfWeek()=5,C,Peak(1,If(DayOfWeek()=5,C,0),1)),60,E)-
Mov(If(DayOfWeek()=5,C,Peak(1,If(DayOfWeek()=5,C,0),1)),130,E)-
Mov(Mov(If(DayOfWeek()=5,C,Peak(1,If(DayOfWeek()=5,C,0),1)),60,E)-
Mov(If(DayOfWeek()=5,C,Peak(1,If(DayOfWeek()=5,C,0),1)),130,E),45,E)


I found this, and many other formulas here:

equis.com

Hope that helps,

David Raine
Vancouver