CryptoSignal / Crypto-Signal

Github.com/CryptoSignal - Trading & Technical Analysis Bot - 4,100+ stars, 1,100+ forks
https://www.linkedin.com/in/AbenezerMamo
MIT License
4.79k stars 1.25k forks source link

working for binance but not for coinbase crypto patform. any changes required to support coinbase? #455

Open subbu52 opened 2 years ago

subbu52 commented 2 years ago

config.yml file:

settings: update_interval: 300 market_pairs:

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'

w1ld3r commented 2 years ago

@subbu52, you probably want Coinbase Pro. Coinbase is not an exchange, it's a wallet service with some rich functions. Can you try replacing coinbase by coinbasepro ?

subbu52 commented 2 years ago

@w1ld3r it's the same result

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 'coinbasepro'

w1ld3r commented 2 years ago

I think it's only available with cctx pro: https://packagist.org/packages/ccxt/ccxt