Hello bobby,i think this is what you need to do price=c;buy= (Price >EMA(Price,14)) AND (Price > MA(Price,20)) AND (Accdist() > MA(Accdist(),20)) AND (Accdist > EMA(Accdist(),14)) vice versa for sell ..thank you--- On Wed, 11/8/10, A <[email protected]> wrote:
From: A <[email protected]> Subject: [amibroker] Re: Multiple indicators combined to generate a Buy Sell signal - In one code To: [email protected] Date: Wednesday, 11 August, 2010, 12:55 AM Hello, Repeating my Request for help in coding the following... --- In [email protected], "Bobby R" <bobby6...@...> wrote: > > Dear Members, > > Pls helppppp > > warm regards...bobby > > --- In [email protected], "Bobby R" <bobby6910@> wrote: > > > > Hello, > > > > I need some help in coding the below mentioned conditions to generate: BUY > > signal : > > (Price >14EMA) AND (Price > 20MA) AND (Accdist() > MA(Accdist(),20)) AND > > (Accdist > EMA(Accdist(),14)) > > > > and vice versa for SELL > > (Price < 14EMA) AND (Price <20MA)AND (Accdist() < MA(Accdist(),20)) AND > > (Accdist < EMA(Accdist(),14)) > > > > > > Can we combine multiple indicators to generate Buy/Sell signals ? > > > > Also request for code to give alert output (sound) - suppressing multiple > > sound alarms AND output in the Alert Window > > > > Requesting the pro's to help coding.... > > > > Warm Regards...Bobby > > >
