PureBytes Links
Trading Reference Links
|
<SPAN
class=691013104-24072003>Dominick,
<SPAN
class=691013104-24072003>
the
following exploration works on my system......
<SPAN
class=691013104-24072003>
<FONT
color=#000000 size=2>
Filter=1<FONT color=#282828
size=2>;
// 1ExploreDollarVolumes
<FONT
color=#0000ff>
MktCap = GetExtraData<FONT face=Arial
size=2>("SharesFloat"<FONT face=Arial
size=2>) * ( (O<FONT
face=Arial size=2> + H<FONT
face=Arial size=2> + L<FONT
face=Arial size=2> + C<FONT
face=Arial size=2>) / 4<FONT face=Arial
size=2> ) * 1000000<FONT color=#282828
face=Arial size=2>;
InstHldgs = GetExtraData<FONT
face=Arial size=2>("InstHolds"<FONT
color=#282828 face=Arial size=2>);<FONT
color=#0000ff>
Beta = GetExtraData<FONT face=Arial
size=2>("Beta"<FONT color=#282828
face=Arial size=2>);
AddColumn(mktcap,<FONT
color=#ff00ff size=2>"market cap"<FONT color=#282828
size=2>);
AddColumn(insthldgs,<FONT
color=#ff00ff size=2>"Inst");<FONT
color=#0000ff size=2>
AddColumn(beta,<FONT color=#ff00ff
size=2>"Beta");
Regards,
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: dom1_1998
[mailto:Dom2000@xxxxxxxxxxx]Sent: Thursday, July 24, 2003 12:08
AMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] Re:
Narrowing tradable stocksI still cannot get past
GetExtraData error for the"ExploreDollarsVolumes" exploration. The new
QP2.dll plug isinstalled in the plugins directory and QP2 EOD is my default
database.Here's a portion of the formula://
1ExploreDollarVolumesMktCap = GetExtraData("SharesFloat") * ( (O + H + L +
C) / 4 ) * 1000000;InstHldgs = GetExtraData("InstHolds");Beta =
GetExtraData("Beta");DominickSend
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
ADVERTISEMENT
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|