PureBytes Links
Trading Reference Links
|
1.2 is wrong - this is for numbers, not for dates. Dates should use
formatDateTime as I wrote already.
AddColumn(GetFnData("ExDividendDate"), "ExDivDate", formatDateTime);
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: MarkK
To: amibroker@xxxxxxxxxxxxxxx
Sent: Friday, December 15, 2006 12:26 PM
Subject: RE: [amibroker] GetFndata how the dates are displayed
Thank you
I am in uncharted waters here for me, and need a little more guidance
See that I need to format the time now
AddColumn( DateTime(), "Date / Time", formatDateTime );
Where I am lost now is where does this go in order to format the time?
I have, right now all I am able to get is the download date, and not the Exdividend date as per the following
AddColumn(ExDD,"ExDividendDate",1.2);
Where and now would I use the format line?
Thank you
Mark
------------------------------------------------------------------------------
From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of Tomasz Janeczko
Sent: Friday, December 15, 2006 4:19 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: Re: [amibroker] GetFndata how the dates are displayed
You need to use formatDateTime
http://www.amibroker.com/f?addcolumn
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: MarkK
To: amibroker@xxxxxxxxxxxxxxx
Sent: Friday, December 15, 2006 5:54 AM
Subject: [amibroker] GetFndata how the dates are displayed
I am looking at the following dates that are now being displayed in the AA window
Might be late or something but I can not understand how to read the dates, unless I am doing something wrong either the code of how I am reading them or trying to
Can anyone help me out?
Thank you
Mark
Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.15.20/588 - Release Date: 12/15/2006 10:02 AM
|