PureBytes Links
Trading Reference Links
|
------------------------------------------------------------------------
You cannot reply to this message via email because you have chosen not
to disclose your email address to the group.
To reply: http://groups.yahoo.com/group/equismetastock/post?act=reply&messageNum=5113
------------------------------------------------------------------------
Peh
Example of how to display the last (and unseen) value of the displaced
signal.
{Displace Indicator Forward}
Period:= Input("What Period",1,250,10);
Disp:= Input("Forward Displacement",0,250,10);
EMA1:= Mov(MP(),Period,E);
EMA2:= Mov(EMA1,Period,E);
Difference:= EMA1 - EMA2;
ZeroLagEMA:= EMA1 + Difference;
{RL Last Bar View}
Signal:=ZeroLagEMA;
Period2:=Input("LastValue Periods",1,250,10);
LastBar:=LastValue(Cum(1)-(Period2-1))=Cum(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 following:
>
>
> 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 ---------------------~-->
Sell a Home for Top $
http://us.click.yahoo.com/RrPZMC/jTmEAA/jd3IAA/BefplB/TM
---------------------------------------------------------------------~->
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/
|