SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Non-Tech : Quote.com QCharts -- Ignore unavailable to you. Want to Upgrade?


To: Judy who wrote (2005)5/4/1999 8:25:00 PM
From: Sean W. Smith  Respond to of 17977
 
Judy,

the SDK gives you access to streaming data, snap quote data, and hot list data. How you display and process the data is entirely up to you... the C++ class lib is very nice. Can't comment on the VB stuff...

Sean



To: Judy who wrote (2005)5/4/1999 8:26:00 PM
From: Dan Clark  Read Replies (1) | Respond to of 17977
 
Judy, regarding "...writing your own quote sheets...", the answer is no. The developers kit is both more and less powerful than that.

The downside is that the applications that you create cannot be connected to QCharts. Frankly, I would love to create various apps to plug into QCharts. But, you can't (currently). I've lobbied Gibbons on this issue. So far, no commitment.

The upside is that the applications that you can create plug directly into the QFeed data. I.e., you are not dependent on QCharts. Most people are using C/C++ or VB. Personally, I'm using VB to create an application that scans stocks for momentum plays using price and volume data. Since it is a program, I can write almost any type of scanning algorithm. QFeed provides time and sales data, Snapshot data and HotList data. I'm still implementing the infrastructure using time and sales data, but I expect to use Snapshots for detailed company data (65 day Avg Volume) and hot-lists as a source for "Hot Stocks".

Hope this helps.

Regards,

Dan.