IntelliTrader icon indicating copy to clipboard operation
IntelliTrader copied to clipboard

ERROR: recvWindow should be less than 60000

Open piezewieter opened this issue 5 years ago • 1 comments

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..

piezewieter avatar Nov 13 '20 13:11 piezewieter

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);

ripkens avatar Feb 22 '21 20:02 ripkens