PureBytes Links
Trading Reference Links
|
<SPAN
class=316392513-05062003>Drazen,
take a
look at datnum description in help file. Datrenum is not mm/dd/yy
format.....
Regards,
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: dstricek12
[mailto:dstricek12@xxxxxxxx]Sent: Wednesday, June 04, 2003 2:34
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] Date
format in indicator windowHiI 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@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
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.
Yahoo! Groups Sponsor
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 the Yahoo! Terms of Service.
|