PureBytes Links
Trading Reference Links
|
Hello,
The difference is caused by several 'active' symbols that have no quotes.
(see my other message explaining that some symbols are marked
as 'actively traded' by QP2 (issue_status =='0') while they have no quotes).
I have asked QP2 staff about this problem already.
Auto-analysis automatically excludes symbols without any quotes, hence
smaller count.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "Steve Dugas" <sjdugas@xxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Tuesday, August 02, 2005 6:17 AM
Subject: Re: [amibroker] New Quotes Plus (QP2.DLL) plugin version 1.5.0
> Hi Tomasz - I have a question please. After just updating QP database with
> the new plugin, status bar shows 39,878 synbols. The usual amount with the
> old plugin was about 32,000. So I ran an exploration on all symbols with
> Filter = 1, and the results list says 28,696 rows, which makes more sense to
> me. Any idea why the discrepency? Thank you!
>
> Steve
>
> ----- Original Message -----
> From: "Steve Dugas" <sjdugas@xxxxxxxxxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Monday, August 01, 2005 10:17 PM
> Subject: Re: [amibroker] New Quotes Plus (QP2.DLL) plugin version 1.5.0
>
>
>> Thank you Tomasz! Very nice!
>>
>> Steve
>>
>> ----- Original Message -----
>> From: "Tomasz Janeczko" <amibroker@xxxxxx>
>> To: <amibroker@xxxxxxxxxxxxxxx>
>> Sent: Monday, August 01, 2005 1:44 PM
>> Subject: [amibroker] New Quotes Plus (QP2.DLL) plugin version 1.5.0
>>
>>
>>> Hello,
>>>
>>> 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
>>>
>>>
>>>
>>>
>>> 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
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>
>>
>>
>>
>>
>> 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
>>
>>
>>
>>
>>
>>
>>
>
>
>
>
>
> 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
>
>
>
>
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
<font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12h6mj60o/M=362131.6882500.7825259.1493532/D=groups/S=1705632198:TM/Y=YAHOO/EXP=1122965091/A=2889190/R=0/SIG=10r90krvo/*http://www.thebeehive.org
">Put more honey in your pocket. (money matters made easy) Welcome to the Sweet Life - brought to you by One Economy</a>.</font>
--------------------------------------------------------------------~->
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:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|