check the following link for complete explanation of these buy and sell conditions
http://www.traderji.com/technical-analysis/7377-experiments- technical-analysis-2.html#post52229 Karthik --- In [email protected], "Prashanth" <[EMAIL PROTECTED]> wrote: > > Hello, > > Buy Conditions: > > EMA(C,13)>EMA(EMA(C,13),9) means > Condition for Buy is Cross of 13 EMA by a smoothened EMA of 13 by 9. > > Cross (C,Peak(C,5,1)); > Crossover of Close over Peak of Highest Close from 5 Days. > > Sell Conditions > > Reverse of 1st Condition of Buy. > > Cheers > > Prashanth > > ----- Original Message ----- > From: "mravie7" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Tuesday, November 04, 2008 18:59 > Subject: [amibroker] Help please > > > > Buy=EMA(C,13)>EMA(EMA(C,13),9) AND Cross (C,Peak(C,5,1)); > > Sell=Cross (EMA(EMA(C,13),9),EMA(C,13)); > > > > Hi, > > Can someone please explain this in plain English, what the above > > formula means. > > > > Cheers > > Ravi > > > > > > > > > > > > ------------------------------------ > > > > **** IMPORTANT **** > > This group is for the discussion between users only. > > This is *NOT* technical support channel. > > > > ********************* > > TO GET TECHNICAL SUPPORT from AmiBroker please send an e-mail directly to > > SUPPORT {at} amibroker.com > > ********************* > > > > For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: > > http://www.amibroker.com/devlog/ > > > > For other support material please check also: > > http://www.amibroker.com/support.html > > > > ********************************* > > Yahoo! Groups Links > > > > > > >
