Need advice! C# library for algo traders on Interactive Brokers.

Discussion in 'Trading Software' started by samujan, Nov 15, 2021.

  1. samujan

    samujan

    Hi friends. I am a C# programmer trader. I want to make my own simple library for Interactive Brokers API in C# to be able to make non-standard bots that you can't make through Wealth Lab/TradingView etc.

    Bots that will work with the market depth, arbitrage for example, candles and other.

    Library will be free and for those who want to learn C# and coding can study for money. I think it is a good business model.

    Write what you would like to see in such a library and your level of programming :)

    P.S. I looked at the InterReact library, but it clearly does not cover the issue of C# programming for algo traders.
     
  2. RedDuke

    RedDuke

    Download IB gateway and use NinjaTrader with it. Ninja is written in c# and you have it at your disposal. All our algos written this way. Though, we moved from IB due to daily restarts.