Rithmic Programmatic Trading Interfaces API

Discussion in 'Automated Trading' started by MarkBrown, May 16, 2024.

  1. MarkBrown

    MarkBrown

    Is anyone using the Rithmic API to place orders directly?

    Or knows of a developer who has successfully completed this task?

    Thanks Mark
     
  2. rb7

    rb7

    Yes, I tried once, just to see how it was working.
    I was thinking of switching broker, but finally stayed with IB.
    I managed to send an order and received a fill (paper trade). Took me a few hours to code everything with the examples they were providing.
     
    MarkBrown likes this.
  3. MarkBrown

    MarkBrown

    what were the code language samples in?

    my orders are like this >

    Date: 2024-05-16, Time: 09:58:43.403, Price: 5345.25, Bar Number: 2348, Overlap: 1.00, Signal: BUY
     
  4. rb7

    rb7

    C++.
    Pretty straightforward to code (for a tech guy).
     
    MarkBrown likes this.
  5. qlai

    qlai

    I used it, it worked. Establishing connection was a bit of ierd. Also used c++ but they have added REST since.
     
  6. QuantVPS

    QuantVPS Sponsor

    Any reason in particular for Rithmic if only using API?
     
  7. InvBox

    InvBox

    AFAIK, Rithmic provides their protocol as proto files, so you can generate code for any language you want.
     
  8. R90802

    R90802

    I have completed this task and others in Rithmic Python API.

    https://github.com/rayeni/python_rithmic_trading_app
     
    MarkBrown likes this.
  9. MarkBrown

    MarkBrown