ExchangeUnion / market-maker-bot

MM Bot for OpenDEX. Make profits via arbitrage between OpenDEX and a connected CEX account like Binance 🤖
GNU Affero General Public License v3.0
105 stars 20 forks source link

Specify OpenDEX and CEX base asset and quote asset separately #95

Closed erkarl closed 3 years ago

erkarl commented 3 years ago

This issue is about allowing to specify CEX and OpenDEX assets separately in the configuration:

For example

OPENDEX_BASEASSET=BTC
OPENDEX_QUOTEASSET=USDT
CEX_BASEASSET=BTC
CEX_QUOTEASSET=USD
kilrau commented 3 years ago

This one is important, because e.g. Binance lists as USDT/DAI and Kraken as DAI/USDT.