| 
 PureBytes Links 
Trading Reference Links 
 | 
Hi Rakesh,
Would you please explain how you use this BBB Oscillator as a buy or
sell signal? Thanks.
BBT= BBandTop(C, 12, 2 ); 
> BBB= BBandBot( C, 12, 2 ); 
> BB_OSC=(BBT-BBB)/(BBT+BBB)*100;
> TRGR=EMA(BB_OSC,5);
> 
> Plot(BB_OSC,"BBB_OSC",1);
> Plot(TRGR,"TRGR",2);
--- In amibroker@xxxxxxxxxxxxxxx, Rakesh Sahgal <rakeshsahgal@xxxx> wrote:
> Here is what I use:
> 
> BBT= BBandTop(C, 12, 2 ); 
> BBB= BBandBot( C, 12, 2 ); 
> BB_OSC=(BBT-BBB)/(BBT+BBB)*100;
> TRGR=EMA(BB_OSC,5);
> 
> Plot(BB_OSC,"BBB_OSC",1);
> Plot(TRGR,"TRGR",2);
> 
> HTH
> 
> R S
> --- pennellp2000 <pennellp2000@xxxx> wrote:
> 
> > do a search on the net for BB Bandwidth and BB
> > Percent ( or %BB or 
> > BB%). This should get you some good information and
> > Metastock 
> > formulas which are easy to convert to Amib          
> >    Phill
> > 
> > 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com
------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~-> 
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
Yahoo! Groups Links
<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
    amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 
 |