PureBytes Links
Trading Reference Links
|
Thanks HB & Graham :)
response for help is very swift around here...thks guys...
pac
-------------------------------------------------------
--- In amibroker@xxxx, kaveman <kavemanperth@xxxx> wrote:
> try this
>
> AND (EMA( Close, 21 ) > Ref(EMA( Close, 21 ),-15))
> Graham;
>
> ----- Original Message -----
> From: "pacific5_au" <pacific5_au@xxxx>
> Date: Saturday, July 20, 2002 1:42 pm
> Subject: [amibroker] AFL Help request
>
> > <html><body>
> >
> >
> > <tt>
> > Hi folks,
> >
> >
> >
> > I am trying to add a simple filter to a system to stop entry into
> > a
> >
> > position where the moving average is dropping or going sideways,
> > but
> >
> > other criteria have been met.
> >
> >
> >
> > I am trying to say todays EMA is greater than the EMA of 15 days
ago.
> >
> >
> >
> > This part is not working :
> >
> >
> >
> > AND (EMA( Close, 21 ) > EMA( Close, 21 ),-15);
> >
> >
> >
> >
> >
> >
> >
> > Any help will be appreciated.
> >
> >
> >
> >
> >
> > pacific
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > </tt>
> >
> >
> >
> >
> > <!-- |**|begin egp html banner|**| -->
> >
> > <table border=0 cellspacing=0 cellpadding=2>
> > <tr bgcolor=#FFFFCC>
> > <td align=center><font size="-1" color=#003399><b>Yahoo! Groups
> > Sponsor</b></font></td></tr>
> > <tr bgcolor=#FFFFFF>
> > <td align=center width=470><table border=0 cellpadding=0
> > cellspacing=0><tr><td align=center><font face=arial size=-
> > 2>ADVERTISEMENT</font><img
> > src="http://us.a1.yimg.com/us.yimg.co</td></tr></table></td></tr>
> > </table>
> >
> > <!-- |**|end egp html banner|**| -->
> >
> >
> >
> >
> >
> > <tt>Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> > Service.</tt></br>
> >
> > </body></html>
> >
> >
>
> ----------------
> Powered by telstra.com
|