Tokocrypto / hummingbot

Hummingbot: a client for crypto market making
https://www.hummingbot.io/
Apache License 2.0
4 stars 5 forks source link

Tokocrypto: Random instance where it fails to create order and update balance #7

Closed RC-13 closed 1 year ago

RC-13 commented 2 years ago

Describe the bug Captured a scenario wherein the client stopped placing an order for about 2 min. It turns out that the balance did not update during this period. If we checked the exchanged, there was no open order at that time. So far I've seen it happened twice. image

In the logs, the client created 4 ask orders (1 fail due to insufficient balance)

2022-11-17 14:23:50,020 - 15901 - hummingbot.strategy.pure_market_making.pure_market_making - INFO - (USDT-DAI) Creating 4 ask orders at (Size, Price): ['15 USDT, 0.9992 DAI', '15 USDT, 1.0092 DAI', '15 USDT, 1.0192 DAI', '4.2 USDT, 1.0292 DAI']
2022-11-17 14:23:50,056 - 15901 - hummingbot.connector.exchange.tokocrypto.tokocrypto_exchange.TokocryptoExchange - WARNING - Sell order amount 0 is lower than the minimum order size 0.10000000. The order will not be created.
2022-11-17 14:23:50,096 - 15901 - hummingbot.core.event.event_reporter - EVENT_LOG - {"timestamp": 1668666230.0, "order_id": "xTKOTCSUTDI5eda4a1e39c752ebbfafe", "order_type": "OrderType.LIMIT_MAKER", "event_name": "MarketOrderFailureEvent", "event_source": "tokocrypto"}
2022-11-17 14:23:50,099 - 15901 - hummingbot.connector.client_order_tracker - INFO - Order xTKOTCSUTDI5eda4a1e39c752ebbfafe has failed. Order Update: OrderUpdate(trading_pair='USDT-DAI', update_timestamp=1668666230.0, new_state=<OrderState.FAILED: 6>, client_order_id='xTKOTCSUTDI5eda4a1e39c752ebbfafe', exchange_order_id=None, misc_updates=None)
2022-11-17 14:23:50,452 - 15901 - hummingbot.connector.client_order_tracker - INFO - Created LIMIT_MAKER SELL order xTKOTCSUTDI5eda4a1e39c432ebbfafe for 15.00000000 USDT-DAI.
2022-11-17 14:23:50,452 - 15901 - hummingbot.core.event.event_reporter - EVENT_LOG - {"timestamp": 1668666230.0, "type": "OrderType.LIMIT_MAKER", "trading_pair": "USDT-DAI", "amount": "15.00000000", "price": "1.00920000", "order_id": "xTKOTCSUTDI5eda4a1e39c432ebbfafe", "creation_timestamp": 1668666230.0, "exchange_order_id": "156974359", "leverage": 1, "position": "NIL", "event_name": "SellOrderCreatedEvent", "event_source": "tokocrypto"}
2022-11-17 14:23:50,458 - 15901 - hummingbot.connector.client_order_tracker - INFO - Created LIMIT_MAKER SELL order xTKOTCSUTDI5eda4a1e39c612ebbfafe for 15.00000000 USDT-DAI.
2022-11-17 14:23:50,459 - 15901 - hummingbot.core.event.event_reporter - EVENT_LOG - {"timestamp": 1668666230.0, "type": "OrderType.LIMIT_MAKER", "trading_pair": "USDT-DAI", "amount": "15.00000000", "price": "1.01920000", "order_id": "xTKOTCSUTDI5eda4a1e39c612ebbfafe", "creation_timestamp": 1668666230.0, "exchange_order_id": "156974360", "leverage": 1, "position": "NIL", "event_name": "SellOrderCreatedEvent", "event_source": "tokocrypto"}
2022-11-17 14:23:50,499 - 15901 - hummingbot.connector.client_order_tracker - INFO - Created LIMIT_MAKER SELL order xTKOTCSUTDI5eda4a1e39bdd2ebbfafe for 15.00000000 USDT-DAI.
2022-11-17 14:23:50,499 - 15901 - hummingbot.core.event.event_reporter - EVENT_LOG - {"timestamp": 1668666230.0, "type": "OrderType.LIMIT_MAKER", "trading_pair": "USDT-DAI", "amount": "15.00000000", "price": "0.99920000", "order_id": "xTKOTCSUTDI5eda4a1e39bdd2ebbfafe", "creation_timestamp": 1668666230.0, "exchange_order_id": "156974361", "leverage": 1, "position": "NIL", "event_name": "SellOrderCreatedEvent", "event_source": "tokocrypto"}
2022-11-17 14:24:00,083 - 15901 - hummingbot.strategy.pure_market_making.pure_market_making - INFO - (USDT-DAI) Canceling the limit order xTKOTCSUTDI5eda4a1e39bdd2ebbfafe. [clock=2022-11-17 06:24:00+00:00]
2022-11-17 14:24:00,083 - 15901 - hummingbot.strategy.pure_market_making.pure_market_making - INFO - (USDT-DAI) Canceling the limit order xTKOTCSUTDI5eda4a1e39c432ebbfafe. [clock=2022-11-17 06:24:00+00:00]
2022-11-17 14:24:00,083 - 15901 - hummingbot.strategy.pure_market_making.pure_market_making - INFO - (USDT-DAI) Canceling the limit order xTKOTCSUTDI5eda4a1e39c612ebbfafe. [clock=2022-11-17 06:24:00+00:00]
2022-11-17 14:24:00,572 - 15901 - hummingbot.core.event.event_reporter - EVENT_LOG - {"timestamp": 1668666240.0, "order_id": "xTKOTCSUTDI5eda4a1e39bdd2ebbfafe", "exchange_order_id": "156974361", "event_name": "OrderCancelledEvent", "event_source": "tokocrypto"}
2022-11-17 14:24:00,576 - 15901 - hummingbot.connector.client_order_tracker - INFO - Successfully canceled order xTKOTCSUTDI5eda4a1e39bdd2ebbfafe.
2022-11-17 14:24:00,577 - 15901 - hummingbot.core.event.event_reporter - EVENT_LOG - {"timestamp": 1668666240.0, "order_id": "xTKOTCSUTDI5eda4a1e39c612ebbfafe", "exchange_order_id": "156974360", "event_name": "OrderCancelledEvent", "event_source": "tokocrypto"}
2022-11-17 14:24:00,580 - 15901 - hummingbot.connector.client_order_tracker - INFO - Successfully canceled order xTKOTCSUTDI5eda4a1e39c612ebbfafe.
2022-11-17 14:24:00,616 - 15901 - hummingbot.core.event.event_reporter - EVENT_LOG - {"timestamp": 1668666240.0, "order_id": "xTKOTCSUTDI5eda4a1e39c432ebbfafe", "exchange_order_id": "156974359", "event_name": "OrderCancelledEvent", "event_source": "tokocrypto"}
2022-11-17 14:24:00,619 - 15901 - hummingbot.connector.client_order_tracker - INFO - Successfully canceled order xTKOTCSUTDI5eda4a1e39c432ebbfafe.

