PureBytes Links
Trading Reference Links
|
Hi Guys,
Could I please pose a question.
There has been some discussion lately on the usage of the Cross function to mark
when a stock has closed above a moving average. The Cross command will mark
the first instance the condition is true and will then not 'keep on marking this'.
I have been trying to use the cross function to mark the first time the expression
below is true but without much success.
L>Mov(C,10,S) And Ref(L,-1)>Mov(Ref(C,-1),10,S)
All I want to do is mark the first time that there are two lows which exceed the 10 day
simple moving average.
I can do it as follows
cross( Low, mov(Close,10,s) ) And cross( Ref(Low,-1), mov(Ref(Close,-1),10,s) )
but was wondering if there is a better way.
Regards
Steve
------------------------ 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/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/
|