Бюджет:
15 000 руб
c# integration to Interactive brokerWe will need the following :1.Candle definition: Open Timestamp, High, Low, Open, Close, Volume, VWAP2.functions:1.Return list of all symbols -{List X ()}2.Return 1min candle data of a symbol from Timestamp to Timestamp -{List X (symbol, start Timestamp, end Timestamp)}3.Return the N last candles: {List X(symbol,N)}4.Make Limit order Order -{result X(Symbol, Side, amount, rate)}5.Cancel open order3.live update:1.Subscribe for update for each new 1min candle -{X(Symbol,Delegate) }2.Subscribe for account information (owned symbols, open orders, account history)