PureBytes Links
Trading Reference Links
|
Rick,
Yes it works that way because date is considered as
"end-of-day"
that's why you have to select previous day if working on
intraday data.
Will need to fix this in one of the future
versions.
Best regards,Tomasz Janeczkoamibroker.com
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
<A title=RickParsons@xxxx
href="">Rick Parsons
To: <A title=amibroker@xxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Cc: <A title=bugs@xxxx
href="">Bugs at Amibroker
Sent: Monday, October 07, 2002 7:00
PM
Subject: [amibroker] AA From and To
dates
Ver 4.17,
Esignal RT.
<FONT color=#000080
size=2>
Something
unexpected I noticed:
<FONT color=#000080
size=2>
Doing an
explore with Filter = 1; and setting the date range from 10/1/02 to 10/1/02
does not return anything.
<FONT color=#000080
size=2>
Setting the
date range from 9/30/02(Monday) to 10/1/02(Tuesday) returns only
10/1/02.
<FONT color=#000080
size=2>
Thisis
unexpected. I would expect the "From" date to be included in the
explore.
<FONT color=#000080
size=2>
Filter = 1<FONT
size=1>;
AddColumn(<FONT color=#0000ff
size=1>Hour(), <FONT color=#009300
size=1>"Hour", <FONT color=#ff00ff
size=1>1.2);
AddColumn( TimeOk, <FONT color=#009300
size=1>"TimeOk", format = <FONT color=#ff00ff
size=1>1.0 );
AddColumn( DataTime, <FONT color=#009300
size=1>"DataTime", format = <FONT color=#ff00ff
size=1>1.0 );
AddColumn( OptTime, <FONT color=#009300
size=1>"OptTime", format = <FONT color=#ff00ff
size=1>1.0 );
<FONT color=#000080
size=2>Thanks,
<FONT color=#000080
size=2>RickPost
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
|