| 
 PureBytes Links 
Trading Reference Links 
 | 
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);
------------------------ 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/ 
 
 |