chrisleekr / binance-trading-bot

Automated Binance trading bot - Trade multiple cryptocurrencies. Buy low/sell high with Grid Trading. Integrated with TradingView technical analysis
MIT License
5k stars 1.09k forks source link

stuck on page #78

Closed allaf2 closed 3 years ago

allaf2 commented 3 years ago

i have installed on win 10 docker.

but stuck on the webpage botttt

what is the problem?

ghost commented 3 years ago

Same, installed on Ubuntu 18.04, I build and set it all up and then I get stuck on a loading page and get an error:

SyntaxError: Unexpected token '.' at wrapSafe (internal/modules/cjs/loader.js:915:16) at Module._compile (internal/modules/cjs/loader.js:963:27) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10) at Module.load (internal/modules/cjs/loader.js:863:32) at Function.Module._load (internal/modules/cjs/loader.js:708:14) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12) at internal/main/run_main_module.js:17:47 npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! binance-trading-bot@0.0.65 start: node dist/server.js npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the binance-trading-bot@0.0.65 start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

chrisleekr commented 3 years ago

@allaf2 Sorry, I do not have a Windows machine, so I cannot tell you what the problem is.

I think I should mention that this bot is not working well with Windows.

@LLemon199 How did you run the bot? Are you using docker-compose.server.yml?

allaf2 commented 3 years ago

i have run with : docker-compose up -d on centos 7 [root@s2 binance-trading-bot]# docker-compose up -d Recreating binance-mongo ... Recreating binance-mongo ... done Recreating binance-bot ... done Recreating binance-redis ... done [root@s2 binance-trading-bot]#

In appearance everything is right but stuck on the webpage

chrisleekr commented 3 years ago

@allaf2

Ok, let's try to use dockerhub image, instead of building dev image.

docker-compose -f docker-compose.server.yml pull
docker-compose -f docker-compose.server.yml up -d
allaf2 commented 3 years ago

[root@s2 binance-trading-bot]# docker-compose -f docker-compose.server.yml pull Pulling binance-bot ... done Pulling binance-redis ... done Pulling binance-mongo ... done

[root@s2 binance-trading-bot]# docker-compose -f docker-compose.server.yml up -d WARNING: Found orphan containers (binance-mongo-express) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up. Recreating binance-bot ... Recreating binance-bot ... done Recreating binance-redis ... done [root@s2 binance-trading-bot]#

nothing changed!

chrisleekr commented 3 years ago

What is the log say? Can you retrieve the log and paste it?

You can find how to get the log from the wiki page.

https://github.com/chrisleekr/binance-trading-bot/wiki/Troubleshooting#how-to-get-the-logs-by-installing-bunyan-npm-package

allaf2 commented 3 years ago

this is the log:

[2021-04-05T04:13:07.273Z] ERROR: binance-api/18 on 9d6859bfdf82: Something wrong with trailing-trade-common cache (version=0.0.65, server=websocket, e={}) payload: { "command": "latest", "data": {} } [2021-04-05T04:13:08.258Z] INFO: binance-api/18 on 9d6859bfdf82: received (version=0.0.65, server=websocket, message={"command":"latest","data":{}}) [2021-04-05T04:13:08.259Z] INFO: binance-api/18 on 9d6859bfdf82: cached values (version=0.0.65, server=websocket) payload: { "command": "latest", "data": {} }

cacheTrailingTradeCommon: {
  "last-symbol": "BTCUSDT",
  "exchange-symbols": "[\"BNBUSDT\",\"BTCUSDT\",\"ETHUSDT\",\"LTCUSDT\",\"TRXUSDT\",\"XRPUSDT\"]",
  "local-tunnel-url": "https://breezy-mule-68.loca.lt"
}
--
cacheTrailingTradeSymbols: {
  "BTCUSDT-symbol-info": "{\"symbol\":\"BTCUSDT\",\"status\":\"TRADING\",\"baseAsset\":\"BTC\",\"baseAssetPrecision\":8,\"quoteAsset\":\"USDT\",\"quotePrecision\":8,\"filterLotSize\":{\"filterType\":\"LOT_SIZE\",\"minQty\":\"0.00000100\",\"maxQty\":\"900.00000000\",\"stepSize\":\"0.00000100\"},\"filterPrice\":{\"filterType\":\"PRICE_FILTER\",\"minPrice\":\"0.01000000\",\"maxPrice\":\"1000000.00000000\",\"tickSize\":\"0.01000000\"},\"filterMinNotional\":{\"filterType\":\"MIN_NOTIONAL\",\"minNotional\":\"10.00000000\",\"applyToMarket\":true,\"avgPriceMins\":5}}",
  "ETHUSDT-symbol-info": "{\"symbol\":\"ETHUSDT\",\"status\":\"TRADING\",\"baseAsset\":\"ETH\",\"baseAssetPrecision\":8,\"quoteAsset\":\"USDT\",\"quotePrecision\":8,\"filterLotSize\":{\"filterType\":\"LOT_SIZE\",\"minQty\":\"0.00001000\",\"maxQty\":\"9000.00000000\",\"stepSize\":\"0.00001000\"},\"filterPrice\":{\"filterType\":\"PRICE_FILTER\",\"minPrice\":\"0.01000000\",\"maxPrice\":\"100000.00000000\",\"tickSize\":\"0.01000000\"},\"filterMinNotional\":{\"filterType\":\"MIN_NOTIONAL\",\"minNotional\":\"10.00000000\",\"applyToMarket\":true,\"avgPriceMins\":5}}",
  "BNBUSDT-symbol-info": "{\"symbol\":\"BNBUSDT\",\"status\":\"TRADING\",\"baseAsset\":\"BNB\",\"baseAssetPrecision\":8,\"quoteAsset\":\"USDT\",\"quotePrecision\":8,\"filterLotSize\":{\"filterType\":\"LOT_SIZE\",\"minQty\":\"0.01000000\",\"maxQty\":\"9000.00000000\",\"stepSize\":\"0.01000000\"},\"filterPrice\":{\"filterType\":\"PRICE_FILTER\",\"minPrice\":\"0.00010000\",\"maxPrice\":\"10000.00000000\",\"tickSize\":\"0.00010000\"},\"filterMinNotional\":{\"filterType\":\"MIN_NOTIONAL\",\"minNotional\":\"10.00000000\",\"applyToMarket\":true,\"avgPriceMins\":5}}"
}

[2021-04-05T04:13:08.259Z] INFO: binance-api/18 on 9d6859bfdf82: Finding document from MongoDB (version=0.0.65, server=websocket, helper=mongo, funcName=findOne, collectionName=trailing-trade-common) payload: { "command": "latest", "data": {} }

query: {
  "key": "configuration"
}

