NexusFi: Find Your Edge


Home Menu

 





iqfeed on linux


Discussion in Brokers

Updated
      Top Posters
    1. looks_one DarkPoolTrading with 5 posts (0 thanks)
    2. looks_two ericbrown with 4 posts (5 thanks)
    3. looks_3 traderwerks with 2 posts (0 thanks)
    4. looks_4 balance with 2 posts (1 thanks)
    1. trending_up 9,209 views
    2. thumb_up 8 thanks given
    3. group 5 followers
    1. forum 14 posts
    2. attach_file 1 attachments




 
Search this Thread

iqfeed on linux

  #1 (permalink)
 
DarkPoolTrading's Avatar
 DarkPoolTrading   is a Vendor
 
Posts: 1,036 since May 2012
Thanks Given: 1,244
Thanks Received: 1,326

Hey all,

I know a few people here are running iqfeed on linux. Was there anything specific you had to do it get it working with Wine?

I've installed it using wine and it appears to all be ok. I can open iqconnect.exe, diagnostics.exe, etc...
I can even run the diagnostics and everything comes back fine.

The problem is that the 'connect' button in iqconnect.exe is not clickable. It is just greyed out. Regardless of whether I fill in my login/password, it simply stays greyed out.

wine 1.7.38
linux mint17.1

Not sure what's going on. Any suggestions?

(oh my kingdom for a native linux option)

Diversification is the only free lunch
Attached Thumbnails
Click image for larger version

Name:	Screenshot from 2015-07-15 18:15:22.png
Views:	199
Size:	14.2 KB
ID:	187354  
Follow me on Twitter Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Exit Strategy
NinjaTrader
ZombieSqueeze
Platforms and Indicators
MC PL editor upgrade
MultiCharts
Better Renko Gaps
The Elite Circle
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Diary of a simple price action trader
26 thanks
Just another trading journal: PA, Wyckoff & Trends
21 thanks
My NQ Trading Journal
19 thanks
Tao te Trade: way of the WLD
16 thanks
HumbleTraders next chapter
9 thanks
  #3 (permalink)
 
ericbrown's Avatar
 ericbrown 
Tulsa, OK
 
Experience: Advanced
Platform: Tradestation, TOS, Python
Broker: IQFeed, Tradestation, TOS
Trading: ES, SPY, Options
Posts: 201 since Jan 2011
Thanks Given: 339
Thanks Received: 258


I'm a bit late to the reply here but I ran across that same error when I didn't have the correct Micrsoft DLL's installed.

If you are connecting to IQFeed on linux for API access, check out this version -> https://github.com/bratchenko/docker-iqfeed

Using a docker container everything is already set up and configured, you just have to add your API log in details.

Follow me on Twitter Reply With Quote
Thanked by:
  #4 (permalink)
 balance 
Taiwan
 
Experience: Intermediate
Platform: TOS, Matlab
Broker: IB, ToS
Trading: HSI, TF, CL
Posts: 17 since Aug 2011
Thanks Given: 5
Thanks Received: 11

eric's docker suggestion no longer works for me.

Reply With Quote
  #5 (permalink)
 
ericbrown's Avatar
 ericbrown 
Tulsa, OK
 
Experience: Advanced
Platform: Tradestation, TOS, Python
Broker: IQFeed, Tradestation, TOS
Trading: ES, SPY, Options
Posts: 201 since Jan 2011
Thanks Given: 339
Thanks Received: 258


balance View Post
eric's docker suggestion no longer works for me.

The docker approached stopped working for me about a month ago. It has something to do with IQFeed turning off the 'demo' account so I had to rebuild IQFeed from scratch. Working now directly on linux without Docker.

Follow me on Twitter Reply With Quote
Thanked by:
  #6 (permalink)
 
DarkPoolTrading's Avatar
 DarkPoolTrading   is a Vendor
 
Posts: 1,036 since May 2012
Thanks Given: 1,244
Thanks Received: 1,326

Same here, I used docker for about a year then it stopped about a month back. At the time I recall getting a message on docker saying iqfeed was built using an old version of docker. A couple weeks later I upgraded docker without thinking and it stopped working.



So I actually think it's just a docker version thing. If anyone knows how to create a new docker iqfeed container in sure the community would be grateful. Bratchenko has a short guide on his github+docker account detailing how to create a new iqfeed docket container but I'm not familiar enough with docker to know how to do it.



In the mean time im using the regular iqfeed client with Wine which works fine. However I would prefer a docker solution so I don't have to use a GUI.

Sent using Tapatalk

Diversification is the only free lunch
Follow me on Twitter Started this thread Reply With Quote
  #7 (permalink)
 traderwerks   is a Vendor
 
Posts: 692 since Jun 2009
Thanks Given: 436
Thanks Received: 465


DarkPoolTrading View Post
If anyone knows how to create a new docker iqfeed container in sure the community would be grateful.

The docker hub only has about 138 pulls so I do not think it is that popular. His docker file needs to be updated, and I think he needs more separation in his layers. I would take a look, but I do not have a iqfeed login.

Math. A gateway drug to reality.
Reply With Quote
  #8 (permalink)
 
DarkPoolTrading's Avatar
 DarkPoolTrading   is a Vendor
 
Posts: 1,036 since May 2012
Thanks Given: 1,244
Thanks Received: 1,326


traderwerks View Post
The docker hub only has about 138 pulls so I do not think it is that popular. His docker file needs to be updated, and I think he needs more separation in his layers. I would take a look, but I do not have a iqfeed login.

Yeah, it's a docker version issue, not an iqfeed issue (I think?). I emailed him a while back asking if he would be willing to update it, but I got no response. Such a pitty, it worked really well and was great not to have to use a GUI. For my use case, I run iqfeed on a headless linux box so having to make a work around a month ago to start using the gui iqfeed client was a real pain in the ass.

Diversification is the only free lunch
Follow me on Twitter Started this thread Reply With Quote
  #9 (permalink)
 balance 
Taiwan
 
Experience: Intermediate
Platform: TOS, Matlab
Broker: IB, ToS
Trading: HSI, TF, CL
Posts: 17 since Aug 2011
Thanks Given: 5
Thanks Received: 11

1) It's been a while I use Linux, not to mention docker build so..
2) I found, with bratchenko's docker source, make the following modifications will definitely work!

In the docker-iqfeed-master directory, grep all files with IQFEED_DEMO, and version = 1.0.0.0
replace them with

'MATLAB_1694'
and
'1.0'

When you edit the file(s), do not include the quotes.

3) More help is needed to reduce the size (layers?) since I followed bratchenko's instruction and build a docker image of 1.8G!!

But at least it works!

Reply With Quote
Thanked by:
  #10 (permalink)
 traderwerks   is a Vendor
 
Posts: 692 since Jun 2009
Thanks Given: 436
Thanks Received: 465



balance View Post

3) More help is needed to reduce the size (layers?) since I followed bratchenko's instruction and build a docker image of 1.8G!!

Push your image to hub and I will take a look.

Math. A gateway drug to reality.
Reply With Quote




Last Updated on December 28, 2016


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts