Krypto-trading-bot: [Coinbase] Completed Trades not tracked in bot

Created on 4 Feb 2021  ·  15Comments  ·  Source: ctubio/Krypto-trading-bot

Was running Krypto on Coinbase for approx 12h, a few trades took place but only some of them showed up in the UI, or on the cli log.

In the two screenshots you will see that only the trades executed at:

23:20:50
23:11:52
22:48:01

Are tracked and the 3 trades at:

23:18:45
23:42:14
23:42:26

Did not get tracked by Krypto

Screenshot 2021-02-04 000433
Screenshot 2021-02-04 000619


app exchange: COINBASE/XLM/USD
app version: Latest as of 2/3/2021
OS distro: Linux
fixme! non reproducible bug

All 15 comments

morniiing'''
im using coinbase since forever and never saw this :S

i can reproduce this only if i have running 2 bots against the same coinbase market

i cannot also imagine any change in the code to help here :S

Thanks for looking at it but I can assure you it is happening. I have
watched it happen several times. It could be due to maybe lag or computer
resources on my end perhaps?

On Fri, Feb 5, 2021, 6:41 PM Carles Tubio notifications@github.com wrote:

morniiing'''
im using coinbase since forever and never saw this :S

i can reproduce this only if i have running 2 bots against the same
coinbase market


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/ctubio/Krypto-trading-bot/issues/1054#issuecomment-774346568,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AAGMZNMC52W7ABEDNAWOJBTS5R6ZRANCNFSM4XCENPXA
.

for a trade to be tracked, an open order must exists with the same id
when an order is opened, it is waiting until coinbase says that is opened.
when an order is canceled, it is waiting until coinbase says that is canceled.
an order is filled when coinbase says so

if we cancel an order while it is filled, we will get either a cancel or a fill, depending what occurs first and coinbase reports back

there is no way for a filled order to not be tracked cos we put orders on waiting before actually remove from our memory until coinbase says so

this data is coming using a websocket using fix format, and messages are sequenced with incremental unique ids, so there is no way also that a message is lost (if the sequences do not match +1 always then a disconnect and recoonect after 7 seconds is expected)

anyway ima keep an close eye comparing the history of orders in the exchange and in the UI to see if ever this is reproduced for me

at the end i need some log files to understand the situation, so if you are able consider to paste some output while using --debug-orders argument while this occurs

Sure, I'll see if I can capture it happening. I've been looking at the
computer when I noticed it the last 2 times it happened. I noticed the
wallet balance trade without a corresponding trade in the bot and verified
that a trade happened on the coinbase UI (as I showed you in the
screenshots).

--debug-orders produces quite a lot of output so next time I plan to be
actively watching the bot I will see if I can capture it.

It would be interesting to see if you can find something similar happen.

As a side note, I think maybe I am having resource issues, the UI for my
bot freezes a lot. I am running K on a VPS and top only shows about 20% CPU
being used but I suspect maybe there are periods of time when the bot locks
up for a few ms and maybe that's when this happens?

On Fri, Feb 5, 2021 at 8:41 PM Carles Tubio notifications@github.com
wrote:

for a trade to be tracked, an open order must exists with the same id
when an order is opened, it is waiting until coinbase says that is opened.
when an order is canceled, it is waiting until coinbase says that is
canceled.
an order is filled when coinbase says so

if we cancel an order while it is filled, we will get either a cancel or a
fill, depending what occurs first and coinbase reports back

there is no way for a filled order to not be tracked cos we put orders on
waiting before actually remove from our memory until coinbase says so

this data is coming using a websocket using fix format, and messages are
sequenced with incremental unique ids, so there is no way also that a
message is lost (if the sequences do not match +1 always then a disconnect
and recoonect after 7 seconds is expected)

anyway ima keep an close eye comparing the history of orders in the
exchange and in the UI to see if ever this is reproduced for me

at the end i need some log files to understand the situation, so if you
are able consider to paste some output while using --debug-orders
argument while this occurs


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/ctubio/Krypto-trading-bot/issues/1054#issuecomment-774374048,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AAGMZNLIKGZ4JJV74EURLJTS5SM4BANCNFSM4XCENPXA
.

I caught it again, but I didn't have the debug log on. I have enabled the logging but in the meantime here is the example:

In this screenshot you can see a trade that appears to have been opened at 11:30:29PM and filled at 11:31:34PM (quite a long time for an order to stay open for this bot)

1

In the following two screenshots you will see no record of a trade in the bot GUI or CLI for any time around 23:30:00.

2

3

allow me to say this: are you sure you are not runing 2 bots?

maybe can you check it with ps axu | grep K?

Yes, I am sure. I just double checked to be sure across every server I
have...

On Sat, Feb 6, 2021 at 10:33 AM Carles Tubio notifications@github.com
wrote:

allow me to say this: are you sure you are not runing 2 bots?

maybe can you check it with ps axu | grep K?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/ctubio/Krypto-trading-bot/issues/1054#issuecomment-774494807,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AAGMZNJXYSOBXCO4LG6WI7DS5VOMHANCNFSM4XCENPXA
.

ok well, let me reopen to try my best to reproduce this

Ok so I managed to catch two today (I _think_).

Here is the record of trades form the logs:

