Hello, Cond = MA(C,15) > Ref(MA(C,15),-1) AND Ref(MA(C,15),-1) < Ref(MA(C,15),-2)
Cheers Prashanth ----- Original Message ----- From: Mohammed To: [email protected] Sent: Monday, August 20, 2007 2:11 AM Subject: [amibroker] Help Please Hi all; How can I filter only today rising MA, Just start to rise. Mean the day before are down MA and today Up MA. I use: COND = MA(c,15) > ref(MA(c,15),-1); But this filter all the days that the MA are rising in it. I need Only today Rising. Any one can help Please Thanks in advance
