PureBytes Links
Trading Reference Links
|
David,
Again you did not say what you need for 130EMA+2*ATR(10).
Example
EMA(Close,130)+factor* ATR(10)>H
or
EMA(Close,130)+factor* ATR(10)<=(h+l)/2
For the moment you have the left part of the condition.
What do you need to be the right part?
DT
--- In amibroker@xxxx, "David Holzgrefe" <dtholz@xxxx> wrote:
> sorry DT it should read
> 130EMA + factor*ATR(10)
>
> factor = 2
>
> hope this makes more sense
>
> Thanks David
>
> ----- Original Message -----
> From: "DIMITRIS TSOKAKIS" <TSOKAKIS@xxxx>
> To: <amibroker@xxxx>
> Sent: Wednesday, November 07, 2001 5:53 PM
> Subject: [amibroker] Re: iif help
>
>
> > Hi David,
> > Please specify the condition in filter 2.
> >
> > EMA(Close,130)* ATR(10) to do what?
> > then we shall make the rest.
> > DT
> > --- In amibroker@xxxx, "David Holzgrefe" <dtholz@xxxx> wrote:
> > > Hi ALL hopefully someone will help me with this problem I just
> > don't seem to grasp how to use the iif statement despite reading
the
> > help notes 1,000,000 times :)
> > >
> > > what I would like is that buy to be signaled if filter1 is true
> > then buy when filter2 is ALSO true
> > >
> > >
> > >
> > > filter1= H >EMA(Close,130) and EMA(Close,250) > Ref(EMA
(Close,250),-
> > 10);
> > >
> > > filter2 = EMA(Close,130)* ATR(10);
> > >
> > > if filter1 true then buy next bar that filter2 is also true
> > >
> > > Thanks David
> >
> >
> >
> >
> > Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
> >
> >
|