Any good open-source trading platforms for futures and stocks?

Discussion in 'App Development' started by toon, Jun 22, 2021.

  1. NinjaTrader 8 is a big upgrade to NinjaTrader 7. NinjaTrader 8 is multithreaded and was designed to take full advantage of modern PC architecture. To achieve the highest possible level of performance, it utilizes all available CPU cores, additional memory resources, and recommended to only run on SSD.
     
    #21     Jun 23, 2021
    RedDuke likes this.
  2. #22     Jun 26, 2021
    toon likes this.
  3. runtrader

    runtrader

    I too have been frustrated in the past, so I've spent 3 years building my own software.

    I gave up on Python, its way too slow for my personal requirements. Instead I've written my platform from scratch in Golang. I utilise a web based UI, I use Bulma as my CSS component library and Highcharts for visualisation. I use a Golang based object database (Pudge) for persistence. I use IQFeed and IB as a datasource and IB and IG Index for execution. I've built my own custom data collection, backtesting, risk management, execution, monitoring from scratch.

    I download and analyse 1000's of assets, which I then form into portfolios for trading. No open source, or even paid application comes anywhere close to my requirements.

    I believe that if you're serious about quantitive trading you need to build your own software. Trading via a generic platform and via charts is not for me.
     
    #23     Jul 1, 2021
    shuraver and toon like this.
  4. '1000s of assets'

    ?

    GAT
     
    #24     Jul 1, 2021
  5. runtrader

    runtrader

    Yes 1000's of global stocks - US, UK & Canadian - not to mention futures and currencies
     
    #25     Jul 1, 2021
  6. traider

    traider

    Admit it you love programming
     
    #26     Jul 1, 2021
  7. runtrader

    runtrader

    I do love programming, I've always loved it, since I was 13, I'm 51 now!
     
    #27     Jul 1, 2021
    shuraver and toon like this.