Recent content by jacksonwoody

  1. J

    Rithmic API for Python

    Hi, see post above, it's a case of getting the right credential information from Rithmic and creating an ini file for the environment you want to use. Rithmic are rather slow, if you want access to the API for Paper Trading for example (think you may have to pass conformance test on Test first...
  2. J

    Rithmic API for Python

    Hi, sorry for the delay in replaying, for any environment to work, Test, Paper Trading or Live you need an ini file stored locally on your machine that has all the connection information, see example file attached, which I had to change the extension to 'txt' for the forum to accept, copy this...
  3. J

    Python friendly api for US Futures

    API goes directly to their servers, no need for an R Trader application at all
  4. J

    Python friendly api for US Futures

    hey, haven't specifically built that functionality directly, can be backed out by the orders functions and collating fills but that's not ideal. When I have some time I'll look to add this, feel free to put a request up on github of exactly what you're after.
  5. J

    Python friendly api for US Futures

    Hi all, I've put together a Python Rithmic Package that utilises the Rithmic Protocol Buffer API, check it out here: https://github.com/jacksonwoody/pyrithmic Allows live tick data streaming, historical download of data and order management, requires access to Rithmic, really need their...
  6. J

    Rithmic API for Python

    Hi all, I've put together a Python Rithmic Package that utilises the Rithmic Protocol Buffer API, check it out here: https://github.com/jacksonwoody/pyrithmic Allows live tick data streaming, historical download of data and order management, requires access to Rithmic, really need their...
Back
Top