| 
 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> </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> </DIV>
<DIV>Anyway Roy has informed me that it could not be done in Metastock.</DIV>
<DIV><TT></TT> </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> </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.   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> </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.  This may or 
  may not be important to you.  If you are looking to use the displaced 
  moving averages to compute something or analyze a security today based on 
  the shifted moving averages (ala Bill Williams, for example).  This can 
  be done.  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.</FONT></SPAN></DIV>
  <DIV><SPAN class=579562316-16102002><FONT color=#0000ff face=Arial 
  size=2></FONT></SPAN> </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> </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" 
    <nmpe@xxxxxxxxxxxx><BR>To: 
    <equismetastock@xxxxxxxxxxxxxxx><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>            
    --- the last 3 values for 3-day MA is plotted 3 
    days<BR>                    
    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>  ----- 
    Original Message -----<BR>  From: Roy Larsen<BR>  To: 
    equismetastock@xxxxxxxxxxxxxxx<BR>  Sent: Wednesday, October 16, 2002 
    11:40 AM<BR>  Subject: Re: [EquisMetaStock Group] Helps 
    required<BR><BR><BR>  Peh<BR><BR>  Example of how to display the 
    last (and unseen) value of the displaced<BR>  
    signal.<BR><BR>    {Displace Indicator Forward}<BR>  
    Period:= Input("What Period",1,250,10);<BR>  Disp:= Input("Forward 
    Displacement",0,250,10);<BR>  EMA1:= Mov(MP(),Period,E);<BR>  
    EMA2:= Mov(EMA1,Period,E);<BR>  Difference:= EMA1 - EMA2;<BR>  
    ZeroLagEMA:= EMA1 + Difference;<BR>    {RL Last Bar 
    View}<BR>  Signal:=ZeroLagEMA;<BR>  Period2:=Input("LastValue 
    Periods",1,250,10);<BR>  
    LastBar:=LastValue(Cum(1)-(Period2-1))=Cum(1);<BR>  
    ValueWhen(1,LastBar,LastValue(Signal));<BR>  
    Ref(ZeroLagEMA,-Disp);<BR><BR>  Roy<BR><BR>  ----- Original 
    Message -----<BR>  From: "skpeh" <nmpe@xxxxxxxxxxxx><BR>  
    To: <equismetastock@xxxxxxxxxxxxxxx><BR>  Sent: Wednesday, 
    October 16, 2002 3:56 PM<BR>  Subject: Re: [EquisMetaStock Group] Helps 
    required<BR><BR><BR>  Thanks Pumrysh,<BR><BR>  This formula does 
    not shift MA few days to the right but just<BR>  disappear 
    .<BR><BR>  What i need one is it will shift MA and show few days to the 
    right as<BR>well.<BR><BR>  Peh.<BR>    ----- Original 
    Message -----<BR>    From: pumrysh<BR>    To: 
    equismetastock@xxxxxxxxxxxxxxx<BR>    Sent: Wednesday, 
    October 16, 2002 1:00 AM<BR>    Subject: Re: [EquisMetaStock 
    Group] Helps required<BR><BR><BR><BR>    
    ?????<BR><BR>    <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>    
    Use the "ref"<BR><BR><BR><BR>    --- In equismetastock@xxxx, 
    "skpeh" <nmpe@xxxx> wrote:<BR>    > Hi Pumrysh  
    and all,<BR>    ><BR>    > Thank you so 
    much for the reply and information.<BR>    
    ><BR>    > However I could not locate any formula which 
    can shift any<BR>    indicator , e.g. moving averages, to the 
    right by a few (periods)<BR>    
    days/weeks/month.<BR>    ><BR>    > 
    Thank you<BR>    ><BR>    > 
    Peh<BR>    ><BR>    >   ---- 
    Original Message -----<BR>    >   From: 
    skpeh<BR>    >   To: 
    equismetastock@xxxx<BR>    >   Sent: Monday, 
    October 14, 2002 4:16 PM<BR>    >   Subject: 
    [EquisMetaStock Group] Helps required<BR>    
    ><BR>    ><BR>    >   Hi 
    Pumrysh  and all,<BR>    ><BR>    
    >   I am new to metastock and seek your help in solving the 
    following:<BR>    ><BR>    
    ><BR>    >   Where can i have the formula 
    for:<BR>    
    >           " displaced 
    moving average"<BR>    
    >                   
    - shifting moving averages a few periods to the<BR>    
    right<BR>    ><BR>    >   How 
    do i construct:<BR>    
    >           " linear 
    regression channel?<BR>    
    >               
    -    upper and lower channel<BR>    
    ><BR>    >   How can go about in exploring 
    favorites securities (in favorite<BR>    
    folder)?<BR>    ><BR>    
    ><BR>    >   Thank you<BR>    
    >   Peh<BR>    ><BR>    
    ><BR>    ><BR>    
    ><BR>    
    >         Yahoo! Groups 
    Sponsor<BR>    
    >               
    ADVERTISEMENT<BR>    ><BR>    
    ><BR>    ><BR>    
    ><BR>    >   To unsubscribe from this group, 
    send an email to:<BR>    >   
    equismetastock-unsubscribe@xxxx<BR>    
    ><BR>    ><BR>    
    ><BR>    >   Your use of Yahoo! Groups is 
    subject to the Yahoo! Terms of<BR>    
    Service.<BR><BR><BR>          
    Yahoo! Groups 
    Sponsor<BR>                
    ADVERTISEMENT<BR><BR><BR><BR><BR>    To unsubscribe from this 
    group, send an email to:<BR>    
    equismetastock-unsubscribe@xxxxxxxxxxxxxxx<BR><BR><BR><BR>    
    Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
    Service.<BR><BR><BR><BR><BR><BR>        
    Yahoo! Groups 
    Sponsor<BR>              
    ADVERTISEMENT<BR><BR><BR><BR><BR>  To unsubscribe from this group, send 
    an email to:<BR>  
    equismetastock-unsubscribe@xxxxxxxxxxxxxxx<BR><BR><BR><BR>  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--
 |