Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for IB live? #142

Closed
fimmugit opened this issue Nov 17, 2020 · 7 comments
Closed

Support for IB live? #142

fimmugit opened this issue Nov 17, 2020 · 7 comments

Comments

@fimmugit
Copy link

Hello,

I just installed zipline-trader in python 3.6 env. I see ZT has alpaca api but nothing for IB. Your doc hints to support IB live trading. Is this true or just a plan?

Sincerely,

fimmu

@fimmugit
Copy link
Author

I downloaded a zip file from the repository and unzipped it in my download folder when I run the pip install -e . command. After a while, it said zipline-trader was installed sucessfully. However, zipline and a few others were still in the download folder with an egg.link poined from the site-package folder in my env. Did I do something wrong? Any suggestion for installation for Windows?

As for the IB question I posted above, I did see a IB test script in the test folder.

@shlomiku
Copy link
Owner

Hi.
A Broker is used for 2 things:

  1. Get data for ingestion
  2. Trading

For Trading there is an implementation for both Alapca and IB
For data, we only use the FREE data source from Alpaca

@shlomiku
Copy link
Owner

shlomiku commented Nov 18, 2020

For installation follow one of the options here: https://zipline-trader.readthedocs.io/en/latest/install.html

@fimmugit
Copy link
Author

fimmugit commented Nov 21, 2020 via email

@shlomiku
Copy link
Owner

yes, that is expected

@fimmugit
Copy link
Author

fimmugit commented Nov 25, 2021 via email

@bcs20
Copy link

bcs20 commented Nov 7, 2022

"I just installed zipline-trader in python 3.6 env. I see ZT has alpaca api but nothing for IB. Your doc hints to support IB live trading. Is this true or just a plan?"

Still i don't see that hint in the test folder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants