PureBytes Links
Trading Reference Links
|
Hi Henry
Thanks for helping me out. I have 8.0 and eod.
Fredrik
----- Original Message -----
<BLOCKQUOTE
>
<DIV
>From:
Henry Z
Kaczmarczyk
To: <A
title=equismetastock@xxxxxxxxxxxxxxx
href="">equismetastock@xxxxxxxxxxxxxxx
Sent: Saturday, February 07, 2004 10:15
PM
Subject: [EquisMetaStock Group] Re: help
needed for code
Fredrik, what version of Metastock are you using?Do you
want this for real time or end of day?You will have to use the Security
function to get your valuesA1:=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;--- In
equismetastock@xxxxxxxxxxxxxxx, "Fredrik Levy" <f.levy@xxxx>
wrote:> Hi,> > I'm a newbie to metastock and haven't
learned to code yet...> > Does anybody have code for the
following??> > I'd like to plot a bar chart of the aggregate
price of, for example, five specific stocks and their volume. Stock 1's
close + stock 2's close + stock 3's close + stock 4's close + stock 5's
close divided by 5. And for the high and the low, as well.>
> > Fredrik
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.
|