Hi Tomasz,

There is something I don't understand.  If IQFeed can only do real-time for
500 tickers at a time, why would it take 8000 seconds for 8000 tickers?
Wouldn't that be 16 seconds or 16 * 500 tickers?

I can live with 2000 tickers instead of 8000, but I'd need to be able to
scan them for 15-minute bars.  I mean: how can I know in advance which
ticker would do a breakout if that is my strategy?  Wouldn't that be
possible to scan them all this way?  And how do IQFeed decides which 500
tickers it downloads RT?

This is so confusing...

The real thing that makes me think about QCollector was all the backfilling
problems, the holes and things like that that appeared in AB.  Sometimes,
the data would go from let's say March 24 and the next day is April 4 and
there is no way to fill the holes.  I talked with support at IQFeed and they
suspect a problem with Amibroker, where the software would overwrite the
data instead of adding to it, but of course if that was the case I don't
understand why there would be holes...   The only way I could deal with
those holes was to right-click "backfilling" but it is a long thing to do
with over 5000 tickers (a REALLY long thing to do considering one would have
to do it often) but when it backfills it erases the first bars, so instead
of seeing my database getting deeper with more and more data I get the
maximum one year of intraday data offered by IQFeed.

Kind of mixed.

All I want is something reliable that works.  I thought QCollector could
help me collect the data and make it grow.  My goal is to have many years of
intraday data, and since I didn't find any way to obtain that I wanted to
extend my own database.

What we need to know now is if that backfilling/holes problem (which many
people talked about) is a problem by IQFeed or by Amibroker.  That seems
crucial to me.

Louis
2008/6/19 Tomasz Janeczko <[EMAIL PROTECTED]>:

>    Hello,
>
> Before you buy QCollector, you need to understand that both AmiBroker and
> QCollector
> use the same *IQFEED API* and the same servers.
>
> That means that you won't get ANY better backfills that you get with
> AmiBroker because it is the IQFEED API that handles backfill.
>
> The client application (AB or QC) just sends REQUEST and WAITS for data to
> arrive. No magic here. Then data arrive as text via socket.
> The speed is totally limited by the API and IQFeed server response time.
> It can be easily seen when using IQFeed own History demo that just
> downloads historical data and displays in the list box.
> The time since request to first response is well above 1 second and
> transfer speed is *exactly* the same as you would
> see in AmiBroker. You will see the same using QCollector.
>
> As to your question - there is no problem you can have 4 folders, 2000
> securities in each and AmiBroker can access
> all folders simultaneously, but you need to understand that no matter what
> you do, you won't get 8000 symbols updated in real time from IQFeed.
> Streaming via IQFeed (regular account) is for 500 symbols.
> It will take more than 8000 seconds (2+ hours) to backfill 8000 symbols.
> And that does not depend on program you are using for IQFeed.
>
> Generally speaking internet-based streaming RT sources are not designed to
> track 8000 symbols at once.
> You would need dedicated pipe or satellite dish for that many.
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
>
> ----- Original Message -----
> *From:* Louis Préfontaine <[EMAIL PROTECTED]>
> *To:* [email protected]
> *Sent:* Thursday, June 19, 2008 8:00 PM
> *Subject:* [amibroker] Metastock and Amibroker
>
> Hi,
>
> I am considering buying Qcollector for IQFeed, but it saves the data in
> Metastock files.  Metastock can only have 2000 securities per file, so I was
> wondering if there would be any problem for a large 1-minute databse with
> 8000 securities in Amibroker.  Would that be easy to manage?
>
> Thanks.
>
> Louis
>
>  
>

Reply via email to