| 
 PureBytes Links 
Trading Reference Links 
 | 
You cannot reply to this message via email because you have chosen not
to disclose your email address to the group.  Please use this
page to reply.
 
Try this,
 
1stEMA:= Input("1stEMA",1,40,12);2ndEMA:= 
Input("2ndEMA",1,40,26);Signal:= 
Input("Signal",1,20,9);Mov(C,1stEMA,E)-Mov(C,2ndEMA,E);Mov(Mov(C,1stEMA,E)-Mov(C,2ndEMA,E),1,E);Mov(Mov(C,1stEMA,E)-Mov(C,2ndEMA,E),Signal,E);0
 
You will need to set up the histogram and colors to 
match the Metastock MACD plot.
I use - 
Mov(Mov(C,1stEMA,E)-Mov(C,2ndEMA,E),Signal,E); - to plot a curve so 
when
you make the histogram, you still have a line so 
you can easily see the Histogram
line crossover.
 
- B
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  ----- Original Message ----- 
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black">From: 
  <A title=no_reply@xxxxxxxxxxxxxxx 
  href="mailto:no_reply@xxxxxxxxxxxxxxx">alameh101 
  To: <A 
  title=equismetastock@xxxxxxxxxxxxxxx 
  href="mailto:equismetastock@xxxxxxxxxxxxxxx">equismetastock@xxxxxxxxxxxxxxx 
  
  Sent: Monday, September 30, 2002 5:07 
  PM
  Subject: [EquisMetaStock Group] Re: MACD 
  formula
  Thanks Joe. Does the price oscillator have the same 
  function as MACD?I am trying to use it in 
  4MACD.alan--- In <A 
  href="mailto:equismetastock@x">equismetastock@x..., "Joe J." <<A 
  href="mailto:jojab@x">jojab@x...> wrote:> Use the price 
  oscillator function.  MACD values are fixed in Equis.>  
  > Joe J.> > -----Original Message-----> From: 
  alameh101 [mailto:no_reply@xxxx]> Sent: Monday, September 30, 2002 4:54 
  PM> To: equismetastock@xxxx> Subject: [EquisMetaStock Group] 
  MACD formula> > > Is it possible to change the long & 
  short period from 26 & 12 to > other numbers in MACD 
  indicator?> > Alan> > > > Yahoo! 
  Groups Sponsor      > > 
  ADVERTISEMENT>  > <<A 
  href="http://rd.yahoo.com/M=219695.2310151.3725769.2113459/D=egroupweb/S=17">http://rd.yahoo.com/M=219695.2310151.3725769.2113459/D=egroupweb/S=1705> 
  375617:HM/A=1226184/R=0/*<A 
  href="http://ad.doubleclick.net/jump/N879.ameritrad">http://ad.doubleclick.net/jump/N879.ameritrade.> 
  yahoo/B1054521.11;sz=300x250;adc=ZHS;ord=1033430042?> 
        >  > <<A 
  href="http://us.adserver.yahoo.com/l?">http://us.adserver.yahoo.com/l?M=219695.2310151.3725769.2113459/D=egrou> 
  pmail/S=:HM/A=1226184/rand=346291620>       
  > > To unsubscribe from this group, send an email to:> 
  equismetastock-unsubscribe@xxxx> > > > Your use of 
  Yahoo! Groups is subject to the Yahoo! Terms of Service> <<A 
  href="http://docs.yahoo.com/info/terms/">http://docs.yahoo.com/info/terms/> 
  .To 
  unsubscribe from this group, send an email 
  to:equismetastock-unsubscribe@xxxxxxxxxxxxxxxYour 
  use of Yahoo! Groups is subject to the <A 
  href="http://docs.yahoo.com/info/terms/">Yahoo! Terms of Service. 
Yahoo! Groups Sponsor
ADVERTISEMENT
To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
 |