PureBytes Links
Trading Reference Links
|
great thanks pumrysh
--- pumrysh <no_reply@xxxxxxxxxxxxxxx> wrote:
> In the Indicator Builder:
>
> {le corbeau masque : m2}
> pds:=Input("set lookback period",1,99,20);
> Q10:=
>
(BBandTop(C,10,S,2)-BBandBot(C,10,S,2))/(Mov(C,10,S));
> Q20:=
>
(BBandTop(C,20,S,2)-BBandBot(C,20,S,2))/(Mov(C,20,S));
> Q:=
>
(BBandTop(C,pds,S,2)-BBandBot(C,pds,S,2))/(Mov(C,pds,S));
> Q; {end}
>
>
>
>
> To call the fmlvar use:
>
> Fml( "le corbeau masque : m2"){defaults to the value
> of Q}
> or
> FmlVar("le corbeau masque : m2","PDS"){defaults to
> the value of 20}
> or
> FmlVar("le corbeau masque : m2","Q") {gives the
> value of Q}
> or
> FmlVar("le corbeau masque : m2","Q10") {gives the
> value of Q10}
> or
> FmlVar("le corbeau masque : m2","Q20") {gives the
> value of Q20}
>
>
>
> Preston
>
>
>
>
> --- In equismetastock@xxxxxxxxxxxxxxx, le corbeaux
> masque
> <lecorbeauxmasque7@xxxx> wrote:
> >
> > would any one be so kind to
> > give a little example of how to use the fmlvar
> > formula, i tried this :
> > FmlVar("le corbeau masque : m2","10")
> >
> > but got no results
> >
> > here is the m2 function :
> > q:=Input("set loockback period",1,99,20);
> > (BBandTop(C,q,S,2)-BBandBot(C,q,S,2))/(Mov(C,q,S))
> >
> > thanks in advance
> >
> > __________________________________
> > Do you Yahoo!?
> > Yahoo! SiteBuilder - Free web site building tool.
> Try it!
> > http://webhosting.yahoo.com/ps/sb/
>
>
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
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/
|