After this orders are canceled, the client starts to create a single ask order however it fails due to not meeting the exchange requirement. This is when we can see that there are no orders in the client for about 2min.

2022-11-17 14:24:01,000 - 15901 - hummingbot.strategy.pure_market_making.pure_market_making - INFO - (USDT-DAI) Creating 1 ask orders at (Size, Price): ['4.2 USDT, 0.9992 DAI']
2022-11-17 14:24:01,001 - 15901 - hummingbot.connector.exchange.tokocrypto.tokocrypto_exchange.TokocryptoExchange - WARNING - Sell order amount 0 is lower than the minimum order size 0.10000000. The order will not be created.
2022-11-17 14:24:01,002 - 15901 - hummingbot.core.event.event_reporter - EVENT_LOG - {"timestamp": 1668666241.0, "order_id": "xTKOTCSUTDI5eda4a28b26fe2ebbfafe", "order_type": "OrderType.LIMIT_MAKER", "event_name": "MarketOrderFailureEvent", "event_source": "tokocrypto"}
2022-11-17 14:24:01,004 - 15901 - hummingbot.connector.client_order_tracker - INFO - Order xTKOTCSUTDI5eda4a28b26fe2ebbfafe has failed. Order Update: OrderUpdate(trading_pair='USDT-DAI', update_timestamp=1668666241.0, new_state=<OrderState.FAILED: 6>, client_order_id='xTKOTCSUTDI5eda4a28b26fe2ebbfafe', exchange_order_id=None, misc_updates=None)
2022-11-17 14:24:12,064 - 15901 - hummingbot.strategy.pure_market_making.pure_market_making - INFO - (USDT-DAI) Creating 1 ask orders at (Size, Price): ['4.2 USDT, 0.9992 DAI']
2022-11-17 14:24:12,065 - 15901 - hummingbot.connector.exchange.tokocrypto.tokocrypto_exchange.TokocryptoExchange - WARNING - Sell order amount 0 is lower than the minimum order size 0.10000000. The order will not be created.
2022-11-17 14:24:12,066 - 15901 - hummingbot.core.event.event_reporter - EVENT_LOG - {"timestamp": 1668666252.0, "order_id": "xTKOTCSUTDI5eda4a333f8c52ebbfafe", "order_type": "OrderType.LIMIT_MAKER", "event_name": "MarketOrderFailureEvent", "event_source": "tokocrypto"}
2022-11-17 14:24:12,068 - 15901 - hummingbot.connector.client_order_tracker - INFO - Order xTKOTCSUTDI5eda4a333f8c52ebbfafe has failed. Order Update: OrderUpdate(trading_pair='USDT-DAI', update_timestamp=1668666252.0, new_state=<OrderState.FAILED: 6>, client_order_id='xTKOTCSUTDI5eda4a333f8c52ebbfafe', exchange_order_id=None, misc_updates=None)
2022-11-17 14:24:23,009 - 15901 - hummingbot.strategy.pure_market_making.pure_market_making - INFO - (USDT-DAI) Creating 1 ask orders at (Size, Price): ['4.2 USDT, 0.9992 DAI']
2022-11-17 14:24:23,009 - 15901 - hummingbot.connector.exchange.tokocrypto.tokocrypto_exchange.TokocryptoExchange - WARNING - Sell order amount 0 is lower than the minimum order size 0.10000000. The order will not be created.
2022-11-17 14:24:23,010 - 15901 - hummingbot.core.event.event_reporter - EVENT_LOG - {"timestamp": 1668666263.0, "order_id": "xTKOTCSUTDI5eda4a3daf94e2ebbfafe", "order_type": "OrderType.LIMIT_MAKER", "event_name": "MarketOrderFailureEvent", "event_source": "tokocrypto"}
2022-11-17 14:24:23,013 - 15901 - hummingbot.connector.client_order_tracker - INFO - Order xTKOTCSUTDI5eda4a3daf94e2ebbfafe has failed. Order Update: OrderUpdate(trading_pair='USDT-DAI', update_timestamp=1668666263.0, new_state=<OrderState.FAILED: 6>, client_order_id='xTKOTCSUTDI5eda4a3daf94e2ebbfafe', exchange_order_id=None, misc_updates=None)
2022-11-17 14:24:34,049 - 15901 - hummingbot.strategy.pure_market_making.pure_market_making - INFO - (USDT-DAI) Creating 1 ask orders at (Size, Price): ['4.2 USDT, 0.9992 DAI']
2022-11-17 14:24:34,050 - 15901 - hummingbot.connector.exchange.tokocrypto.tokocrypto_exchange.TokocryptoExchange - WARNING - Sell order amount 0 is lower than the minimum order size 0.10000000. The order will not be created.
2022-11-17 14:24:34,050 - 15901 - hummingbot.core.event.event_reporter - EVENT_LOG - {"timestamp": 1668666274.0, "order_id": "xTKOTCSUTDI5eda4a4836f0f2ebbfafe", "order_type": "OrderType.LIMIT_MAKER", "event_name": "MarketOrderFailureEvent", "event_source": "tokocrypto"}
2022-11-17 14:24:34,053 - 15901 - hummingbot.connector.client_order_tracker - INFO - Order xTKOTCSUTDI5eda4a4836f0f2ebbfafe has failed. Order Update: OrderUpdate(trading_pair='USDT-DAI', update_timestamp=1668666274.0, new_state=<OrderState.FAILED: 6>, client_order_id='xTKOTCSUTDI5eda4a4836f0f2ebbfafe', exchange_order_id=None, misc_updates=None)
2022-11-17 14:24:45,001 - 15901 - hummingbot.strategy.pure_market_making.pure_market_making - INFO - (USDT-DAI) Creating 1 ask orders at (Size, Price): ['4.2 USDT, 0.9992 DAI']
2022-11-17 14:24:45,002 - 15901 - hummingbot.connector.exchange.tokocrypto.tokocrypto_exchange.TokocryptoExchange - WARNING - Sell order amount 0 is lower than the minimum order size 0.10000000. The order will not be created.
2022-11-17 14:24:45,003 - 15901 - hummingbot.core.event.event_reporter - EVENT_LOG - {"timestamp": 1668666285.0, "order_id": "xTKOTCSUTDI5eda4a52a8dbc2ebbfafe", "order_type": "OrderType.LIMIT_MAKER", "event_name": "MarketOrderFailureEvent", "event_source": "tokocrypto"}
2022-11-17 14:24:45,005 - 15901 - hummingbot.connector.client_order_tracker - INFO - Order xTKOTCSUTDI5eda4a52a8dbc2ebbfafe has failed. Order Update: OrderUpdate(trading_pair='USDT-DAI', update_timestamp=1668666285.0, new_state=<OrderState.FAILED: 6>, client_order_id='xTKOTCSUTDI5eda4a52a8dbc2ebbfafe', exchange_order_id=None, misc_updates=None)
2022-11-17 14:24:56,001 - 15901 - hummingbot.strategy.pure_market_making.pure_market_making - INFO - (USDT-DAI) Creating 1 ask orders at (Size, Price): ['4.2 USDT, 0.9992 DAI']
2022-11-17 14:24:56,002 - 15901 - hummingbot.connector.exchange.tokocrypto.tokocrypto_exchange.TokocryptoExchange - WARNING - Sell order amount 0 is lower than the minimum order size 0.10000000. The order will not be created.
2022-11-17 14:24:56,003 - 15901 - hummingbot.core.event.event_reporter - EVENT_LOG - {"timestamp": 1668666296.0, "order_id": "xTKOTCSUTDI5eda4a5d266db2ebbfafe", "order_type": "OrderType.LIMIT_MAKER", "event_name": "MarketOrderFailureEvent", "event_source": "tokocrypto"}
2022-11-17 14:24:56,006 - 15901 - hummingbot.connector.client_order_tracker - INFO - Order xTKOTCSUTDI5eda4a5d266db2ebbfafe has failed. Order Update: OrderUpdate(trading_pair='USDT-DAI', update_timestamp=1668666296.0, new_state=<OrderState.FAILED: 6>, client_order_id='xTKOTCSUTDI5eda4a5d266db2ebbfafe', exchange_order_id=None, misc_updates=None)
2022-11-17 14:25:07,029 - 15901 - hummingbot.strategy.pure_market_making.pure_market_making - INFO - (USDT-DAI) Creating 1 ask orders at (Size, Price): ['4.2 USDT, 0.9992 DAI']
2022-11-17 14:25:07,030 - 15901 - hummingbot.connector.exchange.tokocrypto.tokocrypto_exchange.TokocryptoExchange - WARNING - Sell order amount 0 is lower than the minimum order size 0.10000000. The order will not be created.
2022-11-17 14:25:07,031 - 15901 - hummingbot.core.event.event_reporter - EVENT_LOG - {"timestamp": 1668666307.0, "order_id": "xTKOTCSUTDI5eda4a67aae052ebbfafe", "order_type": "OrderType.LIMIT_MAKER", "event_name": "MarketOrderFailureEvent", "event_source": "tokocrypto"}
2022-11-17 14:25:07,034 - 15901 - hummingbot.connector.client_order_tracker - INFO - Order xTKOTCSUTDI5eda4a67aae052ebbfafe has failed. Order Update: OrderUpdate(trading_pair='USDT-DAI', update_timestamp=1668666307.0, new_state=<OrderState.FAILED: 6>, client_order_id='xTKOTCSUTDI5eda4a67aae052ebbfafe', exchange_order_id=None, misc_updates=None)
2022-11-17 14:25:18,001 - 15901 - hummingbot.strategy.pure_market_making.pure_market_making - INFO - (USDT-DAI) Creating 1 ask orders at (Size, Price): ['4.2 USDT, 0.9992 DAI']
2022-11-17 14:25:18,002 - 15901 - hummingbot.connector.exchange.tokocrypto.tokocrypto_exchange.TokocryptoExchange - WARNING - Sell order amount 0 is lower than the minimum order size 0.10000000. The order will not be created.
2022-11-17 14:25:18,003 - 15901 - hummingbot.core.event.event_reporter - EVENT_LOG - {"timestamp": 1668666318.0, "order_id": "xTKOTCSUTDI5eda4a722182f2ebbfafe", "order_type": "OrderType.LIMIT_MAKER", "event_name": "MarketOrderFailureEvent", "event_source": "tokocrypto"}
2022-11-17 14:25:18,006 - 15901 - hummingbot.connector.client_order_tracker - INFO - Order xTKOTCSUTDI5eda4a722182f2ebbfafe has failed. Order Update: OrderUpdate(trading_pair='USDT-DAI', update_timestamp=1668666318.0, new_state=<OrderState.FAILED: 6>, client_order_id='xTKOTCSUTDI5eda4a722182f2ebbfafe', exchange_order_id=None, misc_updates=None)
2022-11-17 14:25:29,001 - 15901 - hummingbot.strategy.pure_market_making.pure_market_making - INFO - (USDT-DAI) Creating 1 ask orders at (Size, Price): ['4.2 USDT, 0.9992 DAI']
2022-11-17 14:25:29,003 - 15901 - hummingbot.connector.exchange.tokocrypto.tokocrypto_exchange.TokocryptoExchange - WARNING - Sell order amount 0 is lower than the minimum order size 0.10000000. The order will not be created.
2022-11-17 14:25:29,004 - 15901 - hummingbot.core.event.event_reporter - EVENT_LOG - {"timestamp": 1668666329.0, "order_id": "xTKOTCSUTDI5eda4a7c9f5872ebbfafe", "order_type": "OrderType.LIMIT_MAKER", "event_name": "MarketOrderFailureEvent", "event_source": "tokocrypto"}
2022-11-17 14:25:29,006 - 15901 - hummingbot.connector.client_order_tracker - INFO - Order xTKOTCSUTDI5eda4a7c9f5872ebbfafe has failed. Order Update: OrderUpdate(trading_pair='USDT-DAI', update_timestamp=1668666329.0, new_state=<OrderState.FAILED: 6>, client_order_id='xTKOTCSUTDI5eda4a7c9f5872ebbfafe', exchange_order_id=None, misc_updates=None)
2022-11-17 14:25:40,055 - 15901 - hummingbot.strategy.pure_market_making.pure_market_making - INFO - (USDT-DAI) Creating 1 ask orders at (Size, Price): ['4.2 USDT, 0.9992 DAI']
2022-11-17 14:25:40,056 - 15901 - hummingbot.connector.exchange.tokocrypto.tokocrypto_exchange.TokocryptoExchange - WARNING - Sell order amount 0 is lower than the minimum order size 0.10000000. The order will not be created.
2022-11-17 14:25:40,057 - 15901 - hummingbot.core.event.event_reporter - EVENT_LOG - {"timestamp": 1668666340.0, "order_id": "xTKOTCSUTDI5eda4a8729c5c2ebbfafe", "order_type": "OrderType.LIMIT_MAKER", "event_name": "MarketOrderFailureEvent", "event_source": "tokocrypto"}
2022-11-17 14:25:40,059 - 15901 - hummingbot.connector.client_order_tracker - INFO - Order xTKOTCSUTDI5eda4a8729c5c2ebbfafe has failed. Order Update: OrderUpdate(trading_pair='USDT-DAI', update_timestamp=1668666340.0, new_state=<OrderState.FAILED: 6>, client_order_id='xTKOTCSUTDI5eda4a8729c5c2ebbfafe', exchange_order_id=None, misc_updates=None)
2022-11-17 14:25:51,044 - 15901 - hummingbot.strategy.pure_market_making.pure_market_making - INFO - (USDT-DAI) Creating 1 ask orders at (Size, Price): ['4.2 USDT, 0.9992 DAI']
2022-11-17 14:25:51,045 - 15901 - hummingbot.connector.exchange.tokocrypto.tokocrypto_exchange.TokocryptoExchange - WARNING - Sell order amount 0 is lower than the minimum order size 0.10000000. The order will not be created.
2022-11-17 14:25:51,046 - 15901 - hummingbot.core.event.event_reporter - EVENT_LOG - {"timestamp": 1668666351.0, "order_id": "xTKOTCSUTDI5eda4a91a4a1f2ebbfafe", "order_type": "OrderType.LIMIT_MAKER", "event_name": "MarketOrderFailureEvent", "event_source": "tokocrypto"}
2022-11-17 14:25:51,048 - 15901 - hummingbot.connector.client_order_tracker - INFO - Order xTKOTCSUTDI5eda4a91a4a1f2ebbfafe has failed. Order Update: OrderUpdate(trading_pair='USDT-DAI', update_timestamp=1668666351.0, new_state=<OrderState.FAILED: 6>, client_order_id='xTKOTCSUTDI5eda4a91a4a1f2ebbfafe', exchange_order_id=None, misc_updates=None)
2022-11-17 14:26:02,028 - 15901 - hummingbot.strategy.pure_market_making.pure_market_making - INFO - (USDT-DAI) Creating 4 ask orders at (Size, Price): ['15 USDT, 0.9992 DAI', '15 USDT, 1.0092 DAI', '15 USDT, 1.0192 DAI', '4.2 USDT, 1.0292 DAI']
2022-11-17 14:26:02,057 - 15901 - hummingbot.connector.exchange.tokocrypto.tokocrypto_exchange.TokocryptoExchange - WARNING - Sell order amount 0 is lower than the minimum order size 0.10000000. The order will not be created.
2022-11-17 14:26:02,091 - 15901 - hummingbot.core.event.event_reporter - EVENT_LOG - {"timestamp": 1668666362.0, "order_id": "xTKOTCSUTDI5eda4a9c1e5b92ebbfafe", "order_type": "OrderType.LIMIT_MAKER", "event_name": "MarketOrderFailureEvent", "event_source": "tokocrypto"}

