config.yml file:
settings:
update_interval: 300
market_pairs:
- BTC/USDT
- SHIB/USDT
- DOGE/USDT
exchanges:
coinbase:
required:
enabled: true
binance:
required:
enabled: true
sudo docker run --rm -v ~/Crypto-Signal/config.yml:/app/config.yml shadowreaver/crypto-signal:master
Traceback (most recent call last):
File "app.py", line 45, in
main()
File "app.py", line 29, in main
exchange_interface = ExchangeInterface(config.exchanges)
File "/app/exchange.py", line 30, in init
new_exchange = getattr(ccxt, exchange)({
AttributeError: module 'ccxt' has no attribute 'coinbase'