02/06 18:44:58.313293 GW COINBASE PONG TRADE SELL 30 XLM at price 0.380575 USD (value 11.417250 USD).
02/06 18:45:01.066082 GW COINBASE PONG TRADE SELL 30 XLM at price 0.380839 USD (value 11.425170 USD).
02/06 18:45:40.508907 GW COINBASE PING TRADE BUY  10 XLM at price 0.380519 USD (value 3.805190 USD).
02/06 18:45:40.516788 GW COINBASE PING TRADE BUY  20 XLM at price 0.380519 USD (value 7.610380 USD).
02/06 18:45:45.960741 GW COINBASE PONG TRADE SELL 30 XLM at price 0.381258 USD (value 11.437740 USD).
02/06 18:45:48.399632 GW COINBASE PING TRADE BUY  30 XLM at price 0.380742 USD (value 11.422260 USD).
02/06 18:45:52.302929 GW COINBASE PING TRADE BUY  30 XLM at price 0.380214 USD (value 11.406420 USD).
02/06 18:45:52.341633 GW COINBASE PING TRADE BUY  30 XLM at price 0.380079 USD (value 11.402370 USD).
02/06 18:45:59.787629 GW COINBASE PING TRADE BUY  30 XLM at price 0.378713 USD (value 11.361390 USD).
02/06 18:46:03.561283 GW COINBASE PING TRADE BUY  30 XLM at price 0.378001 USD (value 11.340030 USD).
02/06 18:46:13.760242 GW COINBASE PING TRADE BUY  28 XLM at price 0.378458 USD (value 10.596824 USD).
02/06 18:50:36.281102 GW COINBASE PONG TRADE SELL 30 XLM at price 0.378809 USD (value 11.364270 USD).
02/06 18:51:15.377505 GW COINBASE PING TRADE BUY  30 XLM at price 0.379569 USD (value 11.387070 USD).
02/06 18:52:21.331300 GW COINBASE PONG TRADE SELL 30 XLM at price 0.378809 USD (value 11.364270 USD).
02/06 18:52:42.187027 GW COINBASE PING TRADE BUY  29 XLM at price 0.377901 USD (value 10.959129 USD).
02/06 18:59:25.828059 GW COINBASE PONG TRADE SELL 30 XLM at price 0.378606 USD (value 11.358180 USD).
02/06 19:00:14.046304 GW COINBASE PING TRADE BUY  10 XLM at price 0.379569 USD (value 3.795690 USD).
02/06 19:00:17.485776 GW COINBASE PING TRADE BUY  20 XLM at price 0.379424 USD (value 7.588480 USD).
02/06 19:04:48.144353 GW COINBASE PONG TRADE SELL 30 XLM at price 0.384992 USD (value 11.549760 USD).
02/06 19:04:49.908009 GW COINBASE PING TRADE BUY  30 XLM at price 0.384521 USD (value 11.535630 USD).
02/06 19:04:57.071909 GW COINBASE PING TRADE BUY  30 XLM at price 0.385450 USD (value 11.563500 USD).
02/06 19:05:10.068413 GW COINBASE PING TRADE BUY  29 XLM at price 0.387070 USD (value 11.225030 USD).
02/06 19:07:32.552136 GW COINBASE PONG TRADE SELL 30 XLM at price 0.385124 USD (value 11.553720 USD).
02/06 19:07:33.430574 GW COINBASE PONG TRADE SELL 30 XLM at price 0.385285 USD (value 11.558550 USD).
02/06 19:07:52.658882 GW COINBASE PING TRADE BUY  10 XLM at price 0.387342 USD (value 3.873420 USD).
02/06 19:07:52.679883 GW COINBASE PING TRADE BUY  20 XLM at price 0.387342 USD (value 7.746840 USD).
02/06 19:08:02.215837 GW COINBASE PING TRADE BUY  29 XLM at price 0.387266 USD (value 11.230714 USD).
02/06 19:11:54.883471 GW COINBASE PONG TRADE SELL 30 XLM at price 0.388199 USD (value 11.645970 USD).
02/06 19:11:58.279955 GW COINBASE PONG TRADE SELL 30 XLM at price 0.388785 USD (value 11.663550 USD).
02/06 19:12:02.027480 GW COINBASE PONG TRADE SELL 30 XLM at price 0.388931 USD (value 11.667930 USD).
02/06 19:12:03.167207 GW COINBASE PONG TRADE SELL 30 XLM at price 0.388979 USD (value 11.669370 USD).
02/06 19:12:06.532252 GW COINBASE PONG TRADE SELL 15 XLM at price 0.389924 USD (value 5.848860 USD).
02/06 19:12:07.196577 GW COINBASE PONG TRADE SELL 30 XLM at price 0.389953 USD (value 11.698590 USD).
02/06 19:12:15.648903 GW COINBASE PONG TRADE SELL 30 XLM at price 0.390398 USD (value 11.711940 USD).
02/06 19:12:15.742969 GW COINBASE PONG TRADE SELL 30 XLM at price 0.390343 USD (value 11.710290 USD).
02/06 19:12:15.802813 GW COINBASE PONG TRADE SELL 30 XLM at price 0.390429 USD (value 11.712870 USD).
02/06 19:12:18.747362 GW COINBASE PONG TRADE SELL 8 XLM at price 0.391380 USD (value 3.131040 USD).

There are two missing:

Screenshot 2021-02-06 194901

Screenshot 2021-02-06 194910

I don't know how to translate the "trade id" from the coinbase side to the debug logs but the two trades are:

17445997 (19:04:25 -> 19:04:32)
$0.385045

17445651 (19:03:48)
$0.384987

Here is the section of the debug log that is probably of interest:

