PureBytes Links
Trading Reference Links
|
------------------------------------------------------------------------
You cannot reply to this message via email because you have chosen not
to disclose your email address to the group.
To reply: http://groups.yahoo.com/group/equismetastock/post?act=reply&messageNum=6136
------------------------------------------------------------------------
Gordon
Try something like
D:=ValueWhen(1,LLV(C,65)=C,DayOfMonth());
M:=ValueWhen(1,LLV(C,65)=C,Month());
Y:=ValueWhen(1,LLV(C,65)=C,Year());
D*1000000+M*10000+Y;
Roy
> I am trying, without success, to work out how to create a Date Function
> in Metastock EOD V8. I would like to be able to have a column in the
> Explorer that gives the date for say the lowest low over the last 65
> days. The LLV(Close,65) is easy enough but I don't see any Date Function
> to generate the date of the lowest low. I note the DayofWeek() etc
> functions but I am struggling to see how you harness these. Any
> guideance would be appreciated.
>
> Regards,
>
> Gordon Sutherland
>
>
> 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/
>
>
>
>
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/
|