[2021-04-05T04:13:08.260Z] INFO: binance-api/18 on 9d6859bfdf82: Found document from MongoDB (version=0.0.65, server=websocket, helper=mongo, funcName=findOne) payload: { "command": "latest", "data": {} }

result: {
  "_id": "6068166735390d926d898e2d",
  "key": "configuration",
  "enabled": true,
  "cronTime": "* * * * * *",
  "symbols": [
    "BTCUSDT",
    "ETHUSDT",
    "BNBUSDT"
  ],
  "supportFIATs": [
    "USDT"
  ],
  "candles": {
    "interval": "1h",
    "limit": 100
  },
  "buy": {
    "enabled": true,
    "maxPurchaseAmount": 100,
    "triggerPercentage": 1,
    "stopPercentage": 1.012,
    "limitPercentage": 1.0121
  },
  "sell": {
    "enabled": true,
    "triggerPercentage": 1.04,
    "stopPercentage": 0.99,
    "limitPercentage": 0.989
  }
}

[2021-04-05T04:13:08.260Z] INFO: binance-api/18 on 9d6859bfdf82: Configuration from MongoDB (version=0.0.65, server=websocket) payload: { "command": "latest", "data": {} }

globalConfiguration: {
  "_id": "6068166735390d926d898e2d",
  "key": "configuration",
  "enabled": true,
  "cronTime": "* * * * * *",
  "symbols": [
    "BTCUSDT",
    "ETHUSDT",
    "BNBUSDT"
  ],
  "supportFIATs": [
    "USDT"
  ],
  "candles": {
    "interval": "1h",
    "limit": 100
  },
  "buy": {
    "enabled": true,
    "maxPurchaseAmount": 100,
    "triggerPercentage": 1,
    "stopPercentage": 1.012,
    "limitPercentage": 1.0121
  },
  "sell": {
    "enabled": true,
    "triggerPercentage": 1.04,
    "stopPercentage": 0.99,
    "limitPercentage": 0.989
  }
}

[2021-04-05T04:13:08.260Z] ERROR: binance-api/18 on 9d6859bfdf82: Something wrong with trailing-trade-common cache (version=0.0.65, server=websocket, e={}) payload: { "command": "latest", "data": {} } [2021-04-05T04:13:09.243Z] INFO: binance-api/18 on 9d6859bfdf82: received (version=0.0.65, server=websocket, message={"command":"latest","data":{}}) [2021-04-05T04:13:09.244Z] INFO: binance-api/18 on 9d6859bfdf82: cached values (version=0.0.65, server=websocket) payload: { "command": "latest", "data": {} }

cacheTrailingTradeCommon: {
  "last-symbol": "BTCUSDT",
  "exchange-symbols": "[\"BNBUSDT\",\"BTCUSDT\",\"ETHUSDT\",\"LTCUSDT\",\"TRXUSDT\",\"XRPUSDT\"]",
  "local-tunnel-url": "https://breezy-mule-68.loca.lt"
}
--
cacheTrailingTradeSymbols: {
  "BTCUSDT-symbol-info": "{\"symbol\":\"BTCUSDT\",\"status\":\"TRADING\",\"baseAsset\":\"BTC\",\"baseAssetPrecision\":8,\"quoteAsset\":\"USDT\",\"quotePrecision\":8,\"filterLotSize\":{\"filterType\":\"LOT_SIZE\",\"minQty\":\"0.00000100\",\"maxQty\":\"900.00000000\",\"stepSize\":\"0.00000100\"},\"filterPrice\":{\"filterType\":\"PRICE_FILTER\",\"minPrice\":\"0.01000000\",\"maxPrice\":\"1000000.00000000\",\"tickSize\":\"0.01000000\"},\"filterMinNotional\":{\"filterType\":\"MIN_NOTIONAL\",\"minNotional\":\"10.00000000\",\"applyToMarket\":true,\"avgPriceMins\":5}}",
  "ETHUSDT-symbol-info": "{\"symbol\":\"ETHUSDT\",\"status\":\"TRADING\",\"baseAsset\":\"ETH\",\"baseAssetPrecision\":8,\"quoteAsset\":\"USDT\",\"quotePrecision\":8,\"filterLotSize\":{\"filterType\":\"LOT_SIZE\",\"minQty\":\"0.00001000\",\"maxQty\":\"9000.00000000\",\"stepSize\":\"0.00001000\"},\"filterPrice\":{\"filterType\":\"PRICE_FILTER\",\"minPrice\":\"0.01000000\",\"maxPrice\":\"100000.00000000\",\"tickSize\":\"0.01000000\"},\"filterMinNotional\":{\"filterType\":\"MIN_NOTIONAL\",\"minNotional\":\"10.00000000\",\"applyToMarket\":true,\"avgPriceMins\":5}}",
  "BNBUSDT-symbol-info": "{\"symbol\":\"BNBUSDT\",\"status\":\"TRADING\",\"baseAsset\":\"BNB\",\"baseAssetPrecision\":8,\"quoteAsset\":\"USDT\",\"quotePrecision\":8,\"filterLotSize\":{\"filterType\":\"LOT_SIZE\",\"minQty\":\"0.01000000\",\"maxQty\":\"9000.00000000\",\"stepSize\":\"0.01000000\"},\"filterPrice\":{\"filterType\":\"PRICE_FILTER\",\"minPrice\":\"0.00010000\",\"maxPrice\":\"10000.00000000\",\"tickSize\":\"0.00010000\"},\"filterMinNotional\":{\"filterType\":\"MIN_NOTIONAL\",\"minNotional\":\"10.00000000\",\"applyToMarket\":true,\"avgPriceMins\":5}}"
}

[2021-04-05T04:13:09.244Z] INFO: binance-api/18 on 9d6859bfdf82: Finding document from MongoDB (version=0.0.65, server=websocket, helper=mongo, funcName=findOne, collectionName=trailing-trade-common) payload: { "command": "latest", "data": {} }

query: {
  "key": "configuration"
}

[2021-04-05T04:13:09.245Z] INFO: binance-api/18 on 9d6859bfdf82: Found document from MongoDB (version=0.0.65, server=websocket, helper=mongo, funcName=findOne) payload: { "command": "latest", "data": {} }

result: {
  "_id": "6068166735390d926d898e2d",
  "key": "configuration",
  "enabled": true,
  "cronTime": "* * * * * *",
  "symbols": [
    "BTCUSDT",
    "ETHUSDT",
    "BNBUSDT"
  ],
  "supportFIATs": [
    "USDT"
  ],
  "candles": {
    "interval": "1h",
    "limit": 100
  },
  "buy": {
    "enabled": true,
    "maxPurchaseAmount": 100,
    "triggerPercentage": 1,
    "stopPercentage": 1.012,
    "limitPercentage": 1.0121
  },
  "sell": {
    "enabled": true,
    "triggerPercentage": 1.04,
    "stopPercentage": 0.99,
    "limitPercentage": 0.989
  }
}