02/06 19:00:18.136755 DEBUG OG memory 1.
02/06 19:00:18.148688 DEBUG OG   reply  a6207950-df25-499e-8000-00e3b38e7723::9a935d84-f538-48d2-a085-e4ae73c62d1f [2]: 0 XLM at price 0.000000 USD.
02/06 19:00:18.148987 DEBUG OG   saved  a6207950-df25-499e-8000-00e3b38e7723::9a935d84-f538-48d2-a085-e4ae73c62d1f [2]: 20 XLM at price 0.379190 USD.
02/06 19:00:18.149179 DEBUG OG memory 1.
02/06 19:00:18.149358 DEBUG OG   purge  a6207950-df25-499e-8000-00e3b38e7723::9a935d84-f538-48d2-a085-e4ae73c62d1f [2]: 20 XLM at price 0.379190 USD.
02/06 19:00:18.149536 DEBUG OG memory 0.
02/06 19:00:18.250682 DEBUG OG   saved  e5390983-e85c-40fa-8000-00cf1aa6e62b:: [0]: 20 XLM at price 0.379190 USD.
02/06 19:00:18.251029 DEBUG OG memory 1.
02/06 19:00:18.264395 DEBUG OG   reply  e5390983-e85c-40fa-8000-00cf1aa6e62b::8e5fa523-2689-43ad-9370-7aa24e3151e7 [2]: 0 XLM at price 0.000000 USD.
02/06 19:00:18.264677 DEBUG OG   saved  e5390983-e85c-40fa-8000-00cf1aa6e62b::8e5fa523-2689-43ad-9370-7aa24e3151e7 [2]: 20 XLM at price 0.379190 USD.
02/06 19:00:18.264891 DEBUG OG memory 1.
02/06 19:00:18.265077 DEBUG OG   purge  e5390983-e85c-40fa-8000-00cf1aa6e62b::8e5fa523-2689-43ad-9370-7aa24e3151e7 [2]: 20 XLM at price 0.379190 USD.
02/06 19:00:18.265256 DEBUG OG memory 0.
02/06 19:03:47.348451 DEBUG OG   saved  26a41be0-dd72-4838-8000-00d421ef7543:: [0]: 30 XLM at price 0.385046 USD.
02/06 19:03:47.348560 DEBUG OG memory 1.
02/06 19:03:47.398776 DEBUG OG   reply  26a41be0-dd72-4838-8000-00d421ef7543::18c8dcf5-6f5a-4731-b729-d9997b62759c [1]: 30 XLM at price 0.385046 USD.
02/06 19:03:47.398884 DEBUG OG   saved  26a41be0-dd72-4838-8000-00d421ef7543::18c8dcf5-6f5a-4731-b729-d9997b62759c [1]: 30 XLM at price 0.385046 USD.
02/06 19:03:47.398944 DEBUG OG memory 1.
02/06 19:03:47.401076 DEBUG OG  cancel  26a41be0-dd72-4838-8000-00d421ef7543::18c8dcf5-6f5a-4731-b729-d9997b62759c [0]: 30 XLM at price 0.385046 USD.
02/06 19:03:47.443309 DEBUG OG   reply  ::18c8dcf5-6f5a-4731-b729-d9997b62759c [2]: 0 XLM at price 0.000000 USD.
02/06 19:03:47.443402 DEBUG OG   saved  26a41be0-dd72-4838-8000-00d421ef7543::18c8dcf5-6f5a-4731-b729-d9997b62759c [2]: 30 XLM at price 0.385046 USD.
02/06 19:03:47.443444 DEBUG OG memory 1.
02/06 19:03:47.443484 DEBUG OG   purge  26a41be0-dd72-4838-8000-00d421ef7543::18c8dcf5-6f5a-4731-b729-d9997b62759c [2]: 30 XLM at price 0.385046 USD.
02/06 19:03:47.443523 DEBUG OG memory 0.
02/06 19:03:47.456425 DEBUG OG   saved  31f5481c-0cb4-4c8a-8000-00710fe82481:: [0]: 30 XLM at price 0.385144 USD.
02/06 19:03:47.456493 DEBUG OG memory 1.
02/06 19:03:47.514429 DEBUG OG   reply  31f5481c-0cb4-4c8a-8000-00710fe82481::7be0f3b3-13cc-40c0-a623-38b6ce406467 [1]: 30 XLM at price 0.385144 USD.
02/06 19:03:47.514523 DEBUG OG   saved  31f5481c-0cb4-4c8a-8000-00710fe82481::7be0f3b3-13cc-40c0-a623-38b6ce406467 [1]: 30 XLM at price 0.385144 USD.
02/06 19:03:47.514565 DEBUG OG memory 1.
02/06 19:03:47.515550 DEBUG OG  cancel  31f5481c-0cb4-4c8a-8000-00710fe82481::7be0f3b3-13cc-40c0-a623-38b6ce406467 [0]: 30 XLM at price 0.385144 USD.
02/06 19:03:47.515623 DEBUG OG   saved  090eef25-dd43-4f27-8000-000e63a5c873:: [0]: 30 XLM at price 0.385399 USD.
02/06 19:03:47.515664 DEBUG OG memory 2.
02/06 19:03:47.581891 DEBUG OG   reply  ::7be0f3b3-13cc-40c0-a623-38b6ce406467 [2]: 0 XLM at price 0.000000 USD.
02/06 19:03:47.582003 DEBUG OG   saved  31f5481c-0cb4-4c8a-8000-00710fe82481::7be0f3b3-13cc-40c0-a623-38b6ce406467 [2]: 30 XLM at price 0.385144 USD.
02/06 19:03:47.582046 DEBUG OG memory 2.
02/06 19:03:47.582087 DEBUG OG   purge  31f5481c-0cb4-4c8a-8000-00710fe82481::7be0f3b3-13cc-40c0-a623-38b6ce406467 [2]: 30 XLM at price 0.385144 USD.
02/06 19:03:47.582126 DEBUG OG memory 1.
02/06 19:03:47.615964 DEBUG OG   reply  090eef25-dd43-4f27-8000-000e63a5c873::501433ef-1b6d-4ba4-9f27-d1ca499bb706 [1]: 30 XLM at price 0.385399 USD.
02/06 19:03:47.616051 DEBUG OG   saved  090eef25-dd43-4f27-8000-000e63a5c873::501433ef-1b6d-4ba4-9f27-d1ca499bb706 [1]: 30 XLM at price 0.385399 USD.
02/06 19:03:47.616094 DEBUG OG memory 1.
02/06 19:03:47.616838 DEBUG OG  cancel  090eef25-dd43-4f27-8000-000e63a5c873::501433ef-1b6d-4ba4-9f27-d1ca499bb706 [0]: 30 XLM at price 0.385399 USD.
02/06 19:03:47.616914 DEBUG OG   saved  7332997c-ecbb-4394-8000-00f133a9fef3:: [0]: 30 XLM at price 0.385083 USD.
02/06 19:03:47.616955 DEBUG OG memory 2.
02/06 19:03:47.655189 DEBUG OG   reply  ::501433ef-1b6d-4ba4-9f27-d1ca499bb706 [2]: 0 XLM at price 0.000000 USD.
02/06 19:03:47.655273 DEBUG OG   saved  090eef25-dd43-4f27-8000-000e63a5c873::501433ef-1b6d-4ba4-9f27-d1ca499bb706 [2]: 30 XLM at price 0.385399 USD.
02/06 19:03:47.655314 DEBUG OG memory 2.
02/06 19:03:47.655353 DEBUG OG   purge  090eef25-dd43-4f27-8000-000e63a5c873::501433ef-1b6d-4ba4-9f27-d1ca499bb706 [2]: 30 XLM at price 0.385399 USD.
02/06 19:03:47.655390 DEBUG OG memory 1.
02/06 19:03:47.686041 DEBUG OG   reply  7332997c-ecbb-4394-8000-00f133a9fef3::65b439c9-ce22-4486-a49e-26d6831e44c4 [1]: 30 XLM at price 0.385083 USD.
02/06 19:03:47.686131 DEBUG OG   saved  7332997c-ecbb-4394-8000-00f133a9fef3::65b439c9-ce22-4486-a49e-26d6831e44c4 [1]: 30 XLM at price 0.385083 USD.
02/06 19:03:47.686173 DEBUG OG memory 1.
02/06 19:03:47.688297 DEBUG OG  cancel  7332997c-ecbb-4394-8000-00f133a9fef3::65b439c9-ce22-4486-a49e-26d6831e44c4 [0]: 30 XLM at price 0.385083 USD.
02/06 19:03:47.688378 DEBUG OG   saved  c9694339-72a8-4407-8000-008460769bc8:: [0]: 30 XLM at price 0.385096 USD.
02/06 19:03:47.688440 DEBUG OG memory 2.
02/06 19:03:47.725700 DEBUG OG   reply  ::65b439c9-ce22-4486-a49e-26d6831e44c4 [2]: 0 XLM at price 0.000000 USD.
02/06 19:03:47.725801 DEBUG OG   saved  7332997c-ecbb-4394-8000-00f133a9fef3::65b439c9-ce22-4486-a49e-26d6831e44c4 [2]: 30 XLM at price 0.385083 USD.
02/06 19:03:47.725846 DEBUG OG memory 2.
02/06 19:03:47.725885 DEBUG OG   purge  7332997c-ecbb-4394-8000-00f133a9fef3::65b439c9-ce22-4486-a49e-26d6831e44c4 [2]: 30 XLM at price 0.385083 USD.
02/06 19:03:47.725922 DEBUG OG memory 1.
02/06 19:03:47.762490 DEBUG OG   reply  c9694339-72a8-4407-8000-008460769bc8::0b5a6d92-5dd1-49f1-b4c5-be9f76b0a34c [1]: 30 XLM at price 0.385096 USD.
02/06 19:03:47.762582 DEBUG OG   saved  c9694339-72a8-4407-8000-008460769bc8::0b5a6d92-5dd1-49f1-b4c5-be9f76b0a34c [1]: 30 XLM at price 0.385096 USD.
02/06 19:03:47.762621 DEBUG OG memory 1.
02/06 19:03:47.763478 DEBUG OG  cancel  c9694339-72a8-4407-8000-008460769bc8::0b5a6d92-5dd1-49f1-b4c5-be9f76b0a34c [0]: 30 XLM at price 0.385096 USD.
02/06 19:03:47.763550 DEBUG OG   saved  c2097bbb-2131-4a47-8000-00d0a2bbec02:: [0]: 30 XLM at price 0.385110 USD.
02/06 19:03:47.763590 DEBUG OG memory 2.
02/06 19:03:47.805074 DEBUG OG   reply  ::0b5a6d92-5dd1-49f1-b4c5-be9f76b0a34c [2]: 0 XLM at price 0.000000 USD.
02/06 19:03:47.805169 DEBUG OG   saved  c9694339-72a8-4407-8000-008460769bc8::0b5a6d92-5dd1-49f1-b4c5-be9f76b0a34c [2]: 30 XLM at price 0.385096 USD.
02/06 19:03:47.805211 DEBUG OG memory 2.
02/06 19:03:47.805250 DEBUG OG   purge  c9694339-72a8-4407-8000-008460769bc8::0b5a6d92-5dd1-49f1-b4c5-be9f76b0a34c [2]: 30 XLM at price 0.385096 USD.
02/06 19:03:47.805287 DEBUG OG memory 1.
02/06 19:03:47.841233 DEBUG OG   reply  c2097bbb-2131-4a47-8000-00d0a2bbec02::f6f8d543-b37c-4e34-9ff6-7adb0adf426d [1]: 30 XLM at price 0.385110 USD.
02/06 19:03:47.841321 DEBUG OG   saved  c2097bbb-2131-4a47-8000-00d0a2bbec02::f6f8d543-b37c-4e34-9ff6-7adb0adf426d [1]: 30 XLM at price 0.385110 USD.
02/06 19:03:47.841362 DEBUG OG memory 1.
02/06 19:03:47.857453 DEBUG OG  cancel  c2097bbb-2131-4a47-8000-00d0a2bbec02::f6f8d543-b37c-4e34-9ff6-7adb0adf426d [0]: 30 XLM at price 0.385110 USD.
02/06 19:03:47.857537 DEBUG OG   saved  2550760f-62ea-4720-8000-00e90d0c7400:: [0]: 30 XLM at price 0.385144 USD.
02/06 19:03:47.857579 DEBUG OG memory 2.
02/06 19:03:47.904161 DEBUG OG   reply  ::f6f8d543-b37c-4e34-9ff6-7adb0adf426d [2]: 0 XLM at price 0.000000 USD.
02/06 19:03:47.904258 DEBUG OG   saved  c2097bbb-2131-4a47-8000-00d0a2bbec02::f6f8d543-b37c-4e34-9ff6-7adb0adf426d [2]: 30 XLM at price 0.385110 USD.
02/06 19:03:47.904301 DEBUG OG memory 2.
02/06 19:03:47.904340 DEBUG OG   purge  c2097bbb-2131-4a47-8000-00d0a2bbec02::f6f8d543-b37c-4e34-9ff6-7adb0adf426d [2]: 30 XLM at price 0.385110 USD.
02/06 19:03:47.904379 DEBUG OG memory 1.
02/06 19:03:47.931305 DEBUG OG   reply  2550760f-62ea-4720-8000-00e90d0c7400::3db2a4c7-7e20-4d6f-bbcb-1e1776ae2482 [1]: 30 XLM at price 0.385144 USD.
02/06 19:03:47.931391 DEBUG OG   saved  2550760f-62ea-4720-8000-00e90d0c7400::3db2a4c7-7e20-4d6f-bbcb-1e1776ae2482 [1]: 30 XLM at price 0.385144 USD.
02/06 19:03:47.931432 DEBUG OG memory 1.
02/06 19:03:47.932289 DEBUG OG  cancel  2550760f-62ea-4720-8000-00e90d0c7400::3db2a4c7-7e20-4d6f-bbcb-1e1776ae2482 [0]: 30 XLM at price 0.385144 USD.
02/06 19:03:47.932366 DEBUG OG   saved  e4fd5cf4-ab00-497b-8000-00fb24ce6161:: [0]: 30 XLM at price 0.385097 USD.
02/06 19:03:47.932407 DEBUG OG memory 2.
02/06 19:03:47.967862 DEBUG OG   reply  ::3db2a4c7-7e20-4d6f-bbcb-1e1776ae2482 [2]: 0 XLM at price 0.000000 USD.
02/06 19:03:47.967953 DEBUG OG   saved  2550760f-62ea-4720-8000-00e90d0c7400::3db2a4c7-7e20-4d6f-bbcb-1e1776ae2482 [2]: 30 XLM at price 0.385144 USD.
02/06 19:03:47.967994 DEBUG OG memory 2.
02/06 19:03:47.968034 DEBUG OG   purge  2550760f-62ea-4720-8000-00e90d0c7400::3db2a4c7-7e20-4d6f-bbcb-1e1776ae2482 [2]: 30 XLM at price 0.385144 USD.
02/06 19:03:47.968073 DEBUG OG memory 1.
02/06 19:03:48.002738 DEBUG OG   reply  e4fd5cf4-ab00-497b-8000-00fb24ce6161::06499787-3042-4a8f-a240-f51ad2297e68 [1]: 30 XLM at price 0.385097 USD.
02/06 19:03:48.002841 DEBUG OG   saved  e4fd5cf4-ab00-497b-8000-00fb24ce6161::06499787-3042-4a8f-a240-f51ad2297e68 [1]: 30 XLM at price 0.385097 USD.
02/06 19:03:48.002885 DEBUG OG memory 1.
02/06 19:03:48.003620 DEBUG OG  cancel  e4fd5cf4-ab00-497b-8000-00fb24ce6161::06499787-3042-4a8f-a240-f51ad2297e68 [0]: 30 XLM at price 0.385097 USD.
02/06 19:03:48.044478 DEBUG OG   reply  ::06499787-3042-4a8f-a240-f51ad2297e68 [2]: 0 XLM at price 0.000000 USD.
02/06 19:03:48.044564 DEBUG OG   saved  e4fd5cf4-ab00-497b-8000-00fb24ce6161::06499787-3042-4a8f-a240-f51ad2297e68 [2]: 30 XLM at price 0.385097 USD.
02/06 19:03:48.044606 DEBUG OG memory 1.
02/06 19:03:48.044645 DEBUG OG   purge  e4fd5cf4-ab00-497b-8000-00fb24ce6161::06499787-3042-4a8f-a240-f51ad2297e68 [2]: 30 XLM at price 0.385097 USD.
02/06 19:03:48.044684 DEBUG OG memory 0.
02/06 19:03:48.049034 DEBUG OG   saved  eedb600d-15d0-4777-8000-008f505b04e3:: [0]: 30 XLM at price 0.385046 USD.
02/06 19:03:48.049095 DEBUG OG memory 1.
02/06 19:03:48.092060 DEBUG OG   reply  eedb600d-15d0-4777-8000-008f505b04e3::d041ac2c-9196-46a5-ab0c-b537f36d1df1 [1]: 30 XLM at price 0.385046 USD.
02/06 19:03:48.092145 DEBUG OG   saved  eedb600d-15d0-4777-8000-008f505b04e3::d041ac2c-9196-46a5-ab0c-b537f36d1df1 [1]: 30 XLM at price 0.385046 USD.
02/06 19:03:48.092187 DEBUG OG memory 1.
02/06 19:03:48.092994 DEBUG OG  cancel  eedb600d-15d0-4777-8000-008f505b04e3::d041ac2c-9196-46a5-ab0c-b537f36d1df1 [0]: 30 XLM at price 0.385046 USD.
02/06 19:03:48.093089 DEBUG OG   saved  ad8a27c8-ab6b-46f8-8000-000dbd58b2c9:: [0]: 30 XLM at price 0.385156 USD.
02/06 19:03:48.093132 DEBUG OG memory 2.
02/06 19:03:48.126880 DEBUG OG   reply  ::d041ac2c-9196-46a5-ab0c-b537f36d1df1 [2]: 0 XLM at price 0.000000 USD.
02/06 19:03:48.126962 DEBUG OG   saved  eedb600d-15d0-4777-8000-008f505b04e3::d041ac2c-9196-46a5-ab0c-b537f36d1df1 [2]: 30 XLM at price 0.385046 USD.
02/06 19:03:48.127004 DEBUG OG memory 2.
02/06 19:03:48.127044 DEBUG OG   purge  eedb600d-15d0-4777-8000-008f505b04e3::d041ac2c-9196-46a5-ab0c-b537f36d1df1 [2]: 30 XLM at price 0.385046 USD.
02/06 19:03:48.127082 DEBUG OG memory 1.
02/06 19:03:48.157895 DEBUG OG   reply  ad8a27c8-ab6b-46f8-8000-000dbd58b2c9::6adb05f6-762e-4037-aa19-96b4cb417581 [1]: 30 XLM at price 0.385156 USD.
02/06 19:03:48.157977 DEBUG OG   saved  ad8a27c8-ab6b-46f8-8000-000dbd58b2c9::6adb05f6-762e-4037-aa19-96b4cb417581 [1]: 30 XLM at price 0.385156 USD.
02/06 19:03:48.158019 DEBUG OG memory 1.
02/06 19:03:48.168394 DEBUG OG  cancel  ad8a27c8-ab6b-46f8-8000-000dbd58b2c9::6adb05f6-762e-4037-aa19-96b4cb417581 [0]: 30 XLM at price 0.385156 USD.
02/06 19:03:48.168479 DEBUG OG   saved  28fd1905-fb0b-4ba7-8000-007c49859d7a:: [0]: 30 XLM at price 0.385046 USD.
02/06 19:03:48.168520 DEBUG OG memory 2.
02/06 19:03:48.208650 DEBUG OG   reply  ::6adb05f6-762e-4037-aa19-96b4cb417581 [2]: 0 XLM at price 0.000000 USD.
02/06 19:03:48.208739 DEBUG OG   saved  ad8a27c8-ab6b-46f8-8000-000dbd58b2c9::6adb05f6-762e-4037-aa19-96b4cb417581 [2]: 30 XLM at price 0.385156 USD.
02/06 19:03:48.208779 DEBUG OG memory 2.
02/06 19:03:48.208832 DEBUG OG   purge  ad8a27c8-ab6b-46f8-8000-000dbd58b2c9::6adb05f6-762e-4037-aa19-96b4cb417581 [2]: 30 XLM at price 0.385156 USD.
02/06 19:03:48.208872 DEBUG OG memory 1.
02/06 19:03:48.241148 DEBUG OG   reply  28fd1905-fb0b-4ba7-8000-007c49859d7a::d863aa97-e093-44de-9622-d3d4d6d09d7b [1]: 30 XLM at price 0.385046 USD.
02/06 19:03:48.241229 DEBUG OG   saved  28fd1905-fb0b-4ba7-8000-007c49859d7a::d863aa97-e093-44de-9622-d3d4d6d09d7b [1]: 30 XLM at price 0.385046 USD.
02/06 19:03:48.241270 DEBUG OG memory 1.
02/06 19:03:48.242307 DEBUG OG  cancel  28fd1905-fb0b-4ba7-8000-007c49859d7a::d863aa97-e093-44de-9622-d3d4d6d09d7b [0]: 30 XLM at price 0.385046 USD.
02/06 19:03:48.242381 DEBUG OG   saved  19d06acd-dfc2-4e39-8000-00f1fafd38be:: [0]: 30 XLM at price 0.384999 USD.
02/06 19:03:48.242421 DEBUG OG memory 2.
02/06 19:03:48.273665 DEBUG OG   reply  ::d863aa97-e093-44de-9622-d3d4d6d09d7b [2]: 0 XLM at price 0.000000 USD.
02/06 19:03:48.273753 DEBUG OG   saved  28fd1905-fb0b-4ba7-8000-007c49859d7a::d863aa97-e093-44de-9622-d3d4d6d09d7b [2]: 30 XLM at price 0.385046 USD.
02/06 19:03:48.273806 DEBUG OG memory 2.
02/06 19:03:48.273850 DEBUG OG   purge  28fd1905-fb0b-4ba7-8000-007c49859d7a::d863aa97-e093-44de-9622-d3d4d6d09d7b [2]: 30 XLM at price 0.385046 USD.
02/06 19:03:48.273889 DEBUG OG memory 1.
02/06 19:03:48.298169 DEBUG OG   reply  19d06acd-dfc2-4e39-8000-00f1fafd38be::ae6a34e5-72fc-44d0-918e-a2c32f0a076e [1]: 30 XLM at price 0.384999 USD.
02/06 19:03:48.298252 DEBUG OG   saved  19d06acd-dfc2-4e39-8000-00f1fafd38be::ae6a34e5-72fc-44d0-918e-a2c32f0a076e [1]: 30 XLM at price 0.384999 USD.
02/06 19:03:48.298293 DEBUG OG memory 1.
02/06 19:03:48.298974 DEBUG OG  cancel  19d06acd-dfc2-4e39-8000-00f1fafd38be::ae6a34e5-72fc-44d0-918e-a2c32f0a076e [0]: 30 XLM at price 0.384999 USD.
02/06 19:03:48.299047 DEBUG OG   saved  b942345b-8ce9-4227-8000-0021ed3fe2e5:: [0]: 30 XLM at price 0.384987 USD.
02/06 19:03:48.299087 DEBUG OG memory 2.
02/06 19:03:48.327958 DEBUG OG   reply  ::ae6a34e5-72fc-44d0-918e-a2c32f0a076e [2]: 0 XLM at price 0.000000 USD.
02/06 19:03:48.328045 DEBUG OG   saved  19d06acd-dfc2-4e39-8000-00f1fafd38be::ae6a34e5-72fc-44d0-918e-a2c32f0a076e [2]: 30 XLM at price 0.384999 USD.
02/06 19:03:48.328087 DEBUG OG memory 2.
02/06 19:04:22.674961 DEBUG OG   purge  19d06acd-dfc2-4e39-8000-00f1fafd38be::ae6a34e5-72fc-44d0-918e-a2c32f0a076e [2]: 30 XLM at price 0.384999 USD.
02/06 19:04:22.675000 DEBUG OG memory 1.
02/06 19:04:22.675898 DEBUG OG   saved  1af33c64-2299-408a-8000-002cc5b8269d:: [0]: 30 XLM at price 0.385045 USD.
02/06 19:04:22.675927 DEBUG OG memory 2.
02/06 19:04:22.675982 DEBUG OG   purge  b942345b-8ce9-4227-8000-0021ed3fe2e5:: [0]: 30 XLM at price 0.384987 USD.
02/06 19:04:22.676001 DEBUG OG memory 1.
02/06 19:04:25.081047 DEBUG OG   reply  b942345b-8ce9-4227-8000-0021ed3fe2e5::c1993735-69e1-4f40-b98c-649a8b068530 [1]: 30 XLM at price 0.384987 USD.
02/06 19:04:25.081118 DEBUG OG   saved  not found.
02/06 19:04:25.081137 DEBUG OG memory 1.
02/06 19:04:25.081216 DEBUG OG   reply  ::c1993735-69e1-4f40-b98c-649a8b068530 [1]: 0 XLM at price 0.384987 USD.
02/06 19:04:25.081240 DEBUG OG   saved  not found.
02/06 19:04:25.081256 DEBUG OG memory 1.
02/06 19:04:25.081308 DEBUG OG   reply  ::c1993735-69e1-4f40-b98c-649a8b068530 [2]: 0 XLM at price 0.384987 USD.
02/06 19:04:25.081325 DEBUG OG   saved  not found.
02/06 19:04:25.081340 DEBUG OG memory 1.
02/06 19:04:37.623697 DEBUG OG   saved  5425b8db-69a9-401b-8000-0092f45c8ed5:: [0]: 30 XLM at price 0.385038 USD.
02/06 19:04:37.623767 DEBUG OG memory 2.
02/06 19:04:37.623828 DEBUG OG   purge  1af33c64-2299-408a-8000-002cc5b8269d:: [0]: 30 XLM at price 0.385045 USD.
02/06 19:04:37.623848 DEBUG OG memory 1.
02/06 19:04:39.858353 DEBUG OG   reply  1af33c64-2299-408a-8000-002cc5b8269d::c9aa4fee-c675-4a2d-8c0f-0b19cf0d1520 [1]: 30 XLM at price 0.385045 USD.
02/06 19:04:39.859110 DEBUG OG   saved  not found.
02/06 19:04:39.859942 DEBUG OG memory 1.
02/06 19:04:39.860572 DEBUG OG   reply  ::c9aa4fee-c675-4a2d-8c0f-0b19cf0d1520 [1]: 0 XLM at price 0.385045 USD.
02/06 19:04:39.861133 DEBUG OG   saved  not found.
02/06 19:04:39.861682 DEBUG OG memory 1.
02/06 19:04:39.862262 DEBUG OG   reply  ::c9aa4fee-c675-4a2d-8c0f-0b19cf0d1520 [2]: 0 XLM at price 0.385045 USD.
02/06 19:04:39.862804 DEBUG OG   saved  not found.
02/06 19:04:39.863467 DEBUG OG memory 1.
02/06 19:04:40.653908 DEBUG OG   reply  5425b8db-69a9-401b-8000-0092f45c8ed5::fb79f150-aa05-4194-bfb1-2abbfc6379f6 [2]: 0 XLM at price 0.000000 USD.
02/06 19:04:40.653991 DEBUG OG   saved  5425b8db-69a9-401b-8000-0092f45c8ed5::fb79f150-aa05-4194-bfb1-2abbfc6379f6 [2]: 30 XLM at price 0.385038 USD.
02/06 19:04:40.654582 DEBUG OG memory 1.
02/06 19:04:40.655340 DEBUG OG   purge  5425b8db-69a9-401b-8000-0092f45c8ed5::fb79f150-aa05-4194-bfb1-2abbfc6379f6 [2]: 30 XLM at price 0.385038 USD.
02/06 19:04:40.656083 DEBUG OG memory 0.
02/06 19:04:40.657445 DEBUG OG   saved  e9d59f24-e245-463f-8000-001665ea36b2:: [0]: 30 XLM at price 0.386158 USD.
02/06 19:04:40.658081 DEBUG OG memory 1.
02/06 19:04:40.869314 DEBUG OG   reply  e9d59f24-e245-463f-8000-001665ea36b2::c1fafb6e-6eb6-4b55-a92c-ad47465bccc4 [1]: 30 XLM at price 0.386158 USD.
02/06 19:04:40.869395 DEBUG OG   saved  e9d59f24-e245-463f-8000-001665ea36b2::c1fafb6e-6eb6-4b55-a92c-ad47465bccc4 [1]: 30 XLM at price 0.386158 USD.
02/06 19:04:40.869421 DEBUG OG memory 1.
02/06 19:04:40.871342 DEBUG OG  cancel  e9d59f24-e245-463f-8000-001665ea36b2::c1fafb6e-6eb6-4b55-a92c-ad47465bccc4 [0]: 30 XLM at price 0.386158 USD.
02/06 19:04:40.871397 DEBUG OG   saved  9239b3e9-9fb7-43c9-8000-00bb8f5fba04:: [0]: 30 XLM at price 0.386394 USD.
02/06 19:04:40.871415 DEBUG OG memory 2.
02/06 19:04:40.900722 DEBUG OG   reply  ::c1fafb6e-6eb6-4b55-a92c-ad47465bccc4 [2]: 0 XLM at price 0.000000 USD.
02/06 19:04:40.900934 DEBUG OG   saved  e9d59f24-e245-463f-8000-001665ea36b2::c1fafb6e-6eb6-4b55-a92c-ad47465bccc4 [2]: 30 XLM at price 0.386158 USD.
02/06 19:04:40.901065 DEBUG OG memory 2.
02/06 19:04:40.901093 DEBUG OG   purge  e9d59f24-e245-463f-8000-001665ea36b2::c1fafb6e-6eb6-4b55-a92c-ad47465bccc4 [2]: 30 XLM at price 0.386158 USD.
02/06 19:04:40.901110 DEBUG OG memory 1.
02/06 19:04:40.911763 DEBUG OG   reply  9239b3e9-9fb7-43c9-8000-00bb8f5fba04::5fbdea66-28c7-4341-a50c-79c4ae0cd063 [1]: 30 XLM at price 0.386394 USD.
02/06 19:04:40.911825 DEBUG OG   saved  9239b3e9-9fb7-43c9-8000-00bb8f5fba04::5fbdea66-28c7-4341-a50c-79c4ae0cd063 [1]: 30 XLM at price 0.386394 USD.
02/06 19:04:40.911989 DEBUG OG memory 1.
02/06 19:04:40.942451 DEBUG OG  cancel  9239b3e9-9fb7-43c9-8000-00bb8f5fba04::5fbdea66-28c7-4341-a50c-79c4ae0cd063 [0]: 30 XLM at price 0.386394 USD.
02/06 19:04:40.942551 DEBUG OG   saved  5d7bcc02-bc32-43f1-8000-082d50d0b3e0:: [0]: 30 XLM at price 0.386293 USD.
02/06 19:04:40.942790 DEBUG OG memory 2.
02/06 19:04:40.957415 DEBUG OG   reply  ::5fbdea66-28c7-4341-a50c-79c4ae0cd063 [2]: 0 XLM at price 0.000000 USD.
02/06 19:04:40.957485 DEBUG OG   saved  9239b3e9-9fb7-43c9-8000-00bb8f5fba04::5fbdea66-28c7-4341-a50c-79c4ae0cd063 [2]: 30 XLM at price 0.386394 USD.
02/06 19:04:40.957653 DEBUG OG memory 2.
02/06 19:04:40.957680 DEBUG OG   purge  9239b3e9-9fb7-43c9-8000-00bb8f5fba04::5fbdea66-28c7-4341-a50c-79c4ae0cd063 [2]: 30 XLM at price 0.386394 USD.
02/06 19:04:40.957697 DEBUG OG memory 1.
02/06 19:04:40.965190 DEBUG OG   reply  5d7bcc02-bc32-43f1-8000-082d50d0b3e0::a254572e-bad4-47c9-8034-292dfb65221c [1]: 30 XLM at price 0.386293 USD.
02/06 19:04:40.965241 DEBUG OG   saved  5d7bcc02-bc32-43f1-8000-082d50d0b3e0::a254572e-bad4-47c9-8034-292dfb65221c [1]: 30 XLM at price 0.386293 USD.
02/06 19:04:40.965415 DEBUG OG memory 1.
02/06 19:04:40.966617 DEBUG OG  cancel  5d7bcc02-bc32-43f1-8000-082d50d0b3e0::a254572e-bad4-47c9-8034-292dfb65221c [0]: 30 XLM at price 0.386293 USD.
02/06 19:04:40.966674 DEBUG OG   saved  28770223-02a9-4657-8000-00a1d54f390f:: [0]: 30 XLM at price 0.386394 USD.
02/06 19:04:40.966832 DEBUG OG memory 2.
02/06 19:04:40.979354 DEBUG OG   reply  ::a254572e-bad4-47c9-8034-292dfb65221c [2]: 0 XLM at price 0.000000 USD.
02/06 19:04:40.979422 DEBUG OG   saved  5d7bcc02-bc32-43f1-8000-082d50d0b3e0::a254572e-bad4-47c9-8034-292dfb65221c [2]: 30 XLM at price 0.386293 USD.
02/06 19:04:40.979559 DEBUG OG memory 2.
02/06 19:04:40.979691 DEBUG OG   purge  5d7bcc02-bc32-43f1-8000-082d50d0b3e0::a254572e-bad4-47c9-8034-292dfb65221c [2]: 30 XLM at price 0.386293 USD.
02/06 19:04:40.979807 DEBUG OG memory 1.
02/06 19:04:40.990395 DEBUG OG   reply  28770223-02a9-4657-8000-00a1d54f390f::e32710c7-c816-487f-b5c8-694c1589e3c6 [1]: 30 XLM at price 0.386394 USD.
02/06 19:04:40.990603 DEBUG OG   saved  28770223-02a9-4657-8000-00a1d54f390f::e32710c7-c816-487f-b5c8-694c1589e3c6 [1]: 30 XLM at price 0.386394 USD.
02/06 19:04:40.990634 DEBUG OG memory 1.
02/06 19:04:41.007374 DEBUG OG  cancel  28770223-02a9-4657-8000-00a1d54f390f::e32710c7-c816-487f-b5c8-694c1589e3c6 [0]: 30 XLM at price 0.386394 USD.
02/06 19:04:41.007452 DEBUG OG   saved  36fb8534-df5c-4c3b-8000-000ee56d9409:: [0]: 30 XLM at price 0.386267 USD.
02/06 19:04:41.007609 DEBUG OG memory 2.
02/06 19:04:41.021297 DEBUG OG   reply  ::e32710c7-c816-487f-b5c8-694c1589e3c6 [2]: 0 XLM at price 0.000000 USD.
02/06 19:04:41.021455 DEBUG OG   saved  28770223-02a9-4657-8000-00a1d54f390f::e32710c7-c816-487f-b5c8-694c1589e3c6 [2]: 30 XLM at price 0.386394 USD.
02/06 19:04:41.021491 DEBUG OG memory 2.
02/06 19:04:41.021621 DEBUG OG   purge  28770223-02a9-4657-8000-00a1d54f390f::e32710c7-c816-487f-b5c8-694c1589e3c6 [2]: 30 XLM at price 0.386394 USD.
02/06 19:04:41.021705 DEBUG OG memory 1.
02/06 19:04:41.031522 DEBUG OG   reply  36fb8534-df5c-4c3b-8000-000ee56d9409::ca130788-6f64-41a3-8b67-d4e0b6cb3cc0 [1]: 30 XLM at price 0.386267 USD.
02/06 19:04:41.031678 DEBUG OG   saved  36fb8534-df5c-4c3b-8000-000ee56d9409::ca130788-6f64-41a3-8b67-d4e0b6cb3cc0 [1]: 30 XLM at price 0.386267 USD.
02/06 19:04:41.031701 DEBUG OG memory 1.
02/06 19:04:41.032523 DEBUG OG  cancel  36fb8534-df5c-4c3b-8000-000ee56d9409::ca130788-6f64-41a3-8b67-d4e0b6cb3cc0 [0]: 30 XLM at price 0.386267 USD.
02/06 19:04:41.032578 DEBUG OG   saved  b289476a-471f-4e7c-8000-007f2657cacd:: [0]: 30 XLM at price 0.386394 USD.
02/06 19:04:41.032700 DEBUG OG memory 2.
02/06 19:04:41.046253 DEBUG OG   reply  ::ca130788-6f64-41a3-8b67-d4e0b6cb3cc0 [2]: 0 XLM at price 0.000000 USD.
02/06 19:04:41.046317 DEBUG OG   saved  36fb8534-df5c-4c3b-8000-000ee56d9409::ca130788-6f64-41a3-8b67-d4e0b6cb3cc0 [2]: 30 XLM at price 0.386267 USD.
02/06 19:04:41.046472 DEBUG OG memory 2.
02/06 19:04:41.046612 DEBUG OG   purge  36fb8534-df5c-4c3b-8000-000ee56d9409::ca130788-6f64-41a3-8b67-d4e0b6cb3cc0 [2]: 30 XLM at price 0.386267 USD.
02/06 19:04:41.046726 DEBUG OG memory 1.
02/06 19:04:41.056983 DEBUG OG   reply  b289476a-471f-4e7c-8000-007f2657cacd::b6da2a08-4695-43eb-a51e-612af4d7aa8a [1]: 30 XLM at price 0.386394 USD.
02/06 19:04:41.057031 DEBUG OG   saved  b289476a-471f-4e7c-8000-007f2657cacd::b6da2a08-4695-43eb-a51e-612af4d7aa8a [1]: 30 XLM at price 0.386394 USD.
02/06 19:04:41.057173 DEBUG OG memory 1.
02/06 19:04:41.060689 DEBUG OG  cancel  b289476a-471f-4e7c-8000-007f2657cacd::b6da2a08-4695-43eb-a51e-612af4d7aa8a [0]: 30 XLM at price 0.386394 USD.
02/06 19:04:41.060746 DEBUG OG   saved  7916175e-af7c-4bdb-8000-001a004499fc:: [0]: 30 XLM at price 0.386293 USD.
02/06 19:04:41.060922 DEBUG OG memory 2.
02/06 19:04:41.075773 DEBUG OG   reply  ::b6da2a08-4695-43eb-a51e-612af4d7aa8a [2]: 0 XLM at price 0.000000 USD.
02/06 19:04:41.075834 DEBUG OG   saved  b289476a-471f-4e7c-8000-007f2657cacd::b6da2a08-4695-43eb-a51e-612af4d7aa8a [2]: 30 XLM at price 0.386394 USD.
02/06 19:04:41.075984 DEBUG OG memory 2.
02/06 19:04:41.076011 DEBUG OG   purge  b289476a-471f-4e7c-8000-007f2657cacd::b6da2a08-4695-43eb-a51e-612af4d7aa8a [2]: 30 XLM at price 0.386394 USD.
02/06 19:04:41.076027 DEBUG OG memory 1.
02/06 19:04:41.085056 DEBUG OG   reply  7916175e-af7c-4bdb-8000-001a004499fc::1b165898-18cc-46ea-bbf9-aafdca444a2f [1]: 30 XLM at price 0.386293 USD.
02/06 19:04:41.085101 DEBUG OG   saved  7916175e-af7c-4bdb-8000-001a004499fc::1b165898-18cc-46ea-bbf9-aafdca444a2f [1]: 30 XLM at price 0.386293 USD.
02/06 19:04:41.085120 DEBUG OG memory 1.
02/06 19:04:41.086018 DEBUG OG  cancel  7916175e-af7c-4bdb-8000-001a004499fc::1b165898-18cc-46ea-bbf9-aafdca444a2f [0]: 30 XLM at price 0.386293 USD.
02/06 19:04:41.086073 DEBUG OG   saved  db1b8291-693d-4248-8000-00995dcb60f7:: [0]: 30 XLM at price 0.386394 USD.
02/06 19:04:41.086091 DEBUG OG memory 2.

