Real time API for trading

Discussion in 'Trading Software' started by igoryuzo, Feb 11, 2019.

  1. igoryuzo

    igoryuzo

    Hello guys,

    I'm a software engineer and I'm curious about the various API's that are available to place trades. I've looked at IB but have been reading there are issues with documentation and support.

    Can anyone recommend good alternatives? I've also contacted Robinhood and asked if they are developing an API, they said they are in beta. Hoping that comes out soon. Until then any recommendations are appreciated. Thank you.
     
  2. ZBZB

    ZBZB

    tommcginnis likes this.
  3. The API is the least of your concerns. IB is ok.
     
    d08 and tommcginnis like this.
  4. Felix168

    Felix168

    IB is a solid broker. Their API works reasonably well, the documentation is decent, and includes sample projects you can use to get your feet wet. My experience when contacting IB with questions was very good.

    Depending on what you are planning to do, you might not need/ want to automate everything. For reasons tied to E&O insurance, fully automated trading might not be the best goal. I personally only pull the account holdings through the broker API, automatically create a basket file with the required changes, and import that back into TWS manually.

    Cheers, Felix
     
    tommcginnis, ET180 and nooby_mcnoob like this.
  5. igoryuzo

    igoryuzo

    Thank
    Thanks for the response. I don’t have a business why do I need E & O insurance? What is TWS? I’m a noob so I’m just gathering data. My goal is to trade options based on momentum indicator using a few models/algos.
     
  6. igoryuzo

    igoryuzo

    What is another concern? I would appreciate if you elaborated. Thank you.
     
  7. igoryuzo

    igoryuzo

    I’m looking to trade options based on momentum indicators programmatically. What should I look out for in terms of obstacles.
     
  8. Will your program be trading a strategy that you're already trading manually, mechanically and profitably?
     
  9. Felix168

    Felix168

    If you don't have a business, there's no need for E&O insurance. It is still worth thinking about all the possible points of failure when considering fully automated trading: the exchange, the internet connection, the data subscription, the broker interface, the software framework you are using, your proprietary trading code...

    TWS is Interactive Broker's Trader Workstation. That's the piece of software you use for both manual trading, and for the API. A possible alternative is IB Gateway, which does not have the graphical frontend to enter trades manually.

    If you are looking to trade options, have a look at my open-source project: www.TuringTrader.org. One of the few simulators out here, capable of trading options. I am not sure how you are thinking to use momentum indicators in the context of options though. Are you planning to run indicators on the underlying, or on the individual option contracts? The latter might be difficult, as the time series will be a bit short, especially considering that you might need a warmup period.

    Cheers, Felix
     
    tommcginnis likes this.
  10. You should try Tradier. I like their API and also their support
     
    #10     Feb 12, 2019