Rithmic Programmatic Trading Interfaces API

Is anyone using the Rithmic API to place orders directly?

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

Thanks Mark
 
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.
 
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
 
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
C++.
Pretty straightforward to code (for a tech guy).
 
I used it, it worked. Establishing connection was a bit of ierd. Also used c++ but they have added REST since.
 
Any reason in particular for Rithmic if only using API?
 
Back
Top