PureBytes Links
Trading Reference Links
|
The 23 nested parentheses are redundant in the posted code.
jose '-)
http://www.metastocktools.com
--- In equismetastock@xxxxxxxxxxxxxxx, "hayseedville" <hayseed@xxxx>
wrote:
>
>
> hey nat.....quick thought here.....its likely you know this but some
> might not.... using that code from earlier gives equal weight to
> each component.... so if you try to copy say something like cnets
> storage index, your ending value will not be the same as theres.....
> giving extra weight for market cap or volume would require some more
> coding, that wouldn't much as it would be just repetitive.... below
> should be cnets storage index......h
>
> -------------------------------------------
> x:=Input("Momentum Periods",1,200,10);
>
> (Security("online:adic", C)+
> (Security("online:brcd", C)+
> (Security("online:cpci", C)+
> (Security("online:crds", C)+
> (Security("online:dram", C)+
> (Security("online:dss", C)+
> (Security("online:dtlk", C)+
> (Security("online:dvid", C)+
> (Security("online:emc", C)+
> (Security("online:exbt", C)+
> (Security("online:falc", C)+
> (Security("online:htch", C)+
> (Security("online:imn", C)+
> (Security("online:iom", C)+
> (Security("online:ntap", C)+
>
> (Security("ONLINE:ovrl", C)+
> (Security("ONLINE:qbak", C)+
> (Security("ONLINE:sndk", C)+
> (Security("ONLINE:sndt", C)+
> (Security("online:soso", C)+
> (Security("online:stk", C)+
> (Security("online:tdk", C)+
>
>
>
> (Security("ONLINE:wdc", C))))))))))))))))))))))))
>
> -----------------------------------------------
>
>
>
> --- In equismetastock@xxxxxxxxxxxxxxx, "nathanjr_my"
> <nathanjr_my@xxxx> wrote:
>
> Hi,
>
> Can anyone tell me the possibilty of creating a customize index
> using Metastock without corrupting the original data file?
>
> Pls Help!
>
> Cheers!
------------------------ Yahoo! Groups Sponsor --------------------~-->
What would our lives be like without music, dance, and theater?
Donate or volunteer in the arts today at Network for Good!
http://us.click.yahoo.com/Tcy2bD/SOnJAA/cosFAA/BefplB/TM
--------------------------------------------------------------------~->
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:
http://docs.yahoo.com/info/terms/
|