-
Notifications
You must be signed in to change notification settings - Fork 1
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
Cryptocurrencies #12
Comments
Thanks @EricForgy First and foremost, I indeed want to make my project of crypto fund manager compatible with JuliaFinance. This will clearly allow me to focus on developing missing piece of code and accelerate project development by using ready made package, not to forget learning from others :)
That is a much broader question than it seems at first!
That is basically any asset, that two entities are willing to trade. And those assets can either be tangible (e.g. gold coin, real estate, raw iron, euro coin, etc) or intangible (e.g. dollars on a bank account, bitcoin, World of Warcraft items, etc...) At this point already, we can argue, if tangible assets should be handle by So, we would be left with intangible assets, left to classify within
This leads to many possible combinations with central bank currency ( This is just my opinion and I have not thought of the coding implication of such categorization yet, so more than open for discussion!
I guess FYI, I am now trying to define some standards types for |
Hi @roshii
I don't think you'll get any arguments from me. Currencies should be minimal and maybe SHOULD just keep it as labels for ISO currencies.
Yes, but all of these should fall under the
This sounds great. I hope I can help you 😊 At the end of the day, all this needs to go into an accounting system somehow so my initial effort was around general ledgers (and a distributed ledger falls in this category) so my vision is to have all the crypto assets, traditional assets and alternative assets work together seamlessly 😊
This is yet to be worked out and I'm happy to get input from you. In some of our earlier discussions we were suggesting
Something like that. Yeah 👍
Agree. That would be awesome.
Sounds good. Hope I can help 🙏 Keep up the good work @roshii 👍💪 |
I have some (quite old) Julia code with functions to get from (limit) order book
This code is composed of
On the other side, Kyle's lambda could probably be implemented for I also have some unit tests. Maybe you can create a https://github.com/JuliaFinance/OrderBook.jl repository (with a default settings with Travis enabled) and give me some grants. I'm currently quite pressed but could simply copy/paste code using Github web interface as a beginning. This is only a work in progress which should be improved to manage orderbook events such as a new limit buy order is add at a given level price for a given volume, a limit sell order of a given volume is removed at a given level price...) |
That make sense yes. So we maybe could agree to a structure as follows:
I do not think the different
I can only agree to this and since I am no accountant, I'd love to use functions that issue standard financial report whatever the assets are.
That make sense too, I'll take it from there and will try to fit Exchanges answers into a |
That's a good news :) We have something to start with !
I think we should en-globe all possible answers into a wider
That's a nice one, I never thought of market impact but that is something that should be considered indeed.
|
I just created https://github.com/roshii/MarketObservables.jl to start with. |
Hi @roshii , I just sent you an invitation to become a member of JuliaFinance. If you want, feel free to add / transfer your repo to JuliaFinance. I think that would be awesome 😊 (Sorry I've been distracted lately and not helping as much as I wanted 🙏) |
Thanks, much appreciated :) I'll transfer the repo today ;)
No bother, I have been distracted as well :D |
Sorry @femtotrader 🙏 I missed your comment. Been distracted. I sent you an invite to become a member of JuliaFinance as well. That should hopefully grant enough access that you guys can create repos 👍 (let me know if there is some problem) |
Thanks @EricForgy for this invite as a member of JuliaFinance, I accepted it. I'm a owner of JuliaQuant I will put my code in https://github.com/JuliaFinance/MarketObservables.jl when it will be transferred and CI with Travis set up. I won't be available from Thursday to Monday. So I can help today and tomorrow and will have some free time next week. |
MarketObervables.jl now belongs to JuliaFinance ;) |
Let's use this issue to discuss how to incorporate cryptocurrencies into the framework we've been outlining here.
@roshii
JuliaFinance/Currencies.jl#101
https://discourse.julialang.org/t/intro-juliafinance/20571/17
The text was updated successfully, but these errors were encountered: