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
5.01k stars 1.1k forks source link

Some errors #634

Closed poudenes closed 1 year ago

poudenes commented 1 year ago

Hi,

Im trying out this great project. Only what I see is this all the time:

Error occurred while retrieving TradingView technical analysis...

{
  "_id": "64816e9b83155a09c616b46d",
  "symbol": "XRPUSDT",
  "msg": "Error occurred while retrieving TradingView technical analysis...",
  "loggedAt": "2023-06-08T06:00:59.678Z",
  "data": {
    "uuid": "1b62fac8-a726-4625-b2ee-b2a73df8a795",
    "stepName": "get-tradingview",
    "symbols": [
      "XRPUSDT"
    ],
    "err": {
      "message": "getaddrinfo ENOTFOUND tradingview",
      "name": "Error",
      "stack": "Error: getaddrinfo ENOTFOUND tradingview\n    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:71:26)",
      "code": "ENOTFOUND"
    }
  }
}

And all the orders cancelled with this message:

Buy order stop price is higher than current buy limit price, cancel current buy order

poudenes commented 1 year ago

read some other docker-compose files instead only the stack one. And there was also a TradingView docker part. Add that one and now the TradingView error is gone