PureBytes Links
Trading Reference Links
|
Hi David and All,
6.3 in WriteVal specify the formatting (write 6 chars in total
(space padded) and 3 decimal digits).
To get Highest Highg value of the last 260 periods
use
LastValue( HHV( High, 260 ) )
Best regards,
Tomasz Janeczko
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
David
Holzgrefe
To: <A title=amibroker@xxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Sunday, April 15, 2001 9:16
AM
Subject: [amibroker] guru
commentary
Hi TJ and other ami fans :)
TJ the following code is from you macd
commentary
it displays the results of high's and
lows <FONT
color=#ffffff>hhv( ARRAY,
periods )
what does the ,6.3 signify ?
how do i get it to write hh of the last 260 periods ?
"And has ranged from a high of
"+writeval(HHV(High,bars+1),6.3)+" to a low of
"+writeval(LLV(Low,bars+1),6.3);
Thanks DavidYour
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
|