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. Please use this
page to reply.
<FONT face=Arial color=#0000ff
size=2>Peh,
<FONT face=Arial color=#0000ff
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 face=Arial color=#0000ff
size=2>
Good
Trading,
<FONT face=Arial color=#0000ff
size=2>
Joe
J.
<FONT face=Tahoma
size=2>-----Original Message-----From: Roy Larsen
[mailto:rlarsen@xxxxxxxxxxxxxx]Sent: Wednesday, October 16, 2002
2:38 AMTo: equismetastock@xxxxxxxxxxxxxxxSubject: Re:
[EquisMetaStock Group] Helps requiredPehCan't
be done in MetaStock as far as I am aware UNLESS you load dummy datafor
the future dates.Roy----- Original Message -----From:
"skpeh" <nmpe@xxxxxxxxxxxx>To:
<equismetastock@xxxxxxxxxxxxxxx>Sent: Wednesday, October 16, 2002
8:35 PMSubject: Re: [EquisMetaStock Group] Helps requiredHi
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 muchThanks 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 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
aswell. Peh. ----- Original Message
----- From: pumrysh To:
equismetastock@xxxxxxxxxxxxxxx Sent: Wednesday, October
16, 2002 1:00 AM Subject: Re: [EquisMetaStock Group]
Helps required
????? <A
href="http://eis.pl/kr/AFM/e-w-Displace_Indicator_Forward.html">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
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@xxxxxxxxxxxxxxxYour
use of Yahoo! Groups is subject to the <A
href="http://docs.yahoo.com/info/terms/">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
<font face=arial
size=-2>ADVERTISEMENT<img src="http://ad.doubleclick.net/ad/N879.ameritrade.yahoo/B1054521.11;sz=300x250;adc=ZHS;ord=1034785754?" alt="" width="300" height="250"
border="0">
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.
|