PureBytes Links
Trading Reference Links
|
If you check the help files you will find that datenum() is a number
sequence based on the date. Eg 3rd June 2003 is 1030603 3rdJun1999 is 990603
Cheers,
Graham
http://groups.msn.com/ASXShareTrading
http://groups.msn.com/FMSAustralia
-----Original Message-----
From: dstricek12 [mailto:dstricek12@xxxxxxxx]
Sent: Thursday, 5 June 2003 2:34 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Date format in indicator window
Hi
I m having problemms with DATE in my formula. Trying to disply date
in ddmmyy format but alas Date is displayed in weird format..I tried
other combinations but obviously im missing something! What that
could be ?
Thnx for your time and help !
Drazen
/* Price Plot in indicator window */
dnum=DateNum();
Plot (dnum,"Date",colorTeal,styleNoLine|styleOwnScale); // ddmmyy
Plot (O,"O",colorBlue,styleNoLine|styleOwnScale);
Plot (H,"H",colorGreen,styleNoLine|styleOwnScale);
Plot (L,"L",colorRed,styleNoLine|styleOwnScale);
Plot (Close,"C",colorGreen,styleBar);
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/Lj3uPC/Me7FAA/ySSFAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|