PureBytes Links
Trading Reference Links
|
Jayson,
By mistake.
Best regards,Tomasz Janeczkoamibroker.com
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Jayson
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Thursday, July 24, 2003 3:23
PM
Subject: RE: [amibroker] Re: Narrowing
tradable stocks
<SPAN
class=362401713-24072003>Tomasz,
just
curious.... why then is the qp2 dll (and the esignal plug in) listed as not
certified?
Regards,
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: Tomasz Janeczko
[mailto:amibroker@xxxxxx]Sent: Thursday, July 24, 2003 2:31
AMTo: <A
href="">amibroker@xxxxxxxxxxxxxxxSubject:
Re: [amibroker] Re: Narrowing tradable stocks
Hello,
QP2 is plugin is not in beta stage. The 'undefined variable'
comes up because there is an error in the formula.
Simply "IssueType" MUST be retrieved by GetExtraData()
function. It is not reserved, predefined variable as say "close".
AddTextColumn( GetExtraData( "IssueType"
),"IssueType"); // GETEXTRADATA MUST BE CALLED
Hope this helps.
Best regards,Tomasz Janeczkoamibroker.com
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
<A title=jcasavant@xxxxxxxxxxx
href="">Jayson
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Thursday, July 24, 2003 6:36
AM
Subject: RE: [amibroker] Re: Narrowing
tradable stocks
<SPAN
class=165353304-24072003>Mine does as well. This is perhaps because the new
DLL is still a beta. Check the spelling for the variable issuetype. The
error indicates that you are asking for it with out having it first defined
above the addcolumn line. They must match exactly....
Regards,
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: dom1_1998
[mailto:Dom2000@xxxxxxxxxxx]Sent: Thursday, July 24, 2003 12:19
AMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker]
Re: Narrowing tradable stocksI just noticed that in
the chart menu under tools, plugins, QP dataplugin 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 1Line
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 argumentsDom--- 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");> > >
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.
Send 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.
Send 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.
Send
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.
|