Is anyone using the Rithmic API to place orders directly? Or knows of a developer who has successfully completed this task? Thanks Mark
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.
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
I used it, it worked. Establishing connection was a bit of ierd. Also used c++ but they have added REST since.
AFAIK, Rithmic provides their protocol as proto files, so you can generate code for any language you want.
I have completed this task and others in Rithmic Python API. https://github.com/rayeni/python_rithmic_trading_app