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 |