Thank you, Joe and Tomasz. I actually have version 1.5.1. For some reason, it just started working again. Freaky.
--- In [email protected], "Joe Landry" <[EMAIL PROTECTED]> wrote: > > Cato - I 'm not clear on why that happens except that when you have an old DLL in the specific > copy of AB that you are using. I had a miscue earlier this week when I was using an older version of the DLL > and trying the getextradata for Sales and EPS. > > Best regards > JOE > > > > > A new version of Quotes Plus plugin (v1.5.0) has been just released. > It is available for download from: > http://www.amibroker.com/bin/QP2.dll (20KB) > > After downloading you should copy it to "Plugins" subfolder of AmiBroker directory. > Make sure that only one copy of QP2.dll is present in that directory, > otherwise it won't work (just in case as Windows tends to create "Copy of..." files) > > CHANGES COMPARED TO 1.4.3 > > + Added "Retrieve actively traded symbols only" to the "Configure" dialog > > when checked (by default) then retrieve gets only issues with issue_status = '0' (actively traded). All other issues are skipped. > when unchecked all symbols in QP2 database are retrieved (even invalid/test ones) > > > + GetExtraData now supports two new historical fundamental data fields "Sales" and "EPS" > > Sales and EPS historical figures are provided by QP2 on quarterly basis. > Since QP2 reports dates for this data only in YYYYMM format (without day), > to ensure no future is referenced, AmiBroker returns data for given fiscal quarter starting from the first > day of NEXT month occurring after Sales/EPS date provided by QP2. > > Example: > Plot(GetExtraData("Sales"), "Sales", colorRed ); > Plot(GetExtraData("EPS"), "EPS", colorGreen ); > > + "Retrieve" generates more detailed groupings now: > > index, common stocks, preferred stocks, ADR, warrant or right, mutual or investment trust fund, > convertible preferred, ETF, Unit - (UIT), certificate, Unit > > > + Undefined industry now appears under Undefined sector instead of "Internet" > > > Best regards, > Tomasz Janeczko > amibroker.com > > > ----- Original Message ----- > From: fatboycato > To: [email protected] > Sent: Friday, March 17, 2006 11:09 AM > Subject: [amibroker] Re: GetExtraData > > > I got a new one now. I tried to run my code to look at the numbers > while looking at the definitions and I get: > "GetExtraData() call failed." > > I have no idea what I did. I don't think I did anything different than > last night. I tried all fields and couldn't get any of them to work. > Any suggestions? > > > > > > > Please note that this group is for discussion between users only. > > To get support from AmiBroker please send an e-mail directly to > SUPPORT {at} amibroker.com > > For other support material please check also: > http://www.amibroker.com/support.html > > > > > > SPONSORED LINKS Investment management software Real estate investment software Investment property software > Software support Real estate investment analysis software Investment software > > > ------------------------------------------------------------------- ----------- > YAHOO! GROUPS LINKS > > a.. Visit your group "amibroker" on the web. > > b.. To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > > c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. > > > ------------------------------------------------------------------- ----------- > ------------------------ Yahoo! Groups Sponsor --------------------~--> Try Online Currency Trading with GFT. Free 50K Demo. Trade 24 Hours. Commission-Free. http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/GHeqlB/TM --------------------------------------------------------------------~-> Please note that this group is for discussion between users only. To get support from AmiBroker please send an e-mail directly to SUPPORT {at} amibroker.com For other support material please check also: http://www.amibroker.com/support.html Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/amibroker/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
