Demo of ZeroMQ Pub Sub pattern with live real time IQFeed ticks

Demo of ZeroMQ Pub Sub pattern with live real time IQFeed ticks_controller Here is a working live demo of IQFeed real time program feeding ticks into a ZeroMQ socket created as a publisher. The client subscriber is the same Visual Studio project as  ZeroMQTestSub. Note that code snippets can only be provided from the IQFeed […]

Complete walkthrough of all software with IQFeed and Interactive Brokers TWS

Complete walkthrough of all software with IQFeed and Interactive Brokers TWS This is a complete walkthru tutorial of detailed coverage of all the software I used in this automated trading system set of components. It includes the software needed purchase which are pretty affordable considering the amount of time you could save.  

Here is an R package to interface R and IQFeed together for market data and tick feed

Here is an R package to interface R and IQFeed together for market data and tick feed https://github.com/bwlewis/iqfeed I will try this out with a potential review. NOTE: This appears it does not run. There is an Python version ut I gave up as I don’t know it https://github.com/sobotklp/pyqfeed/blob/master/setup.py daily <- HDX(“XOM”,days=3) Warning message: In […]