[2021-04-05T04:13:09.245Z] INFO: binance-api/18 on 9d6859bfdf82: Configuration from MongoDB (version=0.0.65, server=websocket) payload: { "command": "latest", "data": {} }

globalConfiguration: {
  "_id": "6068166735390d926d898e2d",
  "key": "configuration",
  "enabled": true,
  "cronTime": "* * * * * *",
  "symbols": [
    "BTCUSDT",
    "ETHUSDT",
    "BNBUSDT"
  ],
  "supportFIATs": [
    "USDT"
  ],
  "candles": {
    "interval": "1h",
    "limit": 100
  },
  "buy": {
    "enabled": true,
    "maxPurchaseAmount": 100,
    "triggerPercentage": 1,
    "stopPercentage": 1.012,
    "limitPercentage": 1.0121
  },
  "sell": {
    "enabled": true,
    "triggerPercentage": 1.04,
    "stopPercentage": 0.99,
    "limitPercentage": 0.989
  }
}

[2021-04-05T04:13:09.245Z] ERROR: binance-api/18 on 9d6859bfdf82: Something wrong with trailing-trade-common cache (version=0.0.65, server=websocket, e={}) payload: { "command": "latest", "data": {} } [2021-04-05T04:13:10.243Z] INFO: binance-api/18 on 9d6859bfdf82: received (version=0.0.65, server=websocket, message={"command":"latest","data":{}}) [2021-04-05T04:13:10.244Z] INFO: binance-api/18 on 9d6859bfdf82: cached values (version=0.0.65, server=websocket) payload: { "command": "latest", "data": {} }

cacheTrailingTradeCommon: {
  "last-symbol": "BTCUSDT",
  "exchange-symbols": "[\"BNBUSDT\",\"BTCUSDT\",\"ETHUSDT\",\"LTCUSDT\",\"TRXUSDT\",\"XRPUSDT\"]",
  "local-tunnel-url": "https://breezy-mule-68.loca.lt"
}
--
cacheTrailingTradeSymbols: {
  "BTCUSDT-symbol-info": "{\"symbol\":\"BTCUSDT\",\"status\":\"TRADING\",\"baseAsset\":\"BTC\",\"baseAssetPrecision\":8,\"quoteAsset\":\"USDT\",\"quotePrecision\":8,\"filterLotSize\":{\"filterType\":\"LOT_SIZE\",\"minQty\":\"0.00000100\",\"maxQty\":\"900.00000000\",\"stepSize\":\"0.00000100\"},\"filterPrice\":{\"filterType\":\"PRICE_FILTER\",\"minPrice\":\"0.01000000\",\"maxPrice\":\"1000000.00000000\",\"tickSize\":\"0.01000000\"},\"filterMinNotional\":{\"filterType\":\"MIN_NOTIONAL\",\"minNotional\":\"10.00000000\",\"applyToMarket\":true,\"avgPriceMins\":5}}",
  "ETHUSDT-symbol-info": "{\"symbol\":\"ETHUSDT\",\"status\":\"TRADING\",\"baseAsset\":\"ETH\",\"baseAssetPrecision\":8,\"quoteAsset\":\"USDT\",\"quotePrecision\":8,\"filterLotSize\":{\"filterType\":\"LOT_SIZE\",\"minQty\":\"0.00001000\",\"maxQty\":\"9000.00000000\",\"stepSize\":\"0.00001000\"},\"filterPrice\":{\"filterType\":\"PRICE_FILTER\",\"minPrice\":\"0.01000000\",\"maxPrice\":\"100000.00000000\",\"tickSize\":\"0.01000000\"},\"filterMinNotional\":{\"filterType\":\"MIN_NOTIONAL\",\"minNotional\":\"10.00000000\",\"applyToMarket\":true,\"avgPriceMins\":5}}",
  "BNBUSDT-symbol-info": "{\"symbol\":\"BNBUSDT\",\"status\":\"TRADING\",\"baseAsset\":\"BNB\",\"baseAssetPrecision\":8,\"quoteAsset\":\"USDT\",\"quotePrecision\":8,\"filterLotSize\":{\"filterType\":\"LOT_SIZE\",\"minQty\":\"0.01000000\",\"maxQty\":\"9000.00000000\",\"stepSize\":\"0.01000000\"},\"filterPrice\":{\"filterType\":\"PRICE_FILTER\",\"minPrice\":\"0.00010000\",\"maxPrice\":\"10000.00000000\",\"tickSize\":\"0.00010000\"},\"filterMinNotional\":{\"filterType\":\"MIN_NOTIONAL\",\"minNotional\":\"10.00000000\",\"applyToMarket\":true,\"avgPriceMins\":5}}"
}

[2021-04-05T04:13:10.244Z] INFO: binance-api/18 on 9d6859bfdf82: Finding document from MongoDB (version=0.0.65, server=websocket, helper=mongo, funcName=findOne, collectionName=trailing-trade-common) payload: { "command": "latest", "data": {} }

query: {
  "key": "configuration"
}

[2021-04-05T04:13:10.245Z] INFO: binance-api/18 on 9d6859bfdf82: Found document from MongoDB (version=0.0.65, server=websocket, helper=mongo, funcName=findOne) payload: { "command": "latest", "data": {} }

result: {
  "_id": "6068166735390d926d898e2d",
  "key": "configuration",
  "enabled": true,
  "cronTime": "* * * * * *",
  "symbols": [
    "BTCUSDT",
    "ETHUSDT",
    "BNBUSDT"
  ],
  "supportFIATs": [
    "USDT"
  ],
  "candles": {
    "interval": "1h",
    "limit": 100
  },
  "buy": {
    "enabled": true,
    "maxPurchaseAmount": 100,
    "triggerPercentage": 1,
    "stopPercentage": 1.012,
    "limitPercentage": 1.0121
  },
  "sell": {
    "enabled": true,
    "triggerPercentage": 1.04,
    "stopPercentage": 0.99,
    "limitPercentage": 0.989
  }
}

[2021-04-05T04:13:10.245Z] INFO: binance-api/18 on 9d6859bfdf82: Configuration from MongoDB (version=0.0.65, server=websocket) payload: { "command": "latest", "data": {} }

