hummingbot / hummingbot

Open source software that helps you create and deploy high-frequency crypto trading bots
https://hummingbot.org
Apache License 2.0
8.24k stars 2.84k forks source link

Maker orderbook is empty on XEMM #2754

Closed rapcmia closed 2 years ago

rapcmia commented 3 years ago

Describe the bug User getting the following error when running on XEMM on bamboo relay (matic/weth) and binance (matic/btc) bamboo_relay_market - Buy orderbook for MATIC-WETH is empty bamboo_relay_market - Ask orderbook for MATIC-WETH is empty clock - Unexpected error running clock tick

2020-12-02 22:51:33,029 - 1 - hummingbot.strategy.cross_exchange_market_making.cross_exchange_market_making - ERROR - Error formatting market stats.
Traceback (most recent call last):
  File "hummingbot/strategy/strategy_base.pyx", line 155, in hummingbot.strategy.strategy_base.StrategyBase.market_status_data_frame
    bid_price = market.get_price(trading_pair, False)
  File "hummingbot/market/bamboo_relay/bamboo_relay_market.pyx", line 1622, in hummingbot.market.bamboo_relay.bamboo_relay_market.BambooRelayMarket.get_price
    return self.c_get_price(trading_pair, is_buy)
  File "hummingbot/market/market_base.pyx", line 207, in hummingbot.market.market_base.MarketBase.c_get_price
    OrderBook order_book = self.c_get_order_book(trading_pair)
  File "hummingbot/market/bamboo_relay/bamboo_relay_market.pyx", line 1647, in hummingbot.market.bamboo_relay.bamboo_relay_market.BambooRelayMarket.c_get_order_book
    raise ValueError(f"No order book exists for '{trading_pair}'.")
ValueError: No order book exists for 'MATIC-WETH'.

image

Steps To Reproduce

Tried different pairs but with same exchange

Tried bot CEX on XEMM

Team tried to run some test again

Release version v0.28.1

Attachments logs_conf_xemm_8.log conf_xemm_8.txt

WARNING: Do NOT publish any exchange API keys or your wallet's private key. Whoever has access to them may steal your assets!

Optional: your discord username:

┆Issue is synchronized with this Clickup task by Unito

rapcmia commented 2 years ago

Closing ticket, connector has been deprecated.