PureBytes Links
Trading Reference Links
|
<FONT face="Comic Sans MS" color=#0000ff
size=2>"MOV" is probably an Metastock function. The "E"means
Exponential moving average. Use EMA in
Amibroker
<FONT face="Comic Sans MS"
color=#0000ff size=2>
EMA
SYNTAX
ema( ARRAY, periods )
RETURNS
ARRAY
FUNCTION
Calculates a periods exponential moving average
of ARRAY
EXAMPLE
ema( close, 5 )
<FONT face="Vladimir Script" color=#000080
size=5>Rick
<FONT face=Tahoma
size=2>-----Original Message-----From: Salil V Gangal
[mailto:salil_gangal@xxxx]Sent: Wednesday, April 17, 20028:44
AMTo: amibroker@xxxxxxxxxxxxxxxSubject: Re: [amibroker]
Question about 'CCT StochasticRSI'Hi Steve,My
intent wasn't of course to find mistake. Was just going thru, saw it and
wondered what it was !Questions about your revised formula
===> 1. What's 'Mov'in AFL
? Is it simple moving average ?
2. What's Mov(.....,3,E) ?Regards,- Salil V
Gangal--- Steve Karnish <kernish@xxxx>
wrote:> Salil,> > The correct formula is:>
> Mov((RSI(13)-LLV(RSI(13),13))/> (HHV(RSI(13),13)-
(LLV(RSI(13),13))),3,E)*100> > You are the first person, in
three years, to notice the mistake.> Congratulations.> >
Take care,> > Steve> www.cedarcreektrading.com>
> ----- Original Message -----> From: Salil V Gangal
<salil_gangal@xxxx>> To:
<amibroker@xxxxxxxxxxxxxxx>> Sent: Tuesday, April 16, 2002 10:12
PM> Subject: [amibroker] Question about 'CCT StochasticRSI'>
> > > Janeczko,> >> > I was going thru
the AFL library and stumbled across 'CCT StochasticRSI'.> > (<A
href="">http://www.amibroker.com/library/detail.php?id=76)
I also read the> original @> > <A
href="">http://www.cedarcreektrading.com/momenoscdef.htm>
>> > Question ===>> >> > To me it looks
like 'Normalized RSI over Period'. I wonder why is it> >
'StochasticRSI'. What's is 'Stochastic' about it ? PersonallyI
use a> simple> > average of RSI(14) and Stochastic(9).
The 'StochasticRSI' appears too> noisy in> >
comparison.> >> > Regards,> >> > -
Salil V Gangal> >> >
__________________________________________________> > Do You
Yahoo!?> > Yahoo! Tax Center - online filing with TurboTax>
> http://taxes.yahoo.com/>
>> >> >> >> > Your use of Yahoo!
Groups is subject to <A
href="">http://docs.yahoo.com/info/terms/>
>> >> > > > > >
Your use of Yahoo! Groups is subject to <A
href="">http://docs.yahoo.com/info/terms/
> >
__________________________________________________Do You
Yahoo!?Yahoo! Tax Center - online filing with TurboTax<A
href="">http://taxes.yahoo.com/Your
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
|