Removing the golden handcuffs

Discussion in 'App Development' started by fan27, Jul 2, 2018.

  1. oh man, that is so funny i watched at least 10 times

    haha

    hope it goes better

    good luck
     
    #91     Sep 21, 2018
    fan27 likes this.
  2. fan27

    fan27

    Yeah...don't sign up for his signal service. Hilarious! :)
     
    #92     Sep 21, 2018
  3. Polygon.io

    Polygon.io Sponsor

    Good luck with the project! Any plans to open source it? Sounds very useful
     
    #93     Sep 27, 2018
  4. fan27

    fan27

    Thanks! No plans to open source it. I am however open to a mutually beneficial exchange of services/licensing in certain situations.
     
    #94     Sep 27, 2018
  5. userque

    userque

    I wish you well with this.

    How will yours compare to the products already commercially available that do the same or similar?

    How do you plan on competing, or coexisting with them?

    Thanks

     
    #95     Sep 27, 2018
    fan27 likes this.
  6. fan27

    fan27

    The similar products I have seen are mainly geared towards users who do not write code and are a desktop applications. The platform I am building will be an SDK component (compiled - no source code) which is used by a console application with full source code provided. The platform will be fully extendable with the ability to build custom code generators targeting any ATS platform.
     
    #96     Sep 27, 2018
    userque likes this.
  7. fan27

    fan27

    Performed a live trading test against an IB paper trading account with AlgoTerminal this week and the executed trades matched the back tested results (except for a few ticks here and there due to real time fills). I ran 12 strategies concurrently generating about 30 trades per day. So far AlgoTerminal looks like a solid choice as an ATS. My next task is to generate code from my platform that can be plugged directly into AlgoTerminal. I am designing this in such a way so that my platform will translate strategies/algos into a generic data structure which can be used by any number of code generators. The idea is that a user of the platform could look at the source code for the AlgoTerminal code generator I am writing, and write their own generator for whatever platform they are using for live trading.
     
    #97     Sep 28, 2018
    sharpquant and userque like this.
  8. fan27

    fan27

    I will be wrapping up the AlgoTerminal code generator in the next couple of days. This was a bit more effort than estimated but the result will be a common way of building other code generators. My top priority is to be live trading ASAP. Once that happens I will polish up the product a bit and get it to some traders who are currently running algos in some C# based platform. Preferably some people who have decent programming chops and could write their own code generator based on what I did for AlgoTerminal while using the source code as a template. PM me if the above describes you and you are interested in trying out the tech.
     
    #98     Oct 8, 2018
  9. fan27

    fan27

    I am now generating strategy code from my system which can be "dropped" directly into AlgoTerminal and executed. That being said, I have discovered a show stopper data issue in AlgoTerminal which if it cannot be resolved, I will have to abandon this platform and look for an alternative for live trading. Hope to hear from their support on Monday and will report back to this thread. The irony of the situation is I have automated everything from finding strategies, optimizing for different orders, and combining the strategies based on performance metrics with the output being code for an ATS (currently AlgoTerminal). StockSharp looks like a possible ATS alternative. The key feature I need is to be able to execute multiple strategies together and to have a component that controls risk of the entire group of strategies.
     
    #99     Oct 28, 2018
    tommcginnis likes this.
  10. qlai

    qlai

    So does this mean AlgoTerminal doesn't allow different strategies to communicate with each other?
     
    #100     Oct 29, 2018