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: TechTrader42 who wrote (2695)12/10/1997 10:05:00 PM
From: Bob Sage  Read Replies (2) of 11149
 
Brooke,

Try this in WOW for a variation on Richard's MACD 13/34/89. Set up a new indicator and cut & paste the following formulas one at a time.

Formula list 1.

if(mov(C,13,e)-mov(C,34,e) - mov((mov(C,13,e)-mov(C,34,e)),89,e) <
ref(mov(C,13,e)-mov(C,34,e) - mov((mov(C,13,e)-mov(C,34,e)),89,e),-1),
mov(C,13,e)-mov(C,34,e) - mov((mov(C,13,e)-mov(C,34,e)),89,e),0 )

Formula list 2.

if(mov(C,13,e)-mov(C,34,e) - mov((mov(C,13,e)-mov(C,34,e)),89,e) >
ref(mov(C,13,e)-mov(C,34,e) - mov((mov(C,13,e)-mov(C,34,e)),89,e),-1),
mov(C,13,e)-mov(C,34,e) - mov((mov(C,13,e)-mov(C,34,e)),89,e),0 )

Plot type for both - histogram

Perhaps I should have posted this on the WOW thread but you have a good discussion going here.

Have fun.

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