Algorithmic Paper Trading

Discussion in 'Automated Trading' started by wfeagin3, Aug 30, 2013.

  1. wfeagin3

    wfeagin3

    I have an algo written in java and also in python. I am planning to use IB when finally going live with the algo. However, I am wanting to do some paper trading before that. IB requires a funded account of $10k to use their paper trading features. Are there any other API's out there that I can use to papertrade that are free and do not require a funded account?

    If you have used anything else besides IB for paper trading, please let me know!

    Thanks!
     
  2. tradelink
     
  3. tradelink is a platform.

    MB Trading is a broker who offers unlimited paper trading API.
     
  4. Could try apidev-at-tdameritrade-dot-com -- not sure what if anything they require for funding.
     
  5. assuming you have a market data feed, tradelink can papertrade that feed. iqfeed starts around $70/month for retail i believe.

    tradelink not java or python though, although there are supposedly decent .net intepreters for python. maybe if you wrote your idea in two languages already you don't mind though.

    ib has a demo account you can papertrade with, but i believe it's delayed by a day and shared by many people.
     
  6. wfeagin3

    wfeagin3

    I actually do have a TDAmeritrade account. I guess what you typed is an email address?
     
  7. wfeagin3

    wfeagin3

    Let me clarify. I am looking for completely free alternatives. I don't care if the data is delayed.
     
  8. quantopian is great but still in beta mode but regardless you can write your code in python and backtest through your browser and run live simulations.
    (they will start live trading with ib shortly)