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=5129
------------------------------------------------------------------------
Peh,
You are on a road that we have all traveled down! It CAN be a
wondeful journey.
J.M. Hurst was an electronics engineer/mathmetician many years ago.
He did a great deal of work in cycle and fourier analysis. Considered
to be one of the early technical analyst.
P
--- In equismetastock@xxxx, "skpeh" <nmpe@xxxx> wrote:
>
> Thanks Pumrysh,
>
> Roy ,Joe and you are more than helpful to a novice like me.
>
> I guess you are right the reward may not be worth the effort. You
know , a novice like me is very eager and curious to try everything
he has just learnt.
>
> I am sorry i do not not what Hurst coefficient is. Can you
elaborate?
>
> It is definitely very good to be in your group.
>
> Peh
>
>
>
>
>
> ----- Original Message -----
> From: pumrysh
> To: equismetastock@xxxx
> Sent: Friday, October 18, 2002 9:21 AM
> Subject: Re: [EquisMetaStock Group] Helps required
>
>
> Peh,
>
> You are more than welcome! Wish we could have been more helpful.
>
> What you are seeking is possible by using additional software
such as
> excel but you've got to consider whether or not the results are
going
> to be worth the effort. In this case a projection forward would
> include bogus data and most of the mavens that I know just don't
see
> the benefit.
>
> Just curious though, were you thinking of trying to replicate the
> Hurst coefficient?
>
> Preston
>
>
> --- In equismetastock@xxxx, "skpeh" <nmpe@xxxx> wrote:
> > 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 -----
> > From: Joe J.
> > To: equismetastock@xxxx
> > Sent: Thursday, October 17, 2002 12:29 AM
> > Subject: RE: [EquisMetaStock Group] Helps required
> >
> >
> > Peh,
> >
> > 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.
> >
> > Good Trading,
> >
> > Joe J.
> > -----Original Message-----
> > From: Roy Larsen [mailto:rlarsen@x...]
> > Sent: Wednesday, October 16, 2002 2:38 AM
> > To: equismetastock@xxxx
> > Subject: Re: [EquisMetaStock Group] Helps required
> >
> >
> > 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 -----
> > From: "skpeh" <nmpe@xxxx>
> > To: <equismetastock@xxxx>
> > 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@xxxx
> > 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@xxxx>
> > To: <equismetastock@xxxx>
> > 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@xxxx
> > 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@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@xxxx
> >
> >
> >
> > Your use of Yahoo! Groups is subject to the Yahoo! Terms
of
> Service.
> >
> >
> >
> >
> >
> >
> > 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@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@xxxx
>
>
>
> 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/
|