I understand how to access it - my question was this: does AB access
the
information historically? Meaning, if I look back in time to two
years ago,
will I have the EPS for the this quarter (Q2 2008) or for
two years ago (Q2
2006)?
--- In amibroker@xxxxxxxxxps.com,
"Chris DePuy" <cdepuy@xxx> wrote:
>
> http://www.amibroker.com/guide/h_fundamental.html
>
> So, lets say you wanted to buy when EPS is above 1.00, you'd
say:
>
> myeps = getfndata("eps");
> buy = myeps >
1;
>
> ----- Original Message -----
> From: droskill
> To: amibroker@xxxxxxxxxps.com
> Sent: Monday, June 16, 2008 6:40 AM
> Subject: [amibroker]
Using fundamental data
>
>
> I was reading the
documentation on using Fundamental data within AB -
> but I was unclear
as to whether or not this information was available
> historically for
use in the backtester - any help greatly
appreciated!
>