lbilli / Jib.jl

A Julia implementation of Interactive Brokers API
MIT License
61 stars 14 forks source link

Integration with Rocket.jl #45

Open Roh-codeur opened 9 months ago

Roh-codeur commented 9 months ago

hi,

this looks like an excellent package, thanks for putting this together. for those of us who are new to Julia, from python, could you please illustrate an example of how to integrate this with Rocket.jl?

thanks

lbilli commented 9 months ago

I'm afraid I don't much about Rocket.jl. Could be a nice project to look into it though.

oliviermilla commented 4 months ago

@Roh-codeur, check out https://github.com/oliviermilla/Lucky.jl. It's exactly what you're looking for a reactive trading framework. It is extendable to sources/providers/else. Integration with Jib isn't started yet though. Looks straightforward if you want to give it a shot.

oliviermilla commented 4 months ago

@lbilli official releases to Julia's pkg repo would be nice as well. :)

Roh-codeur commented 4 months ago

@Roh-codeur, check out https://github.com/oliviermilla/Lucky.jl. It's exactly what you're looking for a reactive trading framework. It is extendable to sources/providers/else. Integration with Jib isn't started yet though. Looks straightforward if you want to give it a shot.

Thanks mate, that looks like a great package!

oliviermilla commented 4 months ago

@lbilli would you be ok to publish your package to Julia's General Package repository? I can do it with an access to your repo to install the registrator as a Github app: https://github.com/JuliaRegistries/General

or I can do it from a fork on my account.

Up to you :) 🚀

oliviermilla commented 4 months ago

Hello @lbilli , without any reply from you, I took the liberty to register from my repository. Doing so, I discovered that you recently tried to register the package as well (https://github.com/JuliaRegistries/General/pull/101999).

The registration from my repo is going through (https://github.com/JuliaRegistries/General/pull/102610 ) with a renaming. If that's ok with you, I'll let the registration happen after the three days mandatory waiting period. Let me know if that's something you'd not like, and I'll cancel it in favor of a PR on your repo.

Jib is great. Thank you for it. Interactive Brokers integration is the gateway for many finance enthusiasts in Julia. I hope you'll be pleased to have the package registered, and I'd prefer it to happen from your repo since you are the original author.

Let me know,

Best!