After the recent Gainium update, my combo bot stopped placing Safety Orders (CMB-SO-…).
The Base Order executes correctly and the Minigrid is created, but no DCA/SO orders are sent even when the price moves far below the configured step percentage.
The same configuration was previously working before the update.
Expected behavior:
Safety Orders should trigger automatically when the price drops below the configured step threshold.
Observed behavior:
– Base order and minigrid creation OK
– No CMB-SO-… entries in logs
– No entries in orders collection with clientOrderId matching CMB-SO-…
Verification performed:
docker logs gainium-app_bots-combo_1 | grep 68ee2c447dd6f950b1e2df31
[1] - 2025-10-14T11:30:00.749Z | Worker 2 | Save order CMB-BO-…
[1] - 2025-10-14T11:30:00.751Z | Worker 2 | Create minigrid …
[1] - 2025-10-14T11:30:00.787Z | Worker 2 | Save order CMB-GR-…
[1] - 2025-10-14T11:30:00.801Z | Worker 2 | Save order CMB-RO-…
(no CMB-SO- entries)
Thank you for reporting this issue. We have received your bug report regarding Safety Orders not triggering on your ComboBot and will investigate it shortly. You mentioned the Bot ID: 68ee2c447dd6f950b1e2df31, which is helpful. We will update you as soon as we have more information.
Please check PRICE_CONNECTOR_EXCHANGES env values. if it exists, and if so what value.
Try to set PRICE_CONNECTOR_EXCHANGES=bitget and run
docker compose up -d price-connector
I have found a problem. Its a bug indeed.
Problem with paper websocket url. Fixed in latest version.
You can pull latest docker-compose, it contains also bug fixes for other services.