-
## The error message ": Can't connect to the server"
``
```
List lstSymbol = new List();
lstSymbol.Add("BTCUSDT");
lstSymbol.Add("SXPUSDT");
lstSymbol.Add("IOTAUSDT");
lstSymbol.Add("EGLDU…
-
I don't know if i'm doing something wrong, I've put the URL on the env, and configured slack to recieve messages from user and bot, but nothing happens. Thanks!
-
version:
```
2021-06-03T08:27:07.240455Z [INF] TESTER-001.TradingNode: nautilus-trader 1.121.0
2021-06-03T08:27:07.240489Z [INF] TESTER-001.TradingNode: python 3.9.4
2021-06-03T08:27:07.240523Z [I…
-
In some scenarios, I'd need to store the result of the update streams as is, and to do that, I am serializing the object that Binance.Net has just deserialized. Example:
```c#
var stream= await _bin…
-
The BinanceClient.GetKlines function doesn't seem to exist for me. I'm using the latest version. I've looked at the example, and it doesn't seem to work in my project. I've added:
```
using Binanc…
-
Hello, i'm having problem while trying to Place an Oco Order.
I tried with two Symbols and both are OCOAllowed=true
Coins:
ETH
NEBL
When i try it manually, i can place an oco order for both…
-
Hi I have this code in a winform (I don't know if winforms is the best option though) 👍
In a button click "start" : i have this code
socketClient1.Spot.SubscribeToBookTickerUpdates("ADABRL", (…
-
Empty screen and wrong balance. :(
## Version
`Running Version: v0.0.66 (9787211) Latest Version: v0.0.66`
## Description
step:
1. git pull
2. change settings (live/production mode)
3…
-
Hi. I have reviewed two similar issues on your tracker:
https://github.com/EOSIO/eos/issues/4572
https://github.com/EOSIO/eos/issues/6248
But haven't found the answer that could be helpful in my …
-
Hi,
according to the [api-doc](https://huobiapi.github.io/docs/dm/v1/en/#future-websocket-reference), there is a liquidation websocket available.
Somehow i couldn't find the function to subscribe …