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

Live Trading Connectors #1

Open
sirinath opened this issue Oct 14, 2017 · 6 comments
Open

Live Trading Connectors #1

sirinath opened this issue Oct 14, 2017 · 6 comments

Comments

@sirinath
Copy link

Can you add live trading connectors also.

@balupton
Copy link

balupton commented Oct 14, 2017

I am working on a webservice right now that places automated trades:
https://github.com/balupton/automated-trading

Currently it is done by sending messages like {"atmarket": "stock", "call": "order", "symbol": "TSLA", "action": "buy"} to a URL like https://VALUE.cloudfunctions.net/parse?atuserid=VALUE which will place a buy order on TSLA on all configured stock exchanges for that user. Currently it uses Trading View strategies as the alert mechanism. The goal is to turn it into a user-facing web service.

I've been keeping an eye on this repository as a way of sending alerts into my system. Would be great to accomplish it, as it seems Trading View can be a bit fragile for this use case.

@dysonance
Copy link
Owner

@balupton Great to hear this project could be of some help to you. I don't think this feature is out of the question by any means. I would love to add this functionality. One of the next big items on my todo list for this package is to formalize an Order type to allow more general methods to interact with the Strategy and Portfolio objects, and I think a natural extension of this Order type would be to allow the sending of order messages to webservices like yours. Let's discuss this more so I have a better idea of how it would be best to design the code to allow this functionality in the future.

@dysonance
Copy link
Owner

Also @sirinath let me know if there are any specific live trading connectors would be most helpful to add, both for you and in your opinion for the wider user base as a whole. Would be great to get some insight into how to best make these connectors interface with their respective API's. In other words, would it be best to do a general URL message-sending setup as @balupton is suggesting, and/or are are there other ways that would be ideal?

@sirinath
Copy link
Author

Interactive Brokers API would be one.
Also FIX and other protocols

@dysonance dysonance added the data label Oct 27, 2017
@uwbanjoman
Copy link

sirinath I found this: A Julia implementation of Interactive Brokers API @ https://github.com/lbilli/Jib.jl

@skanskan
Copy link

Bitcoin trading would also be great.

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

No branches or pull requests

5 participants