Steps To Reproduce

Possible step on how to replicate the behavior:

  1. Create a PMM strategy using tokocrypto
  2. Set order refresh time to 10 sec and disable order refresh tolerance
  3. Enable multiple order level (3 or more)
  4. Start the strategy and run the status --live command.
  5. Monitor the status Note: This is random so it can occur within 10 min or within an hour.

Release version Version: dev-1.10.0

Attachments tokocrypto-test-logs-and-config.zip

toriqahmads commented 2 years ago

Hi, Thank you for reporting the bug

After replicate and tracing the bug, I found that the balance is updated fine live monitor status.

This is when bot only creating 2 bid orders at first image

and then bot cancel those orders and creating 3 bid orders. On monitor panel, it shows that balance is updated image

For the fails to create order issue is because the base code of hummingbot is returning zero decimal (0) when validating the order amount (at quantize_order_amount function in class exchange_py_base.py) and not submiting the order because not meet the minimal order size.

code of quantize_order_amount function --> this function will always return 0 amount of buy if amount not meet the minimum order size of exchange and not meet the minimum notional size with + 1% of minimum notional size of exchange. image

and this is the validation before submiting the order image

So, I decide to override those function to show more informative error log when fail in validation this order is not meet the minimum notional size of exhange for USDT-BIDR pair (must atleast 20K IDR) image

