PureBytes Links
Trading Reference Links
|
Preston,
Doesn't that change totally what Strade is trying to achieve?
>From the way I see it Strade is trying to determine whether the value of the EMA today was >= the value of the same EMA yesterday.
Rob
----- Original Message ----
From: pumrysh <no_reply@xxxxxxxxxxxxxxx>
To: equismetastock@xxxxxxxxxxxxxxx
Sent: Saturday, 15 September, 2007 9:46:07 AM
Subject: [EquisMetaStock Group] Re: Value in explorer is not equal with those in chart
Strade,
Column C is an oscillator. You just need for it to be above zero.
Make these changes and see if it looks better. You might also want
to consider PDI and MDI at 14 rather than 7.
ColC:= Mov(((PDI(7) -MDI(7))/ (PDI(7)+MDI( 7))),5,E) ;
ColD:=Ref(Mov( ((PDI(7)- MDI(7))/( PDI(7)+MDI( 7))),5,E) ,-1);
ColE:=MDI(7) ;
ColF:=PDI(7) ;
colE <= colF
AND colC >= 0
AND RSI(14) >= 50
AND RSI(14) >= Ref(RSI(14), -1)
Preston
--- In equismetastock@ yahoogroups. com, "strade_hn" <strade_hn@x ..>
wrote:
>
> I've already chose to load 1300 records in option. But the result
is
> disappointed.
>
> Here is my code:
> ColA: Close
> ColB: Volume
> ColC: Mov( ( (PDI(7)-MDI( 7)) / (PDI(7)+MDI( 7)) ), 5 ,E)
> CodD: Ref(Mov( ( (PDI(7)-MDI( 7)) / (PDI(7)+MDI( 7)) ), 5 ,E),-1)
> ColE: MDI(7)
> ColF: PDI(7)
> ColG: RSI(14)
> Filter:
> colE <= colF
> AND colC >=colD
> AND RSI(14) <= 60
> AND RSI(14) >= Ref(RSI(14), -1)
> AND MDI(7) < Ref(MDI(7),- 1)
> AND PDI(7) > Ref(PDI(7),- 1)
>
> Result returns is quite different from chart [:(] , How could I
do????
>
>
> --- In equismetastock@ yahoogroups. com, pumrysh <no_reply@> wrote:
> >
> > jao,
> >
> > Would you post your exploration so we can see where the problem
> > might be?
> >
> > Preston
> >
> >
> >
> > --- In equismetastock@ yahoogroups. com, jao yan jaoyan100@ wrote:
> > >
> > > Hi, all
> > > I do have the same problem, data loading option is 1300
> > > thanks
> > > jao...
> > >
> > > pumrysh no_reply@xxxxxxxxxx s.com wrote:
> > > Strade,
> > >
> > > Make sure that you have used the correct data loading options.
> > > Should always be a number greater than 500.
> > >
> > > Preston
> > >
> > > --- In equismetastock@ yahoogroups. com, "strade_hn" <strade_hn@>
> > > wrote:
> > > >
> > > > Hi all,
> > > > I used explored to scan my stock, but value return in
explorer is
> > > > quite different with one in chart. I use RSI(C,14) in
explorer
> > > returns 50
> > > > while in chart it's 63.
> > > > Can anyone help me with this problem?????
> > > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > ------------ --------- --------- ---
> > > Building a website is a piece of cake.
> > > Yahoo! Small Business gives you all the tools to get online.
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
>
>
>
> [Non-text portions of this message have been removed]
>
____________________________________________________________________________________
Sick of deleting your inbox? Yahoo!7 Mail has free unlimited storage.
http://au.docs.yahoo.com/mail/unlimitedstorage.html
[Non-text portions of this message have been removed]
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/
|