PureBytes Links
Trading Reference Links
|
jao,
The PsStochRsi is showing a value of ~94 on your chart. What value
do you get in the explorer?
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, jao yan <jaoyan100@xxx> wrote:
>
> Preston, thanks for the support, the file uploaded under the name
PsStochRsi by jao
> I'm using MS V-9 and not approching Equis suport yet.
> tried to use RSI(c,5) up to RSI(c,55) but non of the figure were
matched.
> thanks
> jao...
>
> pumrysh <no_reply@xxxxxxxxxxxxxxx> wrote:
> jao,
>
> Sign into the group site. On the left hand side of the page you
will
> see Home, Messages, Files, Photos, etc.. Click on Files. Top right
> you will see Add File. Follow instructions and add your file.
>
> Also, just thought of another way to check your chart against the
> explorer. Use Cum(1). Make an indicator and plot in its own
window.
> Do the same in the explorer. The last bar on the chart should
agree
> with the explorer value.
>
> Looking at your indicator I see that it is a very short term
> indicator so the number of bars really should not be of big
concern.
> I wonder if you haven't changed the indicator in the explorer in
> some way...maybe by accidently placing a parenthesis mark in the
> wrong place. If the difference is off by a factor of 100 then I
> would say that is what has happened.
>
> Sometimes spreading out the indicator will help so try it like
this:
>
> {start}
> {Ps Stoch RSI}
> pr:= 5 {Rsi period};
> Sum(RSI(pr)- LLV(RSI(pr),10),3)/
> Sum(HHV(RSI(pr),10)- LLV(RSI(pr),10),3)
> *100;
> {end}
>
> Let us know how it goes,
>
> Preston
>
> --- In equismetastock@xxxxxxxxxxxxxxx, jao yan <jaoyan100@> wrote:
> >
> > hi, pumrysh and thanks for the concern, but how to upload the
> file, can you pls tell me the procedure.
> > jao...
> >
> > pumrysh <no_reply@xxxxxxxxxxxxxxx> wrote:
> > jao,
> >
> > You will not be able to attach a file to your message...Yahoo
does
> > not allow attached messages to this group.
> >
> > > """Upload your file to the group files section""" <
> >
> > What version of Metastock are you running? Have you checked with
> > Equis support?
> >
> > Preston
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/
|