PureBytes Links
Trading Reference Links
|
Preston,
I use this code for inputting dates:
Never had any hassles.
D1:=Input("1
Date",010100,123199,010101);D2:=Input("2
Date",010100,123199,010101);Dt1:= If(Month()=(Int(D1/10000)) AND
DayOfMonth()=(Int(D1/100)-((Int(D1/10000))*100)) AND
Year()=(If(Mod(D1,100)>30,1900+Mod(D1,100),2000+Mod(D1,100))),1,0);Dt2:=
If(Month()=(Int(D2/10000)) AND DayOfMonth()=(Int(D2/100)-((Int(D2/10000))*100))
AND
Year()=(If(Mod(D2,100)>30,1900+Mod(D2,100),2000+Mod(D2,100))),1,0);DusantChief
Architect<A
href="">www.candlestrength.com
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
<A title=no_reply@xxxxxxxxxxxxxxx
href="">pumrysh
To: <A
title=equismetastock@xxxxxxxxxxxxxxx
href="">equismetastock@xxxxxxxxxxxxxxx
Sent: Wednesday, January 21, 2004 01:23
AM
Subject: [EquisMetaStock Group] Re:
Highest prices for the year
Jose',Thanks for
the formulas! One of the problems that I'm sure everyone will run into
is adjusting the input for the year. If you simply use the advance/decline
arrows you will get an input that will display 2000 as 2,000. Metastock
does not like the comma and to correct the problem you must remove it
before the input will be accepted. Seems like there should be an
easier way and I seem to remember a binary date code being posted
recently that solves the problem but can't seem to find it right now.
Maybe someone else will remember it and
post.Preston
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 the Yahoo! Terms of Service.
|