ES Algo 10K - 20 K positions / day

Discussion in 'Automated Trading' started by Futures_Trader, Dec 20, 2020.

  1. Hi all,

    I'm futures trader since 2005, I'm trading on Jigsaw (DOM)

    My best friend is a futures broker and I proposed to him to create and use an futures algo trading especially ES.

    The target is to make 10 000 - 20 000 (los / win) positions per day before reaching the daily DD which is 0.5 %.

    My question is: which language is faster for the fast excecution (C++, Python)?
    I'd like to use Rithmic as a data provider.

    Best regards

    Anthony
     
  2. fan27

    fan27

    If you have to ask which language is faster (C++, Python) I strongly suggest you stay with your Jigsaw (DOM) trading and do not embark on this project.
     
  3. Girija

    Girija

    It is not the language but algorithm and ability to subtasks that matters.
     
    yc47ib likes this.
  4. Robert Morse

    Robert Morse Sponsor

    I suggest you consider the API you want to use, then code to that. You use Rithmic data, how about the Rithmic APi?

     
    Last edited: Dec 20, 2020
  5. Just one question: WHY ? :)
     
  6. Thank you Sir, I will check that
     
  7. fan27

    fan27

    Because you have no programming experience.
     
  8. MarkBrown

    MarkBrown

    easy use dual FPGA cards from the HXT sub-family of Xilinx Virtex to build ultra low latency, high throughput trading platform without CPU intervention. oh and fortran..
     
    yc47ib likes this.
  9. what do you mean 10k positions? 10k contracts?
     
  10. BAT31

    BAT31

    Unless you are an institution that uses HFT, the speed of execution isn't even an issue when it comes to retail algo trading.

    To answer you question, C++ is inherently faster than Python, so naturally, one would assume that it is faster when it comes to algo trading execution. The question is how much faster is it?

    With caching (.pyc), Python closes the gap, thus making your question even less of an issue. In my opinion, choose the language with shallower learning curve.
     
    #10     Dec 20, 2020
    yc47ib likes this.