PureBytes Links
Trading Reference Links
|
Have a look throught the Users manual for the Ref() function. This
will help you out with your query.
To answer your question for you, you can do what are trying to
achieve a number of ways:
This way will achieve you aim, bit is a little clumsy and doesn't
look that neat:
ref(c,-1)>ref(mov(c,50,s),-1) and c>mov(c,50,s)
whereas this is a little neater:
x:=c>mov(c,50,s);
x and ref(x=1,-1)
Have a good read, also, of the Equis Formula Primer...
Hope this helps.
wabbit
<snip>
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/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/
|