PureBytes Links
Trading Reference Links
|
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="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
----- Original Message -----
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black">From:
Steve Brann
To: <A
href="mailto:metastock@xxxxxxxxxxxxx"
title=metastock@xxxxxxxxxxxxx>metastock@xxxxxxxxxxxxx
Sent: Wednesday, May 02, 2001 9:36
AM
Subject: RE: Current Day!
Hi
L
<FONT color=#0000ff face=Arial
size=2>
<FONT color=#0000ff face=Arial
size=2>Thanks. Version 7.02 end of day version.
<FONT color=#0000ff face=Arial
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 color=#0000ff face=Arial
size=2>
<FONT color=#0000ff face=Arial
size=2>Steve
<BLOCKQUOTE dir=ltr
style="BORDER-LEFT: #0000ff 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px">
<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="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
----- Original Message -----
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black">From:
Steve
Brann
To: <A
href="mailto:metastock@xxxxxxxxxxxxx"
title=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 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
|