PureBytes Links
Trading Reference Links
|
Thanks Henry, Dusant and Jay
I found the symbol for NYSE Advancing Issues by
looking in the Downloader - then I entered the data into a new custom
indicator.... looking forward to finally being able to refer to a 'security' in
a custom indicator...unfortunately a sign popped up saying that this function is
only available in Metastock Professional! Should have read your earlier series
of posts a little more closely, perhaps it was mentioned that you were talking
about MS Pro. Thanks anyway for the prompt responses. Nikku
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Henry Z
Kaczmarczyk
To: <A
title=equismetastock@xxxxxxxxxxxxxxx
href="">equismetastock@xxxxxxxxxxxxxxx
Sent: Saturday, February 07, 2004 10:11
PM
Subject: [EquisMetaStock Group] Re: where
is the pathname located?
Nikku,("c:\Metastock
Data\indu\...??security("C Drive:\location of your Data files\name of
industry group\symbol of asset",Data Array that you want)To find
the path of a file or folder clickStart/my computer/"Tools" on the
taskbar/Folder options/view/files and folders/check the box for Display
the full Path in the address Bar/click ok--- In
equismetastock@xxxxxxxxxxxxxxx, "nikku" <nikku@xxxx> wrote:>
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> >
> ----- Original Message ----- > From:
Henry Z Kaczmarczyk > To: 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 values> > A1:=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 Sponsor
>
ADVERTISEMENT>
>
> > > >
------------------------------------------------------------------------------>
Yahoo! Groups Links> > a.. To visit your
group on the web, go to:> <A
href="">http://groups.yahoo.com/group/equismetastock/>
> b.. To unsubscribe from this group, send an
email to:>
equismetastock-unsubscribe@xxxxxxxxxxxxxxx>
> c.. Your use of Yahoo! Groups is subject to
the Yahoo! Terms of Service.
Yahoo! Groups Sponsor
ADVERTISEMENT
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.
|