AethiopeRoot@lemmy.zip to Programming@programming.dev · 2 days agoLooking a Finance related Projectlemmy.zipexternal-linkmessage-square8linkfedilinkarrow-up17arrow-down12file-text
arrow-up15arrow-down1external-linkLooking a Finance related Projectlemmy.zipAethiopeRoot@lemmy.zip to Programming@programming.dev · 2 days agomessage-square8linkfedilinkfile-text
Recommend me any good finance related projects that may try to solve an actual problem being faced in the industry now.
minus-squareAethiopeRoot@lemmy.zipOPlinkfedilinkarrow-up2·2 days agoSince I’m not at the advanced level, I have general knowledge of HFT. But I’m sure implementing such Software would require a deep understanding of them and complex maths
minus-square6nk06@sh.itjust.workslinkfedilinkarrow-up2·edit-22 days agoSome people say that HFT is about small optimizations and avoiding copies. You can do that if you have a deep knowledge of C++. Or try something like QuantLib, it is a tradings’ library that I used aeons ago in some stock market company. https://www.quantlib.org/ They have a book too https://www.quantlibguide.com/A taste of QuantLib.html and Python bindings.
Since I’m not at the advanced level, I have general knowledge of HFT. But I’m sure implementing such Software would require a deep understanding of them and complex maths
Some people say that HFT is about small optimizations and avoiding copies. You can do that if you have a deep knowledge of C++.
Or try something like QuantLib, it is a tradings’ library that I used aeons ago in some stock market company. https://www.quantlib.org/
They have a book too https://www.quantlibguide.com/A taste of QuantLib.html and Python bindings.