PureBytes Links
Trading Reference Links
|
--- In equismetastock@xxxxxxxxxxxxxxx, Eduardo Gontan Pulgarin
<con051204@xxx> wrote:
>
> Hi Khalid,
>
> Strange, I've never had this problem; anyway, try this:
>
> ----------------------------------------
> %b
> ----------------------------------------
> A1:=CLOSE-BBandBot(CLOSE,20,S,2);
> A2:=If(A1=0,0.01,A1);
> (A2/(BBandTop(CLOSE,20,S,2)-BBandBot(CLOSE,20,S,2)))*100
> -----------------------------------------------------------------
------------------------------
>
> It should be fine now.
>
> Eduardo
>
>
>
> Khalid Masood <dr_khalidmasood@xxx> wrote:
> --- In equismetastock@xxxxxxxxxxxxxxx, Eduardo Gontan
Pulgarin
> <con051204@> wrote:
> >
> > Hi Khalid,
> >
> > Here try this:
> >
> > -----
> > %b
> > -----
> > ((CLOSE-BBandBot(CLOSE,20,S,2))/( BBandTop(CLOSE,20,S,2)-BBandBot
> (CLOSE,20,S,2)))*100
> > ----------------------------------------------------------
> ----------------------------------------------
> >
> > Just copy and paste it on your indicator builder.
> >
> > Eduardo.
> > Khalid Masood <dr_khalidmasood@> wrote:
> > I want code for %b indicator.
> > Please help & oblige
> >
> >
> >
> >
> >
> > Send instant messages to your online friends
> http://uk.messenger.yahoo.com
> >
> > [Non-text portions of this message have been removed]
> >
>
> Thanks Eduardo.
> There is minor problem when I run this code. It displays maths
> error: division by zero=16
> How to remove this error?
>
>
>
>
>
> Send instant messages to your online friends
http://uk.messenger.yahoo.com
>
> [Non-text portions of this message have been removed]
>
Hi Eduardo
Thanks, now this code is working fine. Thanks again.
Khalid Masood Karim
------------------------ Yahoo! Groups Sponsor --------------------~-->
Protect your PC from spy ware with award winning anti spy technology. It's free.
http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/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/
|