globalConfiguration: {
  "_id": "6068166735390d926d898e2d",
  "key": "configuration",
  "enabled": true,
  "cronTime": "* * * * * *",
  "symbols": [
    "BTCUSDT",
    "ETHUSDT",
    "BNBUSDT"
  ],
  "supportFIATs": [
    "USDT"
  ],
  "candles": {
    "interval": "1h",
    "limit": 100
  },
  "buy": {
    "enabled": true,
    "maxPurchaseAmount": 100,
    "triggerPercentage": 1,
    "stopPercentage": 1.012,
    "limitPercentage": 1.0121
  },
  "sell": {
    "enabled": true,
    "triggerPercentage": 1.04,
    "stopPercentage": 0.99,
    "limitPercentage": 0.989
  }
}

[2021-04-05T04:13:10.245Z] ERROR: binance-api/18 on 9d6859bfdf82: Something wrong with trailing-trade-common cache (version=0.0.65, server=websocket, e={}) payload: { "command": "latest", "data": {} } [2021-04-05T04:13:11.259Z] INFO: binance-api/18 on 9d6859bfdf82: received (version=0.0.65, server=websocket, message={"command":"latest","data":{}}) [2021-04-05T04:13:11.260Z] INFO: binance-api/18 on 9d6859bfdf82: cached values (version=0.0.65, server=websocket) payload: { "command": "latest", "data": {} }

cacheTrailingTradeCommon: {
  "last-symbol": "BTCUSDT",
  "exchange-symbols": "[\"BNBUSDT\",\"BTCUSDT\",\"ETHUSDT\",\"LTCUSDT\",\"TRXUSDT\",\"XRPUSDT\"]",
  "local-tunnel-url": "https://breezy-mule-68.loca.lt"
}
--
cacheTrailingTradeSymbols: {
  "BTCUSDT-symbol-info": "{\"symbol\":\"BTCUSDT\",\"status\":\"TRADING\",\"baseAsset\":\"BTC\",\"baseAssetPrecision\":8,\"quoteAsset\":\"USDT\",\"quotePrecision\":8,\"filterLotSize\":{\"filterType\":\"LOT_SIZE\",\"minQty\":\"0.00000100\",\"maxQty\":\"900.00000000\",\"stepSize\":\"0.00000100\"},\"filterPrice\":{\"filterType\":\"PRICE_FILTER\",\"minPrice\":\"0.01000000\",\"maxPrice\":\"1000000.00000000\",\"tickSize\":\"0.01000000\"},\"filterMinNotional\":{\"filterType\":\"MIN_NOTIONAL\",\"minNotional\":\"10.00000000\",\"applyToMarket\":true,\"avgPriceMins\":5}}",
  "ETHUSDT-symbol-info": "{\"symbol\":\"ETHUSDT\",\"status\":\"TRADING\",\"baseAsset\":\"ETH\",\"baseAssetPrecision\":8,\"quoteAsset\":\"USDT\",\"quotePrecision\":8,\"filterLotSize\":{\"filterType\":\"LOT_SIZE\",\"minQty\":\"0.00001000\",\"maxQty\":\"9000.00000000\",\"stepSize\":\"0.00001000\"},\"filterPrice\":{\"filterType\":\"PRICE_FILTER\",\"minPrice\":\"0.01000000\",\"maxPrice\":\"100000.00000000\",\"tickSize\":\"0.01000000\"},\"filterMinNotional\":{\"filterType\":\"MIN_NOTIONAL\",\"minNotional\":\"10.00000000\",\"applyToMarket\":true,\"avgPriceMins\":5}}",
  "BNBUSDT-symbol-info": "{\"symbol\":\"BNBUSDT\",\"status\":\"TRADING\",\"baseAsset\":\"BNB\",\"baseAssetPrecision\":8,\"quoteAsset\":\"USDT\",\"quotePrecision\":8,\"filterLotSize\":{\"filterType\":\"LOT_SIZE\",\"minQty\":\"0.01000000\",\"maxQty\":\"9000.00000000\",\"stepSize\":\"0.01000000\"},\"filterPrice\":{\"filterType\":\"PRICE_FILTER\",\"minPrice\":\"0.00010000\",\"maxPrice\":\"10000.00000000\",\"tickSize\":\"0.00010000\"},\"filterMinNotional\":{\"filterType\":\"MIN_NOTIONAL\",\"minNotional\":\"10.00000000\",\"applyToMarket\":true,\"avgPriceMins\":5}}"
}

[2021-04-05T04:13:11.260Z] INFO: binance-api/18 on 9d6859bfdf82: Finding document from MongoDB (version=0.0.65, server=websocket, helper=mongo, funcName=findOne, collectionName=trailing-trade-common) payload: { "command": "latest", "data": {} }

query: {
  "key": "configuration"
}

[2021-04-05T04:13:11.261Z] INFO: binance-api/18 on 9d6859bfdf82: Found document from MongoDB (version=0.0.65, server=websocket, helper=mongo, funcName=findOne) payload: { "command": "latest", "data": {} }

result: {
  "_id": "6068166735390d926d898e2d",
  "key": "configuration",
  "enabled": true,
  "cronTime": "* * * * * *",
  "symbols": [
    "BTCUSDT",
    "ETHUSDT",
    "BNBUSDT"
  ],
  "supportFIATs": [
    "USDT"
  ],
  "candles": {
    "interval": "1h",
    "limit": 100
  },
  "buy": {
    "enabled": true,
    "maxPurchaseAmount": 100,
    "triggerPercentage": 1,
    "stopPercentage": 1.012,
    "limitPercentage": 1.0121
  },
  "sell": {
    "enabled": true,
    "triggerPercentage": 1.04,
    "stopPercentage": 0.99,
    "limitPercentage": 0.989
  }
}

[2021-04-05T04:13:11.261Z] INFO: binance-api/18 on 9d6859bfdf82: Configuration from MongoDB (version=0.0.65, server=websocket) payload: { "command": "latest", "data": {} }

globalConfiguration: {
  "_id": "6068166735390d926d898e2d",
  "key": "configuration",
  "enabled": true,
  "cronTime": "* * * * * *",
  "symbols": [
    "BTCUSDT",
    "ETHUSDT",
    "BNBUSDT"
  ],
  "supportFIATs": [
    "USDT"
  ],
  "candles": {
    "interval": "1h",
    "limit": 100
  },
  "buy": {
    "enabled": true,
    "maxPurchaseAmount": 100,
    "triggerPercentage": 1,
    "stopPercentage": 1.012,
    "limitPercentage": 1.0121
  },
  "sell": {
    "enabled": true,
    "triggerPercentage": 1.04,
    "stopPercentage": 0.99,
    "limitPercentage": 0.989
  }
}

