[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[EquisMetaStock Group] Re: Value in explorer is not equal with those in chart



PureBytes Links

Trading Reference Links

Rob,

Yes it does. On oscillators I would look for values above zero or 
above a moving average of the original. In this case 

Mov(((PDI(7)-MDI(7))/(PDI(7)+MDI(7))),5,E) greater than
Mov(Mov(((PDI(7)-MDI(7))/(PDI(7)+MDI(7))),5,E),5,E)

PDI and MDI is a bit jittery, especially at a lookback of 7. It 
really needs the smoothing. 

Also notice that I eliminated the
AND MDI(7) < Ref(MDI(7),- 1)
AND PDI(7) > Ref(PDI(7),- 1)

Its just not needed.

The other change was to look for a RSI(14) value greater than 50. 
The RSI looks at the number of ups to downs. At 50 we are seeing as 
many ups as downs. We know that at this point we've had as many up 
days as down days. There really is a bit of whipsaw that can occur 
here but we're relying on the PDI/MDI oscillator to give us some 
help here. 

If you make an indicator out of this you can actually plot the 
signals. Like this:

{Indicator}
ClC:= Mov(((PDI(7)-MDI(7))/(PDI(7)+MDI(7))),5,E);
ClD:=Ref(Mov(((PDI(7)-MDI(7))/(PDI(7)+MDI(7))),5,E),-1);
ClE:=MDI(7);
ClF:=PDI(7);
clE <= colF
AND colC >= 0
AND RSI(14) >= 50
AND RSI(14) >= Ref(RSI(14),-1)
{end}

This allows you to play with the signals by adjusting the lookbacks 
before running the test.


Preston




--- In equismetastock@xxxxxxxxxxxxxxx, Rob Tinley <gazumped2@xxx> 
wrote:
>
> 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@ ..> 
> 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/