I also confirmed I can't find these trades in the GUI.

It seems like most of the time it works fine, and I could be losing my mind but I will keep logging and checking periodically to see if I can find more evidence.

morniing'''
the issue here is that coinbase is taking to answer for this "missing" orders more than 10 seconds.

the bot have a patience of 10 seconds to wait for order responses, otherwise it marks the order as zombie and removes it from memory

your answer comes after 17 and also after 37 seconds, so by then the order does not exists in the bot.

if you want to recompile with a higher patience, the 10 seconds threshold is defined at:
https://github.com/ctubio/Krypto-trading-bot/blob/e57e13128bf847cbfaa4fdf2f9ac03abca8caeff/src/bin/trading-bot/trading-bot.data.h#L2250-L2254

(im not sure that i want to increate that limit for everybody :S)

:koala: let me send a support ticket to coinbase asking what patience they expect us to have for order replies (if they say more than 10 seconds then we will do so for everybody :S)

I don't think I will increase it on my end, although I am wondering why it
would happen to me.

I am using a dedicated VPS that is quite close to the coinbase servers,
generally the latency is very low.

Do you think this is likely on my end or the coinbase side?

On Sun, Feb 7, 2021 at 9:56 AM Carles Tubio notifications@github.com
wrote:

🐨 let me send a support ticket to coinbase asking what patience they
expect us to have for order replies


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/ctubio/Krypto-trading-bot/issues/1054#issuecomment-774687957,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AAGMZNIELBRYSSB4HUNX4TTS52SY5ANCNFSM4XCENPXA
.

im sending support ticket to coinbase asking the expected "normal" times

if they say 1 minute is normal, then is our problem, if they say a few milliseconds then is coinbase problem xD

:koala: for sure is not your connection; is their connection or our waiting times

It seems like a lot of the exchanges are overwhelmed with new customers and
load recently, perhaps they are a little bit degraded or overloaded but
aren't admitting it?

On Sun, Feb 7, 2021 at 10:03 AM Carles Tubio notifications@github.com
wrote:

🐨 for sure is not your connection; is their connection or our waiting
times


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/ctubio/Krypto-trading-bot/issues/1054#issuecomment-774689049,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AAGMZNIYABPE5QAGFE52ESDS52TUVANCNFSM4XCENPXA
.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MiningInMySleep picture MiningInMySleep  ·  4Comments

rconnelly picture rconnelly  ·  4Comments

IgorPcelnikov picture IgorPcelnikov  ·  4Comments

CarlitoGrey picture CarlitoGrey  ·  7Comments

Camille92 picture Camille92  ·  8Comments