[2021-04-05T04:13:11.261Z] ERROR: binance-api/18 on 9d6859bfdf82: Something wrong with trailing-trade-common cache (version=0.0.65, server=websocket, e={}) payload: { "command": "latest", "data": {} } [2021-04-05T04:13:12.250Z] INFO: binance-api/18 on 9d6859bfdf82: received (version=0.0.65, server=websocket, message={"command":"latest","data":{}}) [2021-04-05T04:13:12.251Z] INFO: binance-api/18 on 9d6859bfdf82: cached values (version=0.0.65, server=websocket) payload: { "command": "latest", "data": {} }

cacheTrailingTradeCommon: {
  "last-symbol": "BTCUSDT",
  "exchange-symbols": "[\"BNBUSDT\",\"BTCUSDT\",\"ETHUSDT\",\"LTCUSDT\",\"TRXUSDT\",\"XRPUSDT\"]",
  "local-tunnel-url": "https://breezy-mule-68.loca.lt"
}
--
cacheTrailingTradeSymbols: {
  "BTCUSDT-symbol-info": "{\"symbol\":\"BTCUSDT\",\"status\":\"TRADING\",\"baseAsset\":\"BTC\",\"baseAssetPrecision\":8,\"quoteAsset\":\"USDT\",\"quotePrecision\":8,\"filterLotSize\":{\"filterType\":\"LOT_SIZE\",\"minQty\":\"0.00000100\",\"maxQty\":\"900.00000000\",\"stepSize\":\"0.00000100\"},\"filterPrice\":{\"filterType\":\"PRICE_FILTER\",\"minPrice\":\"0.01000000\",\"maxPrice\":\"1000000.00000000\",\"tickSize\":\"0.01000000\"},\"filterMinNotional\":{\"filterType\":\"MIN_NOTIONAL\",\"minNotional\":\"10.00000000\",\"applyToMarket\":true,\"avgPriceMins\":5}}",
  "ETHUSDT-symbol-info": "{\"symbol\":\"ETHUSDT\",\"status\":\"TRADING\",\"baseAsset\":\"ETH\",\"baseAssetPrecision\":8,\"quoteAsset\":\"USDT\",\"quotePrecision\":8,\"filterLotSize\":{\"filterType\":\"LOT_SIZE\",\"minQty\":\"0.00001000\",\"maxQty\":\"9000.00000000\",\"stepSize\":\"0.00001000\"},\"filterPrice\":{\"filterType\":\"PRICE_FILTER\",\"minPrice\":\"0.01000000\",\"maxPrice\":\"100000.00000000\",\"tickSize\":\"0.01000000\"},\"filterMinNotional\":{\"filterType\":\"MIN_NOTIONAL\",\"minNotional\":\"10.00000000\",\"applyToMarket\":true,\"avgPriceMins\":5}}",
  "BNBUSDT-symbol-info": "{\"symbol\":\"BNBUSDT\",\"status\":\"TRADING\",\"baseAsset\":\"BNB\",\"baseAssetPrecision\":8,\"quoteAsset\":\"USDT\",\"quotePrecision\":8,\"filterLotSize\":{\"filterType\":\"LOT_SIZE\",\"minQty\":\"0.01000000\",\"maxQty\":\"9000.00000000\",\"stepSize\":\"0.01000000\"},\"filterPrice\":{\"filterType\":\"PRICE_FILTER\",\"minPrice\":\"0.00010000\",\"maxPrice\":\"10000.00000000\",\"tickSize\":\"0.00010000\"},\"filterMinNotional\":{\"filterType\":\"MIN_NOTIONAL\",\"minNotional\":\"10.00000000\",\"applyToMarket\":true,\"avgPriceMins\":5}}"
}

[2021-04-05T04:13:12.251Z] INFO: binance-api/18 on 9d6859bfdf82: Finding document from MongoDB (version=0.0.65, server=websocket, helper=mongo, funcName=findOne, collectionName=trailing-trade-common) payload: { "command": "latest", "data": {} }

query: {
  "key": "configuration"
}

[2021-04-05T04:13:12.252Z] INFO: binance-api/18 on 9d6859bfdf82: Found document from MongoDB (version=0.0.65, server=websocket, helper=mongo, funcName=findOne) payload: { "command": "latest", "data": {} }

result: {
  "_id": "6068166735390d926d898e2d",
  "key": "configuration",
  "enabled": true,
  "cronTime": "* * * * * *",
  "symbols": [
    "BTCUSDT",
    "ETHUSDT",
    "BNBUSDT"
  ],
  "supportFIATs": [
    "USDT"
  ],
  "candles": {
    "interval": "1h",
    "limit": 100
  },
  "buy": {
    "enabled": true,
    "maxPurchaseAmount": 100,
    "triggerPercentage": 1,
    "stopPercentage": 1.012,
    "limitPercentage": 1.0121
  },
  "sell": {
    "enabled": true,
    "triggerPercentage": 1.04,
    "stopPercentage": 0.99,
    "limitPercentage": 0.989
  }
}

[2021-04-05T04:13:12.252Z] INFO: binance-api/18 on 9d6859bfdf82: Configuration from MongoDB (version=0.0.65, server=websocket) payload: { "command": "latest", "data": {} }

globalConfiguration: {
  "_id": "6068166735390d926d898e2d",
  "key": "configuration",
  "enabled": true,
  "cronTime": "* * * * * *",
  "symbols": [
    "BTCUSDT",
    "ETHUSDT",
    "BNBUSDT"
  ],
  "supportFIATs": [
    "USDT"
  ],
  "candles": {
    "interval": "1h",
    "limit": 100
  },
  "buy": {
    "enabled": true,
    "maxPurchaseAmount": 100,
    "triggerPercentage": 1,
    "stopPercentage": 1.012,
    "limitPercentage": 1.0121
  },
  "sell": {
    "enabled": true,
    "triggerPercentage": 1.04,
    "stopPercentage": 0.99,
    "limitPercentage": 0.989
  }
}

[2021-04-05T04:13:12.252Z] ERROR: binance-api/18 on 9d6859bfdf82: Something wrong with trailing-trade-common cache (version=0.0.65, server=websocket, e={}) payload: { "command": "latest", "data": {} } [2021-04-05T04:13:13.243Z] INFO: binance-api/18 on 9d6859bfdf82: received (version=0.0.65, server=websocket, message={"command":"latest","data":{}}) [2021-04-05T04:13:13.244Z] INFO: binance-api/18 on 9d6859bfdf82: cached values (version=0.0.65, server=websocket) payload: { "command": "latest", "data": {} }

