PureBytes Links
Trading Reference Links
|
Regarding this discussion, is it possible to load a different value
into one of the fundamental fields to be used in a scan. For
example, if I have a field associated with a fund called "%Load" and
want to scan for all funds with %Load < some value, can I load the
percent Load into the "ROE" field for example and scan on ROE but
really be looking at %Load??
Anyone know if this can be done?
If the answer is yes, another question later on will be how do I get
the specific data I want into the proper field in the AB database.
Right now my source is an Excel spreadsheet but that in turn
downloaded data from the Morningstar database (somehow).
I am trying to answer a question for someone who has been Excel based
and wants to try and become AB based.
Any suggestions?
Thanks,
Ken
--- In amibroker@xxxxxxxxxxxxxxx, "Joe Landry" <jelandry@xxx> wrote:
>
> Correct, it's stored in the AB database. Note you can view these
fields by
> selecting View/Symbol Information and you'll get a pane with these
fundamental values.
>
<snip>
> Joe L.
>
> ----- Original Message -----
> From: ftstrades
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Tuesday, February 20, 2007 6:35 PM
> Subject: [amibroker] Re: Exploring fundamental data in AB 4.90
>
>
> Thanks Joe, that works very nicely. Now I guess this is reading
from
> Yahoo Finance database I downloaded using Amiquote, How often
does
> one have to update Yahoo finance data via Amiquote though?
> Thanks
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Joe Landry" <jelandry@> wrote:
<snip>
> > a.. "ReturnOnEquity"
> > a.. "QtrlyRevenueGrowth"
> > a.. "GrossProfitPerShare"
> > a.. "SalesPerShare"
> > a.. "EBITDAPerShare"
> > a.. "QtrlyEarningsGrowth"
> > a.. "InsiderHoldPercent"
> > a.. "InstitutionHoldPercent"
> > a.. "SharesShort"
> >
> > Run this clip in the Automatic Analyzer choosing the watchlist
or
> filter.
> > // Start of Explore Example
> > ROE = GetFnData("ReturnOnEquity");
> > filter = ROE > 15;
> > addcolumn(ROE,"Return on Equity");
> >
> > HTH
> > Joe
> >
Please note that this group is for discussion between users only.
To get 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
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|