PureBytes Links
Trading Reference Links
|
thanks henry;
somehow i was convinced the valuewhne(n,k,d)
would just return the value of d n bars b4 the
condition was meet and not, as it does,
the nth time the condition was met
thanks i was pulling my hairs on trying to circle the
problem.....
--- Henry Z Kaczmarczyk <henry1224@xxxxxxxxx> wrote:
> --- In equismetastock@xxxxxxxxxxxxxxx,
> JayTownsend@xxxx wrote:
> > In a message dated 9/14/2003 11:34:26 AM Pacific
> Daylight Time,
> > lecorbeauxmasque7@xxxx writes:
> >
> > > hi all,
> > >
> > > i was wondering whetever it was possible
> > > to reference the "valuewhen(n,K,d)" funtion not
> > > the last time K occured but to 1 time preceeding
> it...
> > > i tried "ref(valuewhen,k,d),-1)" and
> > > "valuewhen(n,ref(k,-1),d)" but it doesn't seem
> to
> > > work....
> > > (aldo i can't be sure as the inner window is
> simply
> > > empty whereas it was supoed to show "d"....
> > > any1 has an idea ?
> > >
> > > thanks in advance
> > >
> >
> > If your formula really was:
> "ref(valuewhen,k,d),-1)" then there is
> a missing
> > parenthesis.
> >
> > From MetaStock the valuewhen formula is:
> "ValueWhen( , , )"
> >
> > Then the "ref(ValueWhen( , , ),-1)" (with your
> parameters in the
> valuewhen)
> > should work.
> >
> > Jay
>
> Valuewhen(1,K,d) is the value of d on the most
> recent occurance of
> K,
> Valuewhen(2,K,d) is the value of d on the 2nd most
> recent occurance
> of K,
> Valuewhen(3,K,d) is the value of d on the 3rd most
> recent occurance
> of K.
>
> depending on how you would use the D function will
> alter the value
> of D if you use Ref(Valuewhen(1,K,d),-1)IE: MA or a
> constant value
>
>
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for Your HP, Epson, Canon or Lexmark
Printer at Myinks.com. Free s/h on orders $50 or more to the US & Canada. http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/l.m7sD/LIdGAA/qnsNAA/BefplB/TM
---------------------------------------------------------------------~->
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/
|