PureBytes Links
Trading Reference Links
|
Jerry,
Try this:
A:= PDI(14);
B:= MDI(14);
A> REF(A,-1) AND CROSS(A,B)
This will only look for a one day increase. If you want more you can
add more conditions such as REF(A,-1) > REF(A,-2)
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, geraldnovak <no_reply@xxxx>
wrote:
> I just posted this on the other yahoo metastock group - forgive the
> double posting - just don't know where to go right now.
>
> I'm sure someone has done this before.
> i want to find those stocks where the DMI+ is increasing and just
> crossed the DMI- line.
>
> I've tried DX(14 ) >0 AND (Ref(DX(14),-1)< 0 OR Ref(DX(14),-2)
<
> 0 ) AND V>30000
> but that's not it.
>
> Anyone have an idea or two?
>
> Jerry
> gnovak@xxxx
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/Lj3uPC/Me7FAA/ySSFAA/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/
|