Within these explorations you will get an idea of what and how to import different
types of fundamental data from Quotes Plus. The author, Don Lindberg, was kind enough to share these with the group some years ago. wrzec From: [email protected] [mailto:[email protected]] On Behalf Of rise_t575 Sent: Wednesday, June 09, 2010 5:09 PM To: [email protected] Subject: [amibroker] Re: Value Investing with Amibroker? Dennis, I'm doing this with the Quotes Plus database which has a build-in EPS rank, which you can access by using the following AFL code: EPSRank = GetExtraData( "EPSRank" ); I am still wondering if and how I can access the other fundamental data provided by the Quotes Plus database, though. --- In [email protected] <mailto:amibroker%40yahoogroups.com> , "haemi110" <haemi...@...> wrote: > > Hi everyone, > > I'm new to amibroker and first thought of using it for technical analysis where it seems to be very useful. But I'm wondering if its also possible to do market scans on fundamental data. For example I want to rank a list of stocks on EPS. Is that possible? > > Thanks, Dennis >
