IntelliTrader
IntelliTrader copied to clipboard
ERROR: recvWindow should be less than 60000
When turning bot live with binance i get an error:recvWindow should be less than 60000 can't seem to find where to adjust the value..
You cant configure it, you need to download the sources and build it yourself.
Then change Line 64 in Submodules\ExchangeSharp\ExchangeSharp\API\Exchanges\Binance\ExchangeBinanceAPI.cs to:
RequestWindow = TimeSpan.FromMinutes(1.0);