PureBytes Links
Trading Reference Links
|
I still cannot get past GetExtraData error for the
"ExploreDollarsVolumes" exploration. The new QP2.dll plug is
installed in the plugins directory and QP2 EOD is my default database.
Here's a portion of the formula:
// 1ExploreDollarVolumes
MktCap = GetExtraData("SharesFloat") * ( (O + H + L + C) / 4 ) * 1000000;
InstHldgs = GetExtraData("InstHolds");
Beta = GetExtraData("Beta");
Dominick
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for Your HP, Epson, Canon or Lexmark
Printer at Myinks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/sOykFB/k9VGAA/ySSFAA/GHeqlB/TM
---------------------------------------------------------------------~->
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 http://docs.yahoo.com/info/terms/
|