Amir
Amir
@1g0r may i ask how did you initialized your TcpConnection? what's IP/Port for 'client'?
> ``` > TLVector vectorInputPhoneContact = new TLVector(); > vectorInputPhoneContact.Add(new TLInputPhoneContact > { > FirstName = "FirstName", > LastName = "LastName", > Phone = "111111111" > }); > > TLImportedContacts...
> > Using the [python-binance](https://python-binance.readthedocs.io/en/latest/) package I was able to achieve in putting the Stop Loss and Take Profit in 3 different actions: > > ```python > > order =...
You can send the value for `leverage` in the body of the trade request. ``` body = { 'clientOid': market_order_cid, 'side': 'sell', 'symbol': symbol, 'type': 'market', 'leverage': self.leverage, 'size': quantity...