Best Stock Analysis and Trading Platform for C++? Open-Source or Commercial.

Discussion in 'App Development' started by aurora_ray, Jun 22, 2016.

  1. In addition to the above I found some very nice architectural design diagrams for a system out of Australia I believe. However it was not clear if the project had been developed yet, or even if it was being worked on, since the dates were a few years old.

    Maybe we can form a team to work on this sort of program? I have time and would be interested in using modern C++, ie. c++14 and c++17.
     
    #11     Aug 22, 2016
    cjdsellers likes this.
  2. Run, don't walk, when you hear a developer say that...
     
    #12     Aug 22, 2016
  3. My project doesn't have a consistent C++XX flavour, but as I pick up C++11 and C++14 idioms, I incorporate them into code revisions. For what it is worth... some of the idioms do have some value, some have already been introduced via boost, so what ever works in any particular situation.

    The project has evolved, and covers several C++ releases, and is an expression of my own learning and evolution.
     
    #13     Sep 15, 2016
    931 likes this.
  4. Raju

    Raju

    Hi Aurora_ray,
    I am working on a trading system at the moment.
    We are trying to use QuickFix open source library.

    Please let me know if I can be any help.

    Regards,
    Raju
     
    #14     Sep 20, 2016
  5. 931

    931

    Also looked into open source few years ago but most of the projects didnot seem to have multithreaded strategy testers or much attention to detail. I ended up making own software instead, it may take 10-20k+ of lines of code to get to somethin useful but later it is much easyer and faster to modify after wheel reinvented :vomit::cool:.
    Editing the sources for com is probably one of the smaller problems compared to the time and effort other aspects may take.
     
    Last edited: Nov 26, 2016
    #15     Nov 26, 2016
  6. Macca1

    Macca1

    #16     Dec 18, 2016
  7. Thank you for the link, however they are selling software via a license. I don't know why they call it open source. Just because customers get to view and modify the code doesn't make it "open source" in my opinion.
     
    #17     Dec 19, 2016
  8. I talked to Lime, but it was expensive, yes. Thanks for the help but I must look further....
     
    #18     Dec 19, 2016
  9. Macca1

    Macca1

    What makes something Open source?

    Open source = access to source code with a license provided by the copyright holder. Open source software is always distributed with a license, which can be used for commercial purpose/ and sold. They call it open source because it fits the definition.

    If you released software into the public domain without a license and tried to waive copyright altogether, then by definition it wouldn't be open source.

    What you are looking for is "Free Open Source".
     
    #20     Dec 20, 2016