PureBytes Links
Trading Reference Links
|
<FONT face=Verdana
size=2>Evariste,
The percentile (in statistics) normally means
that you are comparing your condition with the highest value of the entire
history.
So for example, if you want to compare the value
of today's moving average, with the highest moving average, then you would need
to first fix the highest moving average in the whole chart with
myvar:= lastvalue(HHV(mov(c, period,
method))).
Assigning that to a variable myvar, and then use
that variable (myvar)in a denominator to determine the difference. Like
this.
100 * (mov(c, period, method)/myvar)
Hope this helps.
DusantChief Architect<A
href="">http://www.candlestrength.com/
----- Original Message -----
From: "galloisevariste" <<A
href=""><FONT face=Verdana
size=2>galloisevariste@xxxxxxxx<FONT face=Verdana
size=2>>
To: <<A
href=""><FONT face=Verdana
size=2>equismetastock@xxxxxxxxxxxxxxx<FONT face=Verdana
size=2>>
Sent: Monday, April 19, 2004 16:13
PM
Subject: [EquisMetaStock Group] how to calculate
the percentile with metastock?
<FONT face=Verdana
size=2>> hi everybody,> i'm a new user of Meta, and i want to know if
it's possible to > calculate some statiscal function, and specialy the
percentile?> if it's possible somebody can help me for program it? or
give me a > part of script?> @micalement> Evariste
Galois> > > > > > Yahoo! Groups
Links> > <*> To visit your group on the web, go to:>
<A
href=""><FONT face=Verdana
size=2>http://groups.yahoo.com/group/equismetastock/<FONT
face=Verdana size=2>> > <*> To unsubscribe from this group, send
an email to:> <A
href=""><FONT face=Verdana
size=2>equismetastock-unsubscribe@xxxxxxxxxxxxxxx<FONT
face=Verdana size=2>> > <*> Your use of Yahoo! Groups is subject
to:> <A
href=""><FONT face=Verdana
size=2>http://docs.yahoo.com/info/terms/<FONT face=Verdana
size=2>> > >
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/equismetastock/
To unsubscribe from this group, send an email to:equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|