PureBytes Links
Trading Reference Links
|
don't forget the brackets
(H+L+C)/3
regards
HannesFredrik Levy <f.levy@xxxxxxxxx> wrote:
The typical price works like this: H+L+C/3. It won't do the job, thanks anyway.
Fredrik
----- Original Message -----
From: Lars Widlund
To: equismetastock@xxxxxxxxxxxxxxx
Sent: Monday, February 23, 2004 10:56 AM
Subject: Re: [EquisMetaStock Group] Re: help needed for code
Instead of C type in Typical and you get the hole pricebar I think, but I am not sure.LarsAt 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,
FredrikOpen 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.
Mit schönen Grüßen von Yahoo! Mail.
Für die Bilder Ihrer Lieben - Yahoo! Fotos - kostenlos!
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.
|