PureBytes Links
Trading Reference Links
|
Hi
Not very systematic in my use. Just watch out for a
value below the 3% range-that iindicates a squeeze is
coming into effect. Try to build a position based on
the stochastic when the squeezes explode. Standard 14
period 3 slowing stochastic in buy/sell zones i.e
above 70 for sell and below 30 for buy. Also if a
squueze explodes and the stochastic then goes for
instance into the oversold zone then try to buy if I
can get a Low outside the Bottom Bollinger.
HTH
R S
--- jism1992 <gdihia@xxxxxxxxxxx> wrote:
> 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
>
>
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/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/
|