RC-13 commented 2 years ago

Hello @toriqahmads Thank you for checking this issue. The reason for the failing to submit an order is clear, however, its not clear why there was about 2 min period wherein the balance suddenly doesn't update. In my screenshot, we can see that there are no active orders both in the bot and exchange, so it is expected that the available balance should be equal to the total balance. image

Note: I'm only running a single bot at that time. And the balance has been updating properly for about 10 min (first time seen the behavior). The second time I saw it was after running the bot for almost an hour.

toriqahmads commented 2 years ago

Hi @RC-13 I don't know why that's happen, but based on the account balance update function, the total balance is from total free assets + total locked assets, and the available balance is from only total free assets. This mean that assets that locked in opened orders, staking, pending withdrawal or freezing asset is not calculated in available balance.

can you please check that your account have some locked assets?

toriqahmads commented 2 years ago

HI @RC-13

I just tested again and it should be work fine now

have some active orders: image

while no active orders: image

Note: the bot needs a few seconds to update balance while there are have some update filled/complete order (in mine, it needs 1-2 seconds wait to update the live account balance)

toriqahmads commented 2 years ago

I've pushed the updates. Kindly check and test again.

Commit: https://github.com/Tokocrypto/hummingbot/commit/1fb3cae2909b7bf01f80c67ebbd5f007416fd23a

Thank you

RC-13 commented 2 years ago

We will run an overnight bot and check the behavior, will post an update if no longer seeing the reported behavior.

PtrckM commented 2 years ago

Did not hit the issue during overnight runtime using the latest commit 1fb3cae2909b7bf01f80c67ebbd5f007416fd23a

toriqahmads commented 2 years ago

Hi @PtrckM ,

Thank you for the updates.

Is this issue clear?

RC-13 commented 1 year ago

Closing this ticket now