Thank you very much, and this is not what I mean, What I mean we use H in the formula ( IF the price close above this H), what if the price close above L of this points.
I try this one: Cross(ValueWhen(LongSetup,L), C) but I'm not sure Regards, --- In [email protected], "Padhu" <[EMAIL PROTECTED]> wrote: > > use NOT operator ! > > myrule=BarsSince(LongSetup) < Maxbars AND Cross(C,ValueWhen (Longsetup,H)); > oppositeofmyrule=!myrule; > ----- Original Message ----- > From: Mohammed > To: [email protected] > Sent: Tuesday, October 02, 2007 5:58 PM > Subject: [amibroker] How to make the opposite of this formula > > > Hi all, > > How to make the opposite of this formula > > BarsSince(LongSetup) < Maxbars AND Cross(C,ValueWhen (Longsetup,H)); > > All The best >
