PureBytes Links
Trading Reference Links
|
I just noticed that in the chart menu under tools, plugins, QP data
plugin type data,version 1.42 has a "no" under certified and and a
"yes" for Metastock data plugin.
I selected load but still says no. I ran the exploration again and
I now get a different error:
Error 1
Line 21, Column 37:
AddColumn(PEG,"PEG Ratio",6.2);
AddColumn(QRS,"QRS",3.0);
AddColumn(InstHldgs,"InstHldgs",6.2);
AddTextColumn(IssueType,"IssueType");
------------------------------------^
Variable 'issuetype' used without having been initialized. and
Error 2:
Line 21, Column 37:
AddColumn(PEG,"PEG Ratio",6.2);
AddColumn(QRS,"QRS",3.0);
AddColumn(InstHldgs,"InstHldgs",6.2);
AddTextColumn(IssueType,"IssueType");
------------------------------------^
Error 2.
Bad arguments
Dom
--- In amibroker@xxxxxxxxxxxxxxx, "dom1_1998" <Dom2000@xxxx> wrote:
> 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 & Refill Kits for Your Epson at Myinks.com
Free shipping on orders $50 or more to the US and Canada.
http://www.c1tracking.com/l.asp?cid=5705&lp=home/epson.asp
http://us.click.yahoo.com/brYXfA/_xWGAA/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/
|