PureBytes Links
Trading Reference Links
|
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@xxx> 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
>
> --- In equismetastock@xxxxxxxxxxxxxxx, jao yan <jaoyan100@> wrote:
> >
> > hi pumrysh , sorry, I do not know why it does not attach the
file,
> yet it is there in the sent file, once more i sent the same to my
> account and the file attached.
> > the exploration set from the beginning to the max-records(1300)
> and the report showed all securities with all sectors, changed the
> formula the way you said, get the same result.
> > I attach he file, hope this time will work.
> > thanks\
> > jao...
> >
> > pumrysh <no_reply@xxxxxxxxxxxxxxx> wrote:
> > jao,
> >
> > Make sure that the exploration is set to more than minimum
> records.
> > It is an exploration option.
> >
> > Change the formula to:
> >
> > {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}
> >
> > You cannot attach files.
> > You can upload to the files section.
> >
> > Preston
> >
> > --- In equismetastock@xxxxxxxxxxxxxxx, jao yan <jaoyan100@>
wrote:
> > >
> > > Hi, it is for the group to help in determining the difference
> > between the explorer report result against the charts value.
> > > The report ascked for the values of the RSI(C,5) and the Ps
> > Stoch RSI function.
> > > xx- start -xx
> > > Ps Stoch RSI
> > > pr:=Input("Rsi period",1,100,5);
> > > (Sum(RSI(pr)-LLV(RSI(pr),10),3)/Sum(HHV(RSI(pr),10)-LLV(RSI
> > (pr),10),3))*100;
> > > xx- end -xx
> > > pls, refer to the attached.
> > > thanks...
> > >
> > >
> > > ---------------------------------
> > > Need a vacation? Get great deals to amazing places on Yahoo!
> > Travel.
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
> >
> >
> >
> >
> > ---------------------------------
> > Looking for a deal? Find great prices on flights and hotels with
> Yahoo! FareChase.
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
>
>
>
> ---------------------------------
> Shape Yahoo! in your own image. Join our Network Research Panel
today!
>
> [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/
|