Hi Barry and Rajiv: Thank you a lot for the help. I will try both of yours formulas and hope those will work fine. Thanks, Shahariar
--- On Sun, 12/28/08, Barry Scarborough <[email protected]> wrote: From: Barry Scarborough <[email protected]> Subject: [amibroker] Re: Condition 'Given that'... To: [email protected] Date: Sunday, December 28, 2008, 1:17 PM A formula sets pivotlow and pivothigh then Buy = IIf(BarsSince( pivotlow) < BarsSince(pivothigh ) AND cond2, True, False); If pivotlow should not be present on the signal bar then Buy = IIf(!pivotlow AND BarsSince(pivotlow) < BarsSince(pivothigh ) AND cond2, True, False); Barry --- In amibro...@yahoogrou ps.com, "shahariar4" <shahariar4@ ...> wrote: > > HI! > > I am trying to set 2 conditions to buy as such that- > > cond1= pivot low; > cond2=fast EMA cross Slow EMA; > > > Buy= Given that cond1 has already happened ( there's already a pivot > low and no pivot high yet) and then any other following when ( bar) > when cond2 is met i want to buy. > > If i set like Buy= cond1 And cond2; that looks for a bar on which > both conditions are met together but my objective is to buy on cond2 > given that cond1 is already there. Can anyone please help? > > Will highly apreciate if anyone can kindly help. > > > thanks, > > Shahariar >