cacheTrailingTradeCommon: {
  "last-symbol": "BTCUSDT",
  "exchange-symbols": "[\"BNBUSDT\",\"BTCUSDT\",\"ETHUSDT\",\"LTCUSDT\",\"TRXUSDT\",\"XRPUSDT\"]",
  "local-tunnel-url": "https://breezy-mule-68.loca.lt"
}
--
cacheTrailingTradeSymbols: {
  "BTCUSDT-symbol-info": "{\"symbol\":\"BTCUSDT\",\"status\":\"TRADING\",\"baseAsset\":\"BTC\",\"baseAssetPrecision\":8,\"quoteAsset\":\"USDT\",\"quotePrecision\":8,\"filterLotSize\":{\"filterType\":\"LOT_SIZE\",\"minQty\":\"0.00000100\",\"maxQty\":\"900.00000000\",\"stepSize\":\"0.00000100\"},\"filterPrice\":{\"filterType\":\"PRICE_FILTER\",\"minPrice\":\"0.01000000\",\"maxPrice\":\"1000000.00000000\",\"tickSize\":\"0.01000000\"},\"filterMinNotional\":{\"filterType\":\"MIN_NOTIONAL\",\"minNotional\":\"10.00000000\",\"applyToMarket\":true,\"avgPriceMins\":5}}",
  "ETHUSDT-symbol-info": "{\"symbol\":\"ETHUSDT\",\"status\":\"TRADING\",\"baseAsset\":\"ETH\",\"baseAssetPrecision\":8,\"quoteAsset\":\"USDT\",\"quotePrecision\":8,\"filterLotSize\":{\"filterType\":\"LOT_SIZE\",\"minQty\":\"0.00001000\",\"maxQty\":\"9000.00000000\",\"stepSize\":\"0.00001000\"},\"filterPrice\":{\"filterType\":\"PRICE_FILTER\",\"minPrice\":\"0.01000000\",\"maxPrice\":\"100000.00000000\",\"tickSize\":\"0.01000000\"},\"filterMinNotional\":{\"filterType\":\"MIN_NOTIONAL\",\"minNotional\":\"10.00000000\",\"applyToMarket\":true,\"avgPriceMins\":5}}",
  "BNBUSDT-symbol-info": "{\"symbol\":\"BNBUSDT\",\"status\":\"TRADING\",\"baseAsset\":\"BNB\",\"baseAssetPrecision\":8,\"quoteAsset\":\"USDT\",\"quotePrecision\":8,\"filterLotSize\":{\"filterType\":\"LOT_SIZE\",\"minQty\":\"0.01000000\",\"maxQty\":\"9000.00000000\",\"stepSize\":\"0.01000000\"},\"filterPrice\":{\"filterType\":\"PRICE_FILTER\",\"minPrice\":\"0.00010000\",\"maxPrice\":\"10000.00000000\",\"tickSize\":\"0.00010000\"},\"filterMinNotional\":{\"filterType\":\"MIN_NOTIONAL\",\"minNotional\":\"10.00000000\",\"applyToMarket\":true,\"avgPriceMins\":5}}"
}

[2021-04-05T04:13:13.244Z] INFO: binance-api/18 on 9d6859bfdf82: Finding document from MongoDB (version=0.0.65, server=websocket, helper=mongo, funcName=findOne, collectionName=trailing-trade-common) payload: { "command": "latest", "data": {} }

query: {
  "key": "configuration"
}

[2021-04-05T04:13:14.316Z] INFO: binance-api/18 on 9d6859bfdf82: Found document from MongoDB (version=0.0.65, server=websocket, helper=mongo, funcName=findOne) payload: { "command": "latest", "data": {} }

result: {
  "_id": "6068166735390d926d898e2d",
  "key": "configuration",
  "enabled": true,
  "cronTime": "* * * * * *",
  "symbols": [
    "BTCUSDT",
    "ETHUSDT",
    "BNBUSDT"
  ],
  "supportFIATs": [
    "USDT"
  ],
  "candles": {
    "interval": "1h",
    "limit": 100
  },
  "buy": {
    "enabled": true,
    "maxPurchaseAmount": 100,
    "triggerPercentage": 1,
    "stopPercentage": 1.012,
    "limitPercentage": 1.0121
  },
  "sell": {
    "enabled": true,
    "triggerPercentage": 1.04,
    "stopPercentage": 0.99,
    "limitPercentage": 0.989
  }
}

[2021-04-05T04:13:14.317Z] INFO: binance-api/18 on 9d6859bfdf82: Configuration from MongoDB (version=0.0.65, server=websocket) payload: { "command": "latest", "data": {} }

globalConfiguration: {
  "_id": "6068166735390d926d898e2d",
  "key": "configuration",
  "enabled": true,
  "cronTime": "* * * * * *",
  "symbols": [
    "BTCUSDT",
    "ETHUSDT",
    "BNBUSDT"
  ],
  "supportFIATs": [
    "USDT"
  ],
  "candles": {
    "interval": "1h",
    "limit": 100
  },
  "buy": {
    "enabled": true,
    "maxPurchaseAmount": 100,
    "triggerPercentage": 1,
    "stopPercentage": 1.012,
    "limitPercentage": 1.0121
  },
  "sell": {
    "enabled": true,
    "triggerPercentage": 1.04,
    "stopPercentage": 0.99,
    "limitPercentage": 0.989
  }
}

[2021-04-05T04:13:14.317Z] ERROR: binance-api/18 on 9d6859bfdf82: Something wrong with trailing-trade-common cache (version=0.0.65, server=websocket, e={}) payload: { "command": "latest", "data": {} } [2021-04-05T04:13:14.318Z] INFO: binance-api/18 on 9d6859bfdf82: received (version=0.0.65, server=websocket, message={"command":"latest","data":{}}) [2021-04-05T04:13:14.318Z] INFO: binance-api/18 on 9d6859bfdf82: cached values (version=0.0.65, server=websocket) payload: { "command": "latest", "data": {} }

