[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

*****SPAM***** Re: [EquisMetaStock Group] Helps required



PureBytes Links

Trading Reference Links

SPAM: -------------------- Start SpamAssassin results ----------------------
SPAM: This mail is probably spam.  The original message has been altered
SPAM: so you can recognise or block similar unwanted mail in future.
SPAM: See http://spamassassin.org/tag/ for more details.
SPAM: 
SPAM: Content analysis details:   (5.1 hits, 5 required)
SPAM: FROM_NAME_NO_SPACES (-0.1 points) From: no spaces in name
SPAM: MAY_BE_FORGED      (1.6 points)  'Received:' has 'may be forged' warning
SPAM: FORGED_RCVD_FOUND  (0.0 points)  Possibly-forged 'Received:' header found
SPAM: DOUBLE_CAPSWORD    (1.1 points)  BODY: A word in all caps repeated on the line
SPAM: SPAM_REDIRECTOR    (1.7 points)  URI: Uses open redirection service
SPAM: SUPERLONG_LINE     (0.4 points)  BODY: Contains a line >=199 characters long
SPAM: MAILTO_LINK        (0.8 points)  BODY: Includes a URL link to send an email
SPAM: WEB_BUGS           (-0.4 points) BODY: Image tag with an ID code to identify you
SPAM: 
SPAM: -------------------- End of SpamAssassin results ---------------------

------=_NextPart_000_007A_01C275C9.30C3A680
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Thanks Joe for your help and concern.

I just want to plot an indicator shifted(a few periods) to the right of the=
 last price(Line, bar or candlestick)
and it is not meant for calculation.

Anyway Roy has informed me that it could not be done in Metastock.

Thanks a million to you, Pumrysh and Roy too

Peh

{Can't be done in MetaStock as far as I am aware UNLESS you load dummy data
for the future dates.   Roy)


  ----- Original Message -----=20
  From: Joe J.=20
  To: equismetastock@xxxxxxxxxxxxxxx=20
  Sent: Thursday, October 17, 2002 12:29 AM
  Subject: RE: [EquisMetaStock Group] Helps required


  Peh,
=20=20=20
  You may already know this but MS does allow one to displace the moving av=
erages forward as you have described, they just aren't displayed.  This may=
 or may not be important to you.  If you are looking to use the displaced m=
oving averages to compute something or analyze a security today based on th=
e shifted moving averages (ala Bill Williams, for example).  This can be do=
ne.  I suspect this might be the case.  Why don't you share more about what=
 you are trying to do specifically and we'll see if there is a solution.
=20=20=20
  Good Trading,
=20=20=20
  Joe J.
    -----Original Message-----
    From: Roy Larsen [mailto:rlarsen@xxxxxxxxxxxxxx]
    Sent: Wednesday, October 16, 2002 2:38 AM
    To: equismetastock@xxxxxxxxxxxxxxx
    Subject: Re: [EquisMetaStock Group] Helps required


    Peh

    Can't be done in MetaStock as far as I am aware UNLESS you load dummy d=
ata
    for the future dates.

    Roy

    ----- Original Message -----
    From: "skpeh" <nmpe@xxxxxxxxxxxx>
    To: <equismetastock@xxxxxxxxxxxxxxx>
    Sent: Wednesday, October 16, 2002 8:35 PM
    Subject: Re: [EquisMetaStock Group] Helps required


    Hi Roy Larsen,

    Thanks for your reply with formula for the displaced MA.

    What I actually want:

    The MA is physically shifted to the right, beyond the last price bar
    (candlestick or line).

    For example, 3 period displaced 3-day MA -----
                --- the last 3 values for 3-day MA is plotted 3 days
                        to the right of last price, beyond the last price.

    I appreciate your help very much
    Thanks a million.

    Peh



      ----- Original Message -----
      From: Roy Larsen
      To: equismetastock@xxxxxxxxxxxxxxx
      Sent: Wednesday, October 16, 2002 11:40 AM
      Subject: Re: [EquisMetaStock Group] Helps required


      Peh

      Example of how to display the last (and unseen) value of the displace=
d
      signal.

        {Displace Indicator Forward}
      Period:=3D Input("What Period",1,250,10);
      Disp:=3D Input("Forward Displacement",0,250,10);
      EMA1:=3D Mov(MP(),Period,E);
      EMA2:=3D Mov(EMA1,Period,E);
      Difference:=3D EMA1 - EMA2;
      ZeroLagEMA:=3D EMA1 + Difference;
        {RL Last Bar View}
      Signal:=3DZeroLagEMA;
      Period2:=3DInput("LastValue Periods",1,250,10);
      LastBar:=3DLastValue(Cum(1)-(Period2-1))=3DCum(1);
      ValueWhen(1,LastBar,LastValue(Signal));
      Ref(ZeroLagEMA,-Disp);

      Roy

      ----- Original Message -----
      From: "skpeh" <nmpe@xxxxxxxxxxxx>
      To: <equismetastock@xxxxxxxxxxxxxxx>
      Sent: Wednesday, October 16, 2002 3:56 PM
      Subject: Re: [EquisMetaStock Group] Helps required


      Thanks Pumrysh,

      This formula does not shift MA few days to the right but just
      disappear .

      What i need one is it will shift MA and show few days to the right as
    well.

      Peh.
        ----- Original Message -----
        From: pumrysh
        To: equismetastock@xxxxxxxxxxxxxxx
        Sent: Wednesday, October 16, 2002 1:00 AM
        Subject: Re: [EquisMetaStock Group] Helps required



        ?????

        http://eis.pl/kr/AFM/e-w-Displace_Indicator_Forward.html

        Use the "ref"



        --- In equismetastock@xxxx, "skpeh" <nmpe@xxxx> wrote:
        > Hi Pumrysh  and all,
        >
        > Thank you so much for the reply and information.
        >
        > However I could not locate any formula which can shift any
        indicator , e.g. moving averages, to the right by a few (periods)
        days/weeks/month.
        >
        > Thank you
        >
        > Peh
        >
        >   ---- Original Message -----
        >   From: skpeh
        >   To: equismetastock@xxxx
        >   Sent: Monday, October 14, 2002 4:16 PM
        >   Subject: [EquisMetaStock Group] Helps required
        >
        >
        >   Hi Pumrysh  and all,
        >
        >   I am new to metastock and seek your help in solving the followi=
ng:
        >
        >
        >   Where can i have the formula for:
        >           " displaced moving average"
        >                   - shifting moving averages a few periods to the
        right
        >
        >   How do i construct:
        >           " linear regression channel?
        >               -    upper and lower channel
        >
        >   How can go about in exploring favorites securities (in favorite
        folder)?
        >
        >
        >   Thank you
        >   Peh
        >
        >
        >
        >
        >         Yahoo! Groups Sponsor
        >               ADVERTISEMENT
        >
        >
        >
        >
        >   To unsubscribe from this group, send an email to:
        >   equismetastock-unsubscribe@xxxx
        >
        >
        >
        >   Your use of Yahoo! Groups is subject to the Yahoo! Terms of
        Service.


              Yahoo! Groups Sponsor
                    ADVERTISEMENT




        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=
.





            Yahoo! Groups Sponsor
                  ADVERTISEMENT




      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.






    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.=20


        Yahoo! Groups Sponsor=20
              ADVERTISEMENT
=20=20=20=20=20=20=20=20=20=20=20=20=20
=20=20=20=20=20=20=20
=20=20=20=20=20=20=20

  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.=20


------=_NextPart_000_007A_01C275C9.30C3A680
Content-Type: text/html; charset=US-ASCII
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2919.6307" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<hr>
You cannot reply to this message via email because you have chosen not
to disclose your email address to the group.  Please use this
page to reply.<br>
 
<hr>
<br>


<DIV><FONT face="Times New Roman"><TT>Thanks Joe for your help and 
concern.</TT></FONT></DIV>
<DIV><TT></TT>&nbsp;</DIV>
<DIV>I just want to plot an indicator shifted(a few periods) to the right of the 
last price(Line, bar or candlestick)</DIV>
<DIV>and it is not meant for calculation.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Anyway Roy has informed me that it could not be done in Metastock.</DIV>
<DIV><TT></TT>&nbsp;</DIV>
<DIV><FONT face=Arial size=4><TT>Thanks a million to you, Pumrysh and Roy 
too</TT></FONT></DIV>
<DIV><FONT face=Arial size=2><TT></TT></FONT>&nbsp;</DIV>
<DIV><TT>Peh<BR><BR>{Can't be done in MetaStock as far as I am aware UNLESS you 
load dummy data<BR>for the future dates.&nbsp;&nbsp; Roy)<BR><BR></DIV></TT>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  Joe J. </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  href="mailto:equismetastock@xxxxxxxxxxxxxxx"; 
  title=equismetastock@xxxxxxxxxxxxxxx>equismetastock@xxxxxxxxxxxxxxx</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, October 17, 2002 12:29 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> RE: [EquisMetaStock Group] Helps 
  required</DIV>
  <DIV><BR></DIV>
  <DIV><SPAN class=579562316-16102002><FONT color=#0000ff face=Arial 
  size=2>Peh,</FONT></SPAN></DIV>
  <DIV><SPAN class=579562316-16102002><FONT color=#0000ff face=Arial 
  size=2></FONT></SPAN>&nbsp;</DIV>
  <DIV><SPAN class=579562316-16102002><FONT color=#0000ff face=Arial size=2>You 
  may already know this but MS does allow one to displace the moving averages 
  forward as you have described, they just aren't displayed.&nbsp; This may or 
  may not be important to you.&nbsp; If you are looking to use the displaced 
  moving averages to compute something&nbsp;or analyze a security today based on 
  the shifted moving averages (ala Bill Williams, for example).&nbsp; This can 
  be done.&nbsp; I suspect this might be the case.&nbsp; Why don't you share 
  more about what you are trying to do specifically and we'll see if there is a 
  solution.</FONT></SPAN></DIV>
  <DIV><SPAN class=579562316-16102002><FONT color=#0000ff face=Arial 
  size=2></FONT></SPAN>&nbsp;</DIV>
  <DIV><SPAN class=579562316-16102002><FONT color=#0000ff face=Arial size=2>Good 
  Trading,</FONT></SPAN></DIV>
  <DIV><SPAN class=579562316-16102002><FONT color=#0000ff face=Arial 
  size=2></FONT></SPAN>&nbsp;</DIV>
  <DIV><SPAN class=579562316-16102002><FONT color=#0000ff face=Arial size=2>Joe 
  J.</FONT></SPAN></DIV>
  <BLOCKQUOTE>
    <DIV align=left class=OutlookMessageHeader dir=ltr><FONT face=Tahoma 
    size=2>-----Original Message-----<BR><B>From:</B> Roy Larsen 
    [mailto:rlarsen@xxxxxxxxxxxxxx]<BR><B>Sent:</B> Wednesday, October 16, 2002 
    2:38 AM<BR><B>To:</B> equismetastock@xxxxxxxxxxxxxxx<BR><B>Subject:</B> Re: 
    [EquisMetaStock Group] Helps 
    required<BR><BR></FONT></DIV><TT>Peh<BR><BR>Can't be done in MetaStock as 
    far as I am aware UNLESS you load dummy data<BR>for the future 
    dates.<BR><BR>Roy<BR><BR>----- Original Message -----<BR>From: "skpeh" 
    &lt;nmpe@xxxxxxxxxxxx&gt;<BR>To: 
    &lt;equismetastock@xxxxxxxxxxxxxxx&gt;<BR>Sent: Wednesday, October 16, 2002 
    8:35 PM<BR>Subject: Re: [EquisMetaStock Group] Helps required<BR><BR><BR>Hi 
    Roy Larsen,<BR><BR>Thanks for your reply with formula for the displaced 
    MA.<BR><BR>What I actually want:<BR><BR>The MA is physically shifted to the 
    right, beyond the last price bar<BR>(candlestick or line).<BR><BR>For 
    example, 3 period displaced 3-day MA 
    -----<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    --- the last 3 values for 3-day MA is plotted 3 
    days<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    to the right of last price, beyond the last price.<BR><BR>I appreciate your 
    help very much<BR>Thanks a million.<BR><BR>Peh<BR><BR><BR><BR>&nbsp; ----- 
    Original Message -----<BR>&nbsp; From: Roy Larsen<BR>&nbsp; To: 
    equismetastock@xxxxxxxxxxxxxxx<BR>&nbsp; Sent: Wednesday, October 16, 2002 
    11:40 AM<BR>&nbsp; Subject: Re: [EquisMetaStock Group] Helps 
    required<BR><BR><BR>&nbsp; Peh<BR><BR>&nbsp; Example of how to display the 
    last (and unseen) value of the displaced<BR>&nbsp; 
    signal.<BR><BR>&nbsp;&nbsp;&nbsp; {Displace Indicator Forward}<BR>&nbsp; 
    Period:= Input("What Period",1,250,10);<BR>&nbsp; Disp:= Input("Forward 
    Displacement",0,250,10);<BR>&nbsp; EMA1:= Mov(MP(),Period,E);<BR>&nbsp; 
    EMA2:= Mov(EMA1,Period,E);<BR>&nbsp; Difference:= EMA1 - EMA2;<BR>&nbsp; 
    ZeroLagEMA:= EMA1 + Difference;<BR>&nbsp;&nbsp;&nbsp; {RL Last Bar 
    View}<BR>&nbsp; Signal:=ZeroLagEMA;<BR>&nbsp; Period2:=Input("LastValue 
    Periods",1,250,10);<BR>&nbsp; 
    LastBar:=LastValue(Cum(1)-(Period2-1))=Cum(1);<BR>&nbsp; 
    ValueWhen(1,LastBar,LastValue(Signal));<BR>&nbsp; 
    Ref(ZeroLagEMA,-Disp);<BR><BR>&nbsp; Roy<BR><BR>&nbsp; ----- Original 
    Message -----<BR>&nbsp; From: "skpeh" &lt;nmpe@xxxxxxxxxxxx&gt;<BR>&nbsp; 
    To: &lt;equismetastock@xxxxxxxxxxxxxxx&gt;<BR>&nbsp; Sent: Wednesday, 
    October 16, 2002 3:56 PM<BR>&nbsp; Subject: Re: [EquisMetaStock Group] Helps 
    required<BR><BR><BR>&nbsp; Thanks Pumrysh,<BR><BR>&nbsp; This formula does 
    not shift MA few days to the right but just<BR>&nbsp; disappear 
    .<BR><BR>&nbsp; What i need one is it will shift MA and show few days to the 
    right as<BR>well.<BR><BR>&nbsp; Peh.<BR>&nbsp;&nbsp;&nbsp; ----- Original 
    Message -----<BR>&nbsp;&nbsp;&nbsp; From: pumrysh<BR>&nbsp;&nbsp;&nbsp; To: 
    equismetastock@xxxxxxxxxxxxxxx<BR>&nbsp;&nbsp;&nbsp; Sent: Wednesday, 
    October 16, 2002 1:00 AM<BR>&nbsp;&nbsp;&nbsp; Subject: Re: [EquisMetaStock 
    Group] Helps required<BR><BR><BR><BR>&nbsp;&nbsp;&nbsp; 
    ?????<BR><BR>&nbsp;&nbsp;&nbsp; <A 
    href="http://eis.pl/kr/AFM/e-w-Displace_Indicator_Forward.html";>http://eis.pl/kr/AFM/e-w-Displace_Indicator_Forward.html</A><BR><BR>&nbsp;&nbsp;&nbsp; 
    Use the "ref"<BR><BR><BR><BR>&nbsp;&nbsp;&nbsp; --- In equismetastock@xxxx, 
    "skpeh" &lt;nmpe@xxxx&gt; wrote:<BR>&nbsp;&nbsp;&nbsp; &gt; Hi Pumrysh&nbsp; 
    and all,<BR>&nbsp;&nbsp;&nbsp; &gt;<BR>&nbsp;&nbsp;&nbsp; &gt; Thank you so 
    much for the reply and information.<BR>&nbsp;&nbsp;&nbsp; 
    &gt;<BR>&nbsp;&nbsp;&nbsp; &gt; However I could not locate any formula which 
    can shift any<BR>&nbsp;&nbsp;&nbsp; indicator , e.g. moving averages, to the 
    right by a few (periods)<BR>&nbsp;&nbsp;&nbsp; 
    days/weeks/month.<BR>&nbsp;&nbsp;&nbsp; &gt;<BR>&nbsp;&nbsp;&nbsp; &gt; 
    Thank you<BR>&nbsp;&nbsp;&nbsp; &gt;<BR>&nbsp;&nbsp;&nbsp; &gt; 
    Peh<BR>&nbsp;&nbsp;&nbsp; &gt;<BR>&nbsp;&nbsp;&nbsp; &gt;&nbsp;&nbsp; ---- 
    Original Message -----<BR>&nbsp;&nbsp;&nbsp; &gt;&nbsp;&nbsp; From: 
    skpeh<BR>&nbsp;&nbsp;&nbsp; &gt;&nbsp;&nbsp; To: 
    equismetastock@xxxx<BR>&nbsp;&nbsp;&nbsp; &gt;&nbsp;&nbsp; Sent: Monday, 
    October 14, 2002 4:16 PM<BR>&nbsp;&nbsp;&nbsp; &gt;&nbsp;&nbsp; Subject: 
    [EquisMetaStock Group] Helps required<BR>&nbsp;&nbsp;&nbsp; 
    &gt;<BR>&nbsp;&nbsp;&nbsp; &gt;<BR>&nbsp;&nbsp;&nbsp; &gt;&nbsp;&nbsp; Hi 
    Pumrysh&nbsp; and all,<BR>&nbsp;&nbsp;&nbsp; &gt;<BR>&nbsp;&nbsp;&nbsp; 
    &gt;&nbsp;&nbsp; I am new to metastock and seek your help in solving the 
    following:<BR>&nbsp;&nbsp;&nbsp; &gt;<BR>&nbsp;&nbsp;&nbsp; 
    &gt;<BR>&nbsp;&nbsp;&nbsp; &gt;&nbsp;&nbsp; Where can i have the formula 
    for:<BR>&nbsp;&nbsp;&nbsp; 
    &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; " displaced 
    moving average"<BR>&nbsp;&nbsp;&nbsp; 
    &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    - shifting moving averages a few periods to the<BR>&nbsp;&nbsp;&nbsp; 
    right<BR>&nbsp;&nbsp;&nbsp; &gt;<BR>&nbsp;&nbsp;&nbsp; &gt;&nbsp;&nbsp; How 
    do i construct:<BR>&nbsp;&nbsp;&nbsp; 
    &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; " linear 
    regression channel?<BR>&nbsp;&nbsp;&nbsp; 
    &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    -&nbsp;&nbsp;&nbsp; upper and lower channel<BR>&nbsp;&nbsp;&nbsp; 
    &gt;<BR>&nbsp;&nbsp;&nbsp; &gt;&nbsp;&nbsp; How can go about in exploring 
    favorites securities (in favorite<BR>&nbsp;&nbsp;&nbsp; 
    folder)?<BR>&nbsp;&nbsp;&nbsp; &gt;<BR>&nbsp;&nbsp;&nbsp; 
    &gt;<BR>&nbsp;&nbsp;&nbsp; &gt;&nbsp;&nbsp; Thank you<BR>&nbsp;&nbsp;&nbsp; 
    &gt;&nbsp;&nbsp; Peh<BR>&nbsp;&nbsp;&nbsp; &gt;<BR>&nbsp;&nbsp;&nbsp; 
    &gt;<BR>&nbsp;&nbsp;&nbsp; &gt;<BR>&nbsp;&nbsp;&nbsp; 
    &gt;<BR>&nbsp;&nbsp;&nbsp; 
    &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Yahoo! Groups 
    Sponsor<BR>&nbsp;&nbsp;&nbsp; 
    &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    ADVERTISEMENT<BR>&nbsp;&nbsp;&nbsp; &gt;<BR>&nbsp;&nbsp;&nbsp; 
    &gt;<BR>&nbsp;&nbsp;&nbsp; &gt;<BR>&nbsp;&nbsp;&nbsp; 
    &gt;<BR>&nbsp;&nbsp;&nbsp; &gt;&nbsp;&nbsp; To unsubscribe from this group, 
    send an email to:<BR>&nbsp;&nbsp;&nbsp; &gt;&nbsp;&nbsp; 
    equismetastock-unsubscribe@xxxx<BR>&nbsp;&nbsp;&nbsp; 
    &gt;<BR>&nbsp;&nbsp;&nbsp; &gt;<BR>&nbsp;&nbsp;&nbsp; 
    &gt;<BR>&nbsp;&nbsp;&nbsp; &gt;&nbsp;&nbsp; Your use of Yahoo! Groups is 
    subject to the Yahoo! Terms of<BR>&nbsp;&nbsp;&nbsp; 
    Service.<BR><BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    Yahoo! Groups 
    Sponsor<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    ADVERTISEMENT<BR><BR><BR><BR><BR>&nbsp;&nbsp;&nbsp; To unsubscribe from this 
    group, send an email to:<BR>&nbsp;&nbsp;&nbsp; 
    equismetastock-unsubscribe@xxxxxxxxxxxxxxx<BR><BR><BR><BR>&nbsp;&nbsp;&nbsp; 
    Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
    Service.<BR><BR><BR><BR><BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    Yahoo! Groups 
    Sponsor<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    ADVERTISEMENT<BR><BR><BR><BR><BR>&nbsp; To unsubscribe from this group, send 
    an email to:<BR>&nbsp; 
    equismetastock-unsubscribe@xxxxxxxxxxxxxxx<BR><BR><BR><BR>&nbsp; Your use of 
    Yahoo! Groups is subject to the Yahoo! Terms of 
    Service.<BR><BR><BR><BR><BR></TT><BR><BR><TT>To unsubscribe from this group, 
    send an email 
    to:<BR>equismetastock-unsubscribe@xxxxxxxxxxxxxxx<BR><BR></TT><BR><BR><TT>Your 
    use of Yahoo! Groups is subject to the <A 
    href="http://docs.yahoo.com/info/terms/";>Yahoo! Terms of Service</A>.</TT> 
    <BR></BLOCKQUOTE><BR><BR><TT>To 
  unsubscribe from this group, send an email 
  to:<BR>equismetastock-unsubscribe@xxxxxxxxxxxxxxx<BR><BR></TT><BR><BR><TT>Your 
  use of Yahoo! Groups is subject to the <A 
  href="http://docs.yahoo.com/info/terms/";>Yahoo! Terms of Service</A>.</TT> 
<BR></BLOCKQUOTE>
<br>

<!-- |**|begin egp html banner|**| -->

<table border=0 cellspacing=0 cellpadding=2>
<tr bgcolor=#FFFFCC>
<td align=center><font size="-1" color=#003399><b>Yahoo! Groups Sponsor</b></font></td>
</tr>
<tr bgcolor=#FFFFFF>
<td align=center width=470><table border=0 cellpadding=0 cellspacing=0> <tr> <td align=center><font face=arial size=-2>ADVERTISEMENT</font><br></td></tr></table></td>
</tr>
<tr><td><img alt="" width=1 height=1 src="http://us.adserver.yahoo.com/l?M=226671.2053067.3698778.2273195/D=egroupmail/S=:HM/A=1269251/rand=315330272";></td></tr>
</table>

<!-- |**|end egp html banner|**| -->


<br>
<tt>
To unsubscribe from this group, send an email to:<BR>
equismetastock-unsubscribe@xxxxxxxxxxxxxxx<BR>
<BR>
</tt>
<br>

<br>
<tt>Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.</tt>
</br>

</BODY></HTML>

------=_NextPart_000_007A_01C275C9.30C3A680--