Recent content by OpenTrade

  1. OpenTrade

    Professional programmers

    I am a full-time programmer and part-time trader. I love coding more than trading. I am also working on open-source projects. https://github.com/rustdesk/rustdesk An open-source remote desktop software
  2. OpenTrade

    saxo sucks

    bad currency conversion price, wide FX spread, slow ticket handling
  3. OpenTrade

    Do I need to maintain position for each LP if we write our own aggregator?

    We are writing a FX aggregator. Per my experience in stock trading system, we do not need to maintain each position for each ECN, we only need to maintain the total position, I thought the primary brokerage can handle this for us. In FX, we also have primary brokerage, can they handle this for...
  4. OpenTrade

    To make us feel better, billionaire proves they can be idiots too

    Who said billionaire can not be idots.
  5. OpenTrade

    Algo trading - partner needed.

    so many crypto trading projects there on github.
  6. OpenTrade

    which api should I choose? restful api or fix?

    If you do not do colocation, FIX should be the best choice, actually Nasdaq's OUCH and NYSE's CCG both are simplified binary version of FIX.
  7. OpenTrade

    Off the shelf software vs a mix of open source?

    You can try out our opensource project OpenTrade. I have read through your post, it supports most of your requirements. This is an open source OEMS, but also an intraday algorithmic trading platform. It supports C++ and Python alpha both. The same code for backtest and live. By default, it is...
  8. OpenTrade

    Understanding Trade Executions with NBBO?

    Just wondering how exchanges synchronize NBBO with each other?
  9. OpenTrade

    Front end for IB

    You can try out opentrade which has implemented IB api, manages internet disconnects, power outages, disconnects on IB's side, daily resets on IB's side. Currently it only implements simple order types (limit/market/stop), but you can customize yourself...
Back
Top