cacheTrailingTradeCommon: {
  "last-symbol": "BTCUSDT",
  "exchange-symbols": "[\"BNBUSDT\",\"BTCUSDT\",\"ETHUSDT\",\"LTCUSDT\",\"TRXUSDT\",\"XRPUSDT\"]",
  "local-tunnel-url": "https://breezy-mule-68.loca.lt"
}
--
cacheTrailingTradeSymbols: {
  "BTCUSDT-symbol-info": "{\"symbol\":\"BTCUSDT\",\"status\":\"TRADING\",\"baseAsset\":\"BTC\",\"baseAssetPrecision\":8,\"quoteAsset\":\"USDT\",\"quotePrecision\":8,\"filterLotSize\":{\"filterType\":\"LOT_SIZE\",\"minQty\":\"0.00000100\",\"maxQty\":\"900.00000000\",\"stepSize\":\"0.00000100\"},\"filterPrice\":{\"filterType\":\"PRICE_FILTER\",\"minPrice\":\"0.01000000\",\"maxPrice\":\"1000000.00000000\",\"tickSize\":\"0.01000000\"},\"filterMinNotional\":{\"filterType\":\"MIN_NOTIONAL\",\"minNotional\":\"10.00000000\",\"applyToMarket\":true,\"avgPriceMins\":5}}",
  "ETHUSDT-symbol-info": "{\"symbol\":\"ETHUSDT\",\"status\":\"TRADING\",\"baseAsset\":\"ETH\",\"baseAssetPrecision\":8,\"quoteAsset\":\"USDT\",\"quotePrecision\":8,\"filterLotSize\":{\"filterType\":\"LOT_SIZE\",\"minQty\":\"0.00001000\",\"maxQty\":\"9000.00000000\",\"stepSize\":\"0.00001000\"},\"filterPrice\":{\"filterType\":\"PRICE_FILTER\",\"minPrice\":\"0.01000000\",\"maxPrice\":\"100000.00000000\",\"tickSize\":\"0.01000000\"},\"filterMinNotional\":{\"filterType\":\"MIN_NOTIONAL\",\"minNotional\":\"10.00000000\",\"applyToMarket\":true,\"avgPriceMins\":5}}",
  "BNBUSDT-symbol-info": "{\"symbol\":\"BNBUSDT\",\"status\":\"TRADING\",\"baseAsset\":\"BNB\",\"baseAssetPrecision\":8,\"quoteAsset\":\"USDT\",\"quotePrecision\":8,\"filterLotSize\":{\"filterType\":\"LOT_SIZE\",\"minQty\":\"0.01000000\",\"maxQty\":\"9000.00000000\",\"stepSize\":\"0.01000000\"},\"filterPrice\":{\"filterType\":\"PRICE_FILTER\",\"minPrice\":\"0.00010000\",\"maxPrice\":\"10000.00000000\",\"tickSize\":\"0.00010000\"},\"filterMinNotional\":{\"filterType\":\"MIN_NOTIONAL\",\"minNotional\":\"10.00000000\",\"applyToMarket\":true,\"avgPriceMins\":5}}"
}

[2021-04-05T04:13:14.319Z] INFO: binance-api/18 on 9d6859bfdf82: Finding document from MongoDB (version=0.0.65, server=websocket, helper=mongo, funcName=findOne, collectionName=trailing-trade-common) payload: { "command": "latest", "data": {} }

query: {
  "key": "configuration"
}

[2021-04-05T04:13:14.319Z] INFO: binance-api/18 on 9d6859bfdf82: Found document from MongoDB (version=0.0.65, server=websocket, helper=mongo, funcName=findOne) payload: { "command": "latest", "data": {} }

result: {
  "_id": "6068166735390d926d898e2d",
  "key": "configuration",
  "enabled": true,
  "cronTime": "* * * * * *",
  "symbols": [
    "BTCUSDT",
    "ETHUSDT",
    "BNBUSDT"
  ],
  "supportFIATs": [
    "USDT"
  ],
  "candles": {
    "interval": "1h",
    "limit": 100
  },
  "buy": {
    "enabled": true,
    "maxPurchaseAmount": 100,
    "triggerPercentage": 1,
    "stopPercentage": 1.012,
    "limitPercentage": 1.0121
  },
  "sell": {
    "enabled": true,
    "triggerPercentage": 1.04,
    "stopPercentage": 0.99,
    "limitPercentage": 0.989
  }
}

[2021-04-05T04:13:14.320Z] INFO: binance-api/18 on 9d6859bfdf82: Configuration from MongoDB (version=0.0.65, server=websocket) payload: { "command": "latest", "data": {} }

globalConfiguration: {
  "_id": "6068166735390d926d898e2d",
  "key": "configuration",
  "enabled": true,
  "cronTime": "* * * * * *",
  "symbols": [
    "BTCUSDT",
    "ETHUSDT",
    "BNBUSDT"
  ],
  "supportFIATs": [
    "USDT"
  ],
  "candles": {
    "interval": "1h",
    "limit": 100
  },
  "buy": {
    "enabled": true,
    "maxPurchaseAmount": 100,
    "triggerPercentage": 1,
    "stopPercentage": 1.012,
    "limitPercentage": 1.0121
  },
  "sell": {
    "enabled": true,
    "triggerPercentage": 1.04,
    "stopPercentage": 0.99,
    "limitPercentage": 0.989
  }
}

[2021-04-05T04:13:14.320Z] ERROR: binance-api/18 on 9d6859bfdf82: Something wrong with trailing-trade-common cache (version=0.0.65, server=websocket, e={}) payload: { "command": "latest", "data": {} } [2021-04-05T04:13:15.258Z] INFO: binance-api/18 on 9d6859bfdf82: received (version=0.0.65, server=websocket, message={"command":"latest","data":{}}) [2021-04-05T04:13:15.258Z] INFO: binance-api/18 on 9d6859bfdf82: cached values (version=0.0.65, server=websocket) payload: { "command": "latest", "data": {} }

cacheTrailingTradeCommon: {
  "last-symbol": "BTCUSDT",
  "exchange-symbols": "[\"BNBUSDT\",\"BTCUSDT\",\"ETHUSDT\",\"LTCUSDT\",\"TRXUSDT\",\"XRPUSDT\"]",
  "local-tunnel-url": "https://breezy-mule-68.loca.lt"
}
--
cacheTrailingTradeSymbols: {
  "BTCUSDT-symbol-info": "{\"symbol\":\"BTCUSDT\",\"status\":\"TRADING\",\"baseAsset\":\"BTC\",\"baseAssetPrecision\":8,\"quoteAsset\":\"USDT\",\"quotePrecision\":8,\"filterLotSize\":{\"filterType\":\"LOT_SIZE\",\"minQty\":\"0.00000100\",\"maxQty\":\"900.00000000\",\"stepSize\":\"0.00000100\"},\"filterPrice\":{\"filterType\":\"PRICE_FILTER\",\"minPrice\":\"0.01000000\",\"maxPrice\":\"1000000.00000000\",\"tickSize\":\"0.01000000\"},\"filterMinNotional\":{\"filterType\":\"MIN_NOTIONAL\",\"minNotional\":\"10.00000000\",\"applyToMarket\":true,\"avgPriceMins\":5}}",
  "ETHUSDT-symbol-info": "{\"symbol\":\"ETHUSDT\",\"status\":\"TRADING\",\"baseAsset\":\"ETH\",\"baseAssetPrecision\":8,\"quoteAsset\":\"USDT\",\"quotePrecision\":8,\"filterLotSize\":{\"filterType\":\"LOT_SIZE\",\"minQty\":\"0.00001000\",\"maxQty\":\"9000.00000000\",\"stepSize\":\"0.00001000\"},\"filterPrice\":{\"filterType\":\"PRICE_FILTER\",\"minPrice\":\"0.01000000\",\"maxPrice\":\"100000.00000000\",\"tickSize\":\"0.01000000\"},\"filterMinNotional\":{\"filterType\":\"MIN_NOTIONAL\",\"minNotional\":\"10.00000000\",\"applyToMarket\":true,\"avgPriceMins\":5}}",
  "BNBUSDT-symbol-info": "{\"symbol\":\"BNBUSDT\",\"status\":\"TRADING\",\"baseAsset\":\"BNB\",\"baseAssetPrecision\":8,\"quoteAsset\":\"USDT\",\"quotePrecision\":8,\"filterLotSize\":{\"filterType\":\"LOT_SIZE\",\"minQty\":\"0.01000000\",\"maxQty\":\"9000.00000000\",\"stepSize\":\"0.01000000\"},\"filterPrice\":{\"filterType\":\"PRICE_FILTER\",\"minPrice\":\"0.00010000\",\"maxPrice\":\"10000.00000000\",\"tickSize\":\"0.00010000\"},\"filterMinNotional\":{\"filterType\":\"MIN_NOTIONAL\",\"minNotional\":\"10.00000000\",\"applyToMarket\":true,\"avgPriceMins\":5}}"
}

