View Single Post
  #7 (permalink)  
Old 08-04-2006, 04:33 PM
apfx's Avatar
apfx apfx is offline
Junior Member
 
Join Date: Dec 2005
Posts: 18
apfx is on a distinguished road
Quote:
Originally Posted by hidethereal
It's the MACD with histogram and the OSMA histogram (difference of histogram and signal line on MACD). You ahve to look close but there is purple under the blue histogram.


Anyone have this? Or can someone create it? I can pay through paypal if it's too difficult to make for free.
Come on man, there are 3 arrays:
1. macd: EMA(close,12)-EMa(Close,26) > displayed as blue histogram
2. signal: EMA(macd,9) >displayed as red line
3. macd histogram : macd- signal >displayed as purple histogram

Last edited by apfx; 08-04-2006 at 04:37 PM.
Reply With Quote