PureBytes Links
Trading Reference Links
|
Here is the line chart of the BPI.
View only on ticker ~bullpercent
Cheers,
Graham
http://e-wire.net.au/~eb_kavan/
// BPI Chart - Line Chart
// Use the composite ticker ~BullPercent produced in "BPI System Base"
// Graham Kavanagh 01 Jul 2004
Plot(C/V*100, "BPI", colorRed, styleLine);
Title = Name() + " " + Date() + ": BPI Line Chart, BPI = "+
WriteVal(C/V*100,1.1) + "% : Number of Stocks = " + V + " : Number of Bull
Signals = " + C;
------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|