PureBytes Links
Trading Reference Links
|
Arun,
Henry Kaczmarczyk aka. Henry1224 came up with a method to enter a
date as one number rather than three. Be aware that the format that
you use can present some problems but its all discussed here:
http://forum.equis.com/forums/thread/17014.aspx
Hope this helps,
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, "arun103" <arun103@xxx> wrote:
>
> MetaStock allows for only 6 input functions. If a 7th input
function
> becomes necessary, how do you get around it? For instance if one is
> required to enter dates as shown below, 6 input functions are
already
> being used up and if a 7th input, say, for choice of plotting or
some
> calculation is required then how does one manage it?
>
> { Start date }
> sd:=Input("Enter Start Date-DD :",1,31,1);
> sm:=Input("Enter Start Month-MM :",1,12,1);
> sy:=Input("Enter Start Year-YYYY :",1800,2100,2000);
>
> { End date }
> ed:=Input("Enter End Date-DD :",1,31,1);
> em:=Input("Enter End Month-MM :",1,12,1);
> ey:=Input("Enter End Year-YYYY :",1800,2100,2008);
>
> Regards.
>
> Arun
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|