QuantConnect / Lean

Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
https://lean.io
Apache License 2.0
9.83k stars 3.26k forks source link

IQFeed IDataQueueHandler #264

Closed jaredbroad closed 8 years ago

jaredbroad commented 8 years ago

Create an IQFeed implementation of IDataQueueHandler for local live trading.

Can use https://sentineliqf.codeplex.com as a starting point, but this code is fairly old and messy so probably worth a re-write.

bizcad commented 8 years ago

Great idea. @AlexCatarino If I can help let me know. I almost signed up for Kinetick this week, but IQ looks better. I am also looking forward to the nanex. Great feeds breed great trading.

AlexCatarino commented 8 years ago

@bizcad, thanks. As soon as I get to this issue (it's 3rd in my priority list right now), I will evaluate and seek for your help.

jaredbroad commented 8 years ago

Closed by #89bb637