PureBytes Links
Trading Reference Links
|
Henry
Thanks for this reply - it also helps me with a
question I had, one for which I can't finds an answer in the MS user's
manual.
I have a file called 'indu', in which I keep the
dow 30 and the NYSE advance line. I want to cite this advance line in a custom
indicator. However, I cannot find the actual pathname that this advance line is
stored under. I know I actually created it when I chose to create this security
in the firts place but I didn't write it down - how do I choose a security and
then display its pathname (I hope this term is correct)? i.e.
("c:\Metastock Data\indu/...??
thanks in adv.Nikku
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Henry Z
Kaczmarczyk
To: <A
title=equismetastock@xxxxxxxxxxxxxxx
href="">equismetastock@xxxxxxxxxxxxxxx
Sent: Saturday, February 07, 2004 4: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);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.
|