PureBytes Links
Trading Reference Links
|
Hi,
To do so you need to write a little bit more:
WriteVal( ValueWhen( buy, datenum() ), 0 );
or:
"Buy occured :" + WriteVal( ValueWhen( buy, year() ), 0) + "
- " + WriteVal( ValueWhen( buy, month() ), 0 ) + " - " + WriteVal(
ValueWhen( buy, day() ), 0 );
Best regards,
Tomasz Janeczko
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
David
Holzgrefe
To: <A title=amibroker@xxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Saturday, June 23, 2001 11:30
AM
Subject: [amibroker] commentary
code
Hi Tj and others
I was trying to a commentart to write the date
the the last buy occoured
"Buy: " + WriteVal(Buy);
Thanks DavidYour
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
|