PureBytes Links
Trading Reference Links
|
Jose just FYI
When I copied to the indicator a popup shows:
This function is only available on metastock Professional.
Probably works only with professional version, I use V 8 EOD.
Thanks
Tony
--- In equismetastock@xxxxxxxxxxxxxxx, "Jose Silva" <josesilva22@xxx>
wrote:
>
> Rahul, try something like this:
>
> ---8<---------------
> { Security reference }
> x:=Security("MSFT",C);
> y:=Security("INTC",C);
> z:=Security("IBM",C);
>
> { Composite formula }
> composite:=x*10-(y+z);
>
> { Plot in own window }
> composite
> ---8<---------------
>
>
> jose '-)
> http://www.metastocktools.com
>
>
>
>
> --- In equismetastock@xxxxxxxxxxxxxxx, "rahul100" <rahul100@> wrote:
> >
> > Hi
> >
> > Is it possible to create a composite (real time) with 3
securaties in
> > metastock?
> >
> > I know the downloader lets you create one with 2, but i need 3,
and
> > need to run a custom indicator on the data so would actually need
a
> > ticker with the data.
> >
> > either in metastock or using an external app
> >
> > Eg (MSFT*10)-(INTC+IBM)
> >
> > thanks in advance for your help
> >
> > Rahul
>
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|