PureBytes Links
Trading Reference Links
|
Is it Passover already? ;)
(where do you get this?)
Joseph Biran
____________________________________________
_____
From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On
Behalf Of Don Lindberg
Sent: Monday, December 11, 2006 8:58 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: Re: [amibroker] Re: How to use Yahoo fundamental data ?
Song,
The only data available on "Insider Transactions" is Insider Hold
Percent.
You can call it with the function GetFnData(InsiderHoldPercent). A
piece of sample code follows"
Filter=C > 0;
Inside=GetFnData(InsiderHoldPercent);
AddColumn(Inside,;"Insider Percent", 1.2);
When you run this exploration it will give you the Insider Percent for
any stock in your database that has Insider Holdings in Yahoo's Data.
Hope this Helps,
Don
Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.15.16/582 - Release Date: 12/11/2006 4:32 PM
|