[2021-04-05T04:13:15.258Z] INFO: binance-api/18 on 9d6859bfdf82: Finding document from MongoDB (version=0.0.65, server=websocket, helper=mongo, funcName=findOne, collectionName=trailing-trade-common) payload: { "command": "latest", "data": {} }

query: {
  "key": "configuration"
}

[2021-04-05T04:13:15.259Z] INFO: binance-api/18 on 9d6859bfdf82: Found document from MongoDB (version=0.0.65, server=websocket, helper=mongo, funcName=findOne) payload: { "command": "latest", "data": {} }

result: {
  "_id": "6068166735390d926d898e2d",
  "key": "configuration",
  "enabled": true,
  "cronTime": "* * * * * *",
  "symbols": [
    "BTCUSDT",
    "ETHUSDT",
    "BNBUSDT"
  ],
  "supportFIATs": [
    "USDT"
  ],
  "candles": {
    "interval": "1h",
    "limit": 100
  },
  "buy": {
    "enabled": true,
    "maxPurchaseAmount": 100,
    "triggerPercentage": 1,
    "stopPercentage": 1.012,
    "limitPercentage": 1.0121
  },
  "sell": {
    "enabled": true,
    "triggerPercentage": 1.04,
    "stopPercentage": 0.99,
    "limitPercentage": 0.989
  }
}

[2021-04-05T04:13:15.259Z] INFO: binance-api/18 on 9d6859bfdf82: Configuration from MongoDB (version=0.0.65, server=websocket) payload: { "command": "latest", "data": {} }

globalConfiguration: {
  "_id": "6068166735390d926d898e2d",
  "key": "configuration",
  "enabled": true,
  "cronTime": "* * * * * *",
  "symbols": [
    "BTCUSDT",
    "ETHUSDT",
    "BNBUSDT"
  ],
  "supportFIATs": [
    "USDT"
  ],
  "candles": {
    "interval": "1h",
    "limit": 100
  },
  "buy": {
    "enabled": true,
    "maxPurchaseAmount": 100,
    "triggerPercentage": 1,
    "stopPercentage": 1.012,
    "limitPercentage": 1.0121
  },
  "sell": {
    "enabled": true,
    "triggerPercentage": 1.04,
    "stopPercentage": 0.99,
    "limitPercentage": 0.989
  }
}

[2021-04-05T04:13:15.259Z] ERROR: binance-api/18 on 9d6859bfdf82: Something wrong with trailing-trade-common cache (version=0.0.65, server=websocket, e={}) payload: { "command": "latest", "data": {} }

chrisleekr commented 3 years ago

It looks like it couldn't get account information from the cache.

Have you configured API key correctly?

allaf2 commented 3 years ago

i have only fill this part. `## Test

BINANCE_TEST_API_KEY= BINANCE_TEST_SECRET_KEY=`

all another parts are empty.

lite this:

Live

BINANCE_LIVE_API_KEY= BINANCE_LIVE_SECRET_KEY=

Test

BINANCE_TEST_API_KEY=blablablah BINANCE_TEST_SECRET_KEY=blablablah

Slack

BINANCE_SLACK_WEBHOOK_URL= BINANCE_SLACK_CHANNEL= BINANCE_SLACK_USERNAME=

Local Tunnel

BINANCE_LOCAL_TUNNEL_SUBDOMAIN=default

chrisleekr commented 3 years ago

Please read the configuration file

And set up correctly. Close the issue if you find a fix.

ghost commented 3 years ago

Ok so the only error was that in the docker.compose.server.yml I had mode=live and not test as I filled the testnet API.

Thank you Chris

chrisleekr commented 3 years ago

Ok, if the issue is resolved, please close this issue.

allaf2 commented 3 years ago

my problem not fixed yet. i tested both of Test and Live but no success.

Live

BINANCE_LIVE_API_KEY= BINANCE_LIVE_SECRET_KEY=

Test

BINANCE_TEST_API_KEY=XR4L7i3VNnNzGD5RjOSTeXv..................................... BINANCE_TEST_SECRET_KEY=Yp1BEuU9owT4i7BGbWu....................................

Slack

BINANCE_SLACK_WEBHOOK_URL= BINANCE_SLACK_CHANNEL= BINANCE_SLACK_USERNAME=

Local Tunnel

BINANCE_LOCAL_TUNNEL_SUBDOMAIN=disable BINANCE_LOCAL_TUNNEL_ENABLED=false

AND

environment:
  - BINANCE_MODE=test
  # - BINANCE_MODE=live
  - BINANCE_SLACK_ENABLED=true
  - BINANCE_JOBS_ALIVE_ENABLED=true
  - BINANCE_JOBS_TRAILING_TRADE_ENABLED=true
  - BINANCE_JOBS_TRAILING_TRADE_SYMBOLS=["BTCUSDT", "ETHUSDT", "BNBUSDT"]
  - BINANCE_JOBS_TRAILING_TRADE_SUPPORT_FIATS=["USDT"]
  - REDIS_HOST=binance-redis
  - REDIS_PORT=6379
  - REDIS_PASSWORD=
ports:

should i change anything else?

thanks

chrisleekr commented 3 years ago

Without any log or more context, I won't be able to tell you what went wrong.

chrisleekr commented 3 years ago

As I didn't hear from you for two days, I will close the issue.

Please open new issue if you have any issue.