[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[EquisMetaStock Group] Re: Bollinger Band of MACD



PureBytes Links

Trading Reference Links

--- In equismetastock@xxxxxxxxxxxxxxx, pumrysh <no_reply@xxxx> wrote:
> 
An alternative to copying this formula is to drag the standard MACD in
a window above your stock or index and then drag the Bollinger Band
indcator over the MACD. I accompishes the same thing!...only better... :)

Try this:
> 
> A1:=Mov(C,12,E)-Mov(C,26,E); 
> BBtop:=BBandTop(A1,10,E,1); 
> BBmid:=A1; 
> BBbot:=BBandBot(A1,10,E,1);
> BBtop;BBmid;BBbot; 
> 
> 
> --- In equismetastock@xxxxxxxxxxxxxxx, "aaapittsburgh" 
> <aaapittsburgh@xxxx> wrote:
> > I found the TS code for this indicator:
> > 
> > inputs: 
> > 	FastLen( 12), 
> > 	SlowLen( 26), 
> > 	Length(  10 ),
> > 	StDv(1);
> > 
> > VARS:
> > 	BB_Macd(0),
> > 	Avg(0),
> > 	SDev(0),
> > 	Upper_band(0),
> > 	Lower_band(0);	 
> > 
> > BB_Macd= MACD( Close, FastLen, SlowLen ) ;
> > Avg = XAverage(BB_Macd,Length);
> > SDev = StdDev( BB_Macd, Length ) ;
> > Upper_Band = Avg + StDv * SDev ;
> > Lower_Band = Avg - StDv * SDev ;
> > 
> > Plot1(BB_Macd);
> > Plot2(Upper_Band);
> > Plot3(Lower_Band);
> > 
> > Can anyone convert it to MS?  Any help would be much appreciated.






------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a difference. Find and fund world-changing projects at GlobalGiving.
http://us.click.yahoo.com/PcNrnD/PbOLAA/cosFAA/BefplB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/equismetastock/

<*> To unsubscribe from this group, send an email to:
    equismetastock-unsubscribe@xxxxxxxxxxxxxxx

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/