jazzonaut / IntelliTrader

Intelligent Cryptocurrency Trading Bot

Home Page:http://intellitrader.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERROR: recvWindow should be less than 60000

piezewieter opened this issue · 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..

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