PureBytes Links
Trading Reference Links
|
Instead of C type in Typical and you get the hole pricebar I think, but I
am not sure.
Lars
At 21:50 2004-02-22, you wrote:
I
know how to plot a barchart of stocks in my database. I was referring to
the code supplied beneath, when constructing my own index or plotting the
aggregate price of, for example, five different stocks (The Wyckoff Wave
Chart).
A1:=security("c:\Metastock
Data\Sample\IBM",C);
A2:=security("c:\Metastock Data\Sample\Dell",C);
A3:=security("c:\Metastock Data\Sample\MSFT",C);
A4:=security("c:\Metastock Data\Sample\CSCO",C);
A5:=security("c:\Metastock Data\Sample\PSFT",C);
D:=(A1+A2+A3+A4+A5)/5;
D;
This code gives me a line chart of
the close. I added code for the H, L and O, and still, I am curious as to
how to plot this as a bar chart. All I get is four lines...
Or, does anyone know of an
"index builder" where I can specify my own stocks?
Fredrik
----- Original Message -----
From:
JayTownsend@xxxxxxx
To: equismetastock@xxxxxxxxxxxxxxx
Sent: Sunday, February 22, 2004 7:03 PM
Subject: Re: [EquisMetaStock Group] Re: help needed for code
In a message dated 2/22/2004 7:09:02 AM Pacific Standard Time, f.levy@xxxxxxxxx writes:
How do I go about making a bar chart of the C, H, L and O prices?
Is there another way of constructing your own index..?
Regards,
Fredrik
Open a chart with the clean template - clean.mwt. Read the manual on how to do that, or, use the Help system.
Jay
Yahoo! Groups Links
To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/equismetastock/
To unsubscribe from this group, send an email to:equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|