PureBytes Links
Trading Reference Links
|
<FONT face=Arial color=#0000ff
size=2>Corey,
<FONT face=Arial color=#0000ff
size=2>
Never
thought of trying that. Good idea which must help the Metastock developers
but not us.
I did
try ABS(), ROUND() and ADD() on each and some of the functions but the results
are the same.
<FONT face=Arial color=#0000ff
size=2>
Made
an error with my second observation though, instead of say 20001031 (Oct 31,
2000) I get 20001032 (Oct 32, 2000). In this case it adds 1! DOM on its
own generates 31.
<FONT face=Arial color=#0000ff
size=2>
A
temporal rift me thinks........
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>Steve
<BLOCKQUOTE dir=ltr
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
<FONT face=Tahoma
size=2>-----Original Message-----From:
owner-metastock@xxxxxxxxxxxxx [mailto:owner-metastock@xxxxxxxxxxxxx]On
Behalf Of C.S.Sent: 02 May 2001 20:39To:
metastock@xxxxxxxxxxxxxSubject: Re: Current
Day!
I tried the equation backwards to see if DDMMYYYY would
work.
<FONT
size=2>DOM:=DayOfMonth();MON:=Month();YR:=Year();YR+(MON*10000)+(DOM*1000000)
It works for the first day but not for the days at the end
of the month.
for 4/30/2001 I get 30042000 and not 30042001.
-Corey
<BLOCKQUOTE dir=ltr
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
----- Original Message -----
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black">From:
Steve Brann
To: <A title=metastock@xxxxxxxxxxxxx
href="mailto:metastock@xxxxxxxxxxxxx">metastock@xxxxxxxxxxxxx
Sent: Wednesday, May 02, 2001 9:36
AM
Subject: RE: Current Day!
Hi
L
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>Thanks. Version 7.02 end of day version.
<FONT face=Arial color=#0000ff
size=2>
I
am also getting results such as 20001032 (Oct 32nd, 2000) when I should
be getting 20001101 (Nov 1st,2000). Interesting
eh?
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>Steve
<BLOCKQUOTE dir=ltr
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
<FONT face=Tahoma
size=2>-----Original Message-----From: <A
href="mailto:owner-metastock@xxxxxxxxxxxxx">owner-metastock@xxxxxxxxxxxxx
[<A
href="mailto:owner-metastock@xxxxxxxxxxxxx">mailto:owner-metastock@xxxxxxxxxxxxx]On
Behalf Of Lionel IssenSent: 02 May 2001 14:52To:
metastock@xxxxxxxxxxxxxSubject: Re: Current
Day!
Steve:
This is an excellent concise
method.
What version are you using?
Lionel Issen<A
href="mailto:lissen@xxxxxxxxx">lissen@xxxxxxxxx
<BLOCKQUOTE dir=ltr
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
----- Original Message -----
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black">From:
Steve
Brann
To: <A
title=metastock@xxxxxxxxxxxxx
href="mailto:metastock@xxxxxxxxxxxxx">metastock@xxxxxxxxxxxxx
Sent: Wednesday, May 02, 2001 7:05
AM
Subject: Current Day!
<FONT face=Arial
size=2>Hi
<FONT face=Arial
size=2>
I use the
following in my explorations to denote the date of the last price data
in the format yyyymmdd;
<FONT face=Arial
size=2>
<FONT face=Arial
size=2>DayOfMonth()+(Month()*100)+(Year()*10000)
<FONT face=Arial
size=2>
However,
this fails if the date is the first of the month such as March 1st 2001,
instead of getting 20010301 I get 20010300!
<FONT face=Arial
size=2>
Has anyone
else experienced this and if so is there a solution? By the way,
using <FONT face=Arial
size=2>DayOfMonth() on its own produces
01.
<SPAN
class=632160112-02052001>
<SPAN
class=632160112-02052001>Thanks in advance
<SPAN
class=632160112-02052001>
<SPAN
class=632160112-02052001>Steve
|