PureBytes Links
Trading Reference Links
|
at home I have the code in Ms language of the wilders moving
average , it uses the prev function,
is it what you want?
or do you mean an other wilders?
SC
>Thanks steve, but it doesn't help my adled brain.
>
> I think this might be a Tomasz answer required question.
>
> Thx anyway.
>
> P
>
> ----- Original Message -----
> From: "Stephane Carrasset" <s.carrasset@xxxx>
> To: <amibroker@xxxx>
> Sent: Tuesday, October 02, 2001 4:17 PM
> Subject: [amibroker] Re: Winning Systems
>
>
> > don't know if it helps but a wilders is a period modified EMA
> > ms code below
> > n:=Input("period wilders",1,100,14);
> > Mov(C,(2*n)-1,E)
> >
> >
> > > I've hunted everywhere for a description of "WILDERS" as
described
> > in AB and everywhere else on the net, for what it is. The
> > > closest I came to was "a modified moving average". As I don't
have
> > his book.....can you say what it is.
> > >
> > >
> > > Thx.
> > >
> > > P
> > > ----- Original Message -----
> > > From: "Bryan Johnson" <bryan1@xxxx>
> > > To: <amibroker@xxxx>
> > > Sent: Tuesday, October 02, 2001 12:38 PM
> > > Subject: [amibroker] Winning Systems
> > >
> > >
> > > > I wonder if anyone has a winning system that they'd like to
share
> > or
> > > > if there is a post that I should look at. I'm trying to get
up to
> > > > speed and want to test something that would be good for me to
> > enter.
> > > >
> > > > Bryan
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > Your use of Yahoo! Groups is subject to
> > http://docs.yahoo.com/info/terms/
> > > >
> > > >
> >
> >
> >
> >
> >
> > Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
> >
> >
|