-
Notifications
You must be signed in to change notification settings - Fork 38
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
Comments
I am working on a webservice right now that places automated trades: Currently it is done by sending messages like 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. |
@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 |
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? |
Interactive Brokers API would be one. |
sirinath I found this: A Julia implementation of Interactive Brokers API @ https://github.com/lbilli/Jib.jl |
Bitcoin trading would also be great. |
Can you add live trading connectors also.
The text was updated successfully, but these errors were encountered: