PureBytes Links
Trading Reference Links
|
Sugiharto,
Thanks for your explaination... it's worked. Thanks & best regards/
--- In equismetastock@xxxxxxxxxxxxxxx, "Sugiharto Setyabudi"
<sugiharto.wu@xxx> wrote:
>
> Iyus,
> if you're looking for a cross, you shouldn't use a ">".
> Instead, try Cross(Mov(C, 10, S), Mov(C, 30, E))
> Golden cross is a cross, SMA10 > EMA30 is more like filtering
stocks going
> up.
> Unless you add a condition that check when yesterday's SMA10 <
yesterday's
> EMA30,
> like this: Mov(C,10,S) > Mov(C,30,E) AND Ref(Mov(C,10,S),-1) <
> Ref(Mov(C,30,E),-1)
> That should fix your problem
> C*V represents the value of transaction -> read about Money Flow
indicators
>
> HTH,
> Sugiharto
>
> On 7/27/08, iyus_rahardjo <no_reply@xxxxxxxxxxxxxxx> wrote:
> >
> > Hi Angelo,
> >
> > I am using this formula in the explorer:
> >
> > Col A: Mov(C,10,S)
> > Col B: Mov(C,30,E)
> > Filter: colA > colB
> >
> > The result is list of many stocks which are SMA10 > EMA30 (Golden
> > cross-over whatever the number are).
> >
> > I need to narrow down the list which is stocks just cross-overed.
> >
> > Could you more detaily explained regarding C*V. Thanks & regards.
> >
> > --- In equismetastock@xxxxxxxxxxxxxxx, "Angelo" <angelo@> wrote:
> > >
> > > Dear Iyus,
> > >
> > > Could you give me the coding you made your self. GodenCross
> > usually didn;t show so many list.
> > >
> > > Actually Golden Cross is exactly those "JUST" crossed over.
> > >
> > > I usually filtered with liquid stocks using C*V.
> > >
> > > Best regards,
> > > Angelo
> > >
> > >
> > >
> > > ----- Original Message -----
> > > From: iyus_rahardjo
> > > To: equismetastock@xxxxxxxxxxxxxxx
> > > Sent: Sunday, July 27, 2008 9:40 AM
> > > Subject: [EquisMetaStock Group] Moving Average cross-over
> > >
> > >
> > > Hallo,
> > >
> > > I would like to get some help regarding the formula for
explorer
> > in
> > > Metastock.
> > >
> > > I would like to screen the stocks which are golden cross-over
> > between
> > > EMA10 and SMA30.
> > > I have the formula for this and come out with so many stocks
in
> > the
> > > list.
> > >
> > > Therefore, I would like to get the list for the stocks which
> > > are "JUST" cross-overed or may be we can limit up to 2 or 3
> > > candlesticks after the cross-over happenned.
> > >
> > > Could somebody please teach me what is the additional
formula for
> > > limiting as described above. Thanks in advance & regards.
> > >
> >
> >
> >
> > ------------------------------------
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|