us.binance.com is online, http://www.binance.com is offline - gekko wont fetch data at the moment..
2018-02-09 22:39:17 (DEBUG): [binance.js] (getTrades) returned an error, retrying: ETIMEDOUT
Edit, Solution:
edit ..\node_modules\binance\lib\rest.js
line 18:
change: this._baseUrl = `https://www.binance.com/`;
to: this._baseUrl = `https://us.binance.com/`;
2018-02-09 22:39:17 (DEBUG): [binance.js] (getTrades) returned an error, retrying: ETIMEDOUT
Edit, Solution:
edit ..\node_modules\binance\lib\rest.js
line 18:
change: this._baseUrl = `https://www.binance.com/`;
to: this._baseUrl = `https://us.binance.com/`;