ql.0.77.84
corrected bug in access to series data with
VBA
ql.0.77.74
change ticks download to use IQFeed 4.5 (range tick download)
IQFeed intraday optimizations and some corrections.
IQFeed 4.5 client is now recommended
ql.0.77.70
minor corrections
ql.0.77.34
added Tick data example
-
Is now main production release and all users may upgrade now. There are many improvements but comparing with last production release with 0.76.* the two most important changes are the improvement in speed for Intraday/EOD series and TDA support of 600 symbols.
ql.0.77.21 (beta)
Intraday and EOD download speed optimization. Download hundreds of series is now easy.
TDA support for their new limit of 600 quotes
QuoteLink now brings back symbols that were rejected because of feed quota limits once there is room for new symbols. Working for IQ and TDA. Other feeds will follow.
Interactive brokers series now supported. All available charts (FOREX included) in TWS can be downloaded as a series.
ql.0.76.1
Historical/intraday data processing optimized (QL can now work with 500 series loaded with IQFeed)
QuoteLink now supports backfill through QuoteTracker
Correction: IB some symbols containing '-'s were not working ( example NYSE:TRIN-NYSE)
The example sheets are now installed on the local machine
ql.0.74.27
TDA: Open field added
ql.0.74.26
IQFeed: Modified QuoteLink to keep IQ connection manager running even if no quotes are being monitored.
IQFeed: Historical/intraday data. Both option formats .<root><month><strike> or <root> <month><strike> are accepted. Examples: .QQQHV, QQQ HV
better explained with an example:
ZN-FOP-200709-105-C-ECBOT
Symbol
type of instrument:OPT = OPTION,FOP=FUTURE OPTION, FUT=FUTURE, IND=INDEX, STK=STOCK,...
expiration year month using format ---> yyyymm
strike
right C or P ; call or put
Exchange
optionally currency USD, EUR ...
Separate the different elements with character '-'
If you are using IB this way of representing symbols is certainly familiar.
ql.0.74.7
minor corrections to QT
HTTP legacy adapter - added PCHANGE
ql.0.74.5
Added DLTA function which is an alias for the options DELTA function. (Necessary because there is another function named DELTA in Excel 2007)
new functions for historical data. See documentation.
PCHANGE field is now % CHANGE for most feeds. (coming from provider /or calculated )
added handy links to external sites
That will:
See Chain.xlt for an example.
ql.0.74.1
intraday downloads is now drmatically much faster and supports many downloads hundreds
new options wizard that simply downloads ALL options
optimizations 10% or more faster for level I quotes
ql.0.73.21
new intraday example
ql.0.73.10
TDA feed corrections
The Examples for Options, Intraday, Level 2,… can be now open using the menu associated with the QuoteLink icon in the taskbar.
For now on the Toolbar add-in won't be installed by the setup it may still be used as a tool or as an example. (If interested download it from site and install it as you would install any normal Excel Add-in)
ql.0.73.1
There is now a QuoteLink icon on the system tray with all configuration and log menus
The menu QuoteIN inside Excel has been removed.
The Cell menu ( the one that appears when there is a right mouse click over a cell) remains
ql.0.72.25
minor corrections removed unused Subs and sheets in QL-Tools
VBA add-in
* ql.0.72.7 - Windows Vista Beta supported
ql.0.72.6 - Beta testing version
Corrected: IQFeed BID CHANGE, ASK CHANGE was being wiped when a trade happens
ql.0.72.4 - Beta testing version
Corrected: issues with the toolbar add-in installation and upgrade.
The functions that wrap RTD moved to a XLL making them faster. The
VBA Add-IN qiwrapper.xla was thus eliminated.
a new Wrapper formula S wraps the RTD functions for series.
I don't expect many problems with this version but I recommend users with complex spreadsheets to test it carefully before using for trading on market hours.
Feeds <b>need to be reconfigured</b> for this version.
Memory use while using series has been optimized. You can now get 1 minute back to some 6 months or so. Since an excel sheet is limited to 2^16 rows you may need to use several sheets or alternatively process the data using
VBA,
VB or .NET programming languages to cover all data.
APIs have been improved
Folders used: All files including configuration files are NOW on folder <Documents Folder>\QuoteLink. There is a new sub-folder name 'Series' where all Series are cached. The folder <Application Data>\QuoteLink, used before for configuration file, will no longer be used. Other than that only folder <Program Files>\QuotelLink and its sub-folders are used.
Each session creates a new run.log file; the one named run.log is the last session and run-1.log,2,3 are previous sessions.This is to avoid very big log files while keeping latest logs.