PureBytes Links
Trading Reference Links
|
Thanks Graham, that code below
doesn't seems to work. If your refering to the If/Else statement then yes there
are other ways of doing this using the WriteIf function but If/Else statement is
natively part of the AFL language.
Regards,William Peters<A
href="">www.amitools.com
<FONT face=Tahoma
size=2>-----Original Message-----From: Graham
[mailto:gkavanagh@xxxxxxxxxxxxx]Sent: Sunday November 16, 2003 3:48
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: RE: [amibroker]
Custom volume indicator (was Re: Visible bars)
Could you also write this
as straight afl without the loop
HighestVolume =
highestsince(barindex()==Barvisible);
Titletext = Writeif(
highestvolume>999999," (x1000)", "" );
Cheers,Graham<A
href="">http://groups.msn.com/ASXShareTrading<A
href="">http://groups.msn.com/FMSAustralia
Yahoo! Groups Sponsor
ADVERTISEMENT
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.
|