Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to buy API3, Empty error #156

Open
dyland98 opened this issue Jan 21, 2022 · 3 comments
Open

Unable to buy API3, Empty error #156

dyland98 opened this issue Jan 21, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@dyland98
Copy link

Describe the bug
I just see this morning that the program have tried to buy the API3 coin but it didn't succeed, i don't know why because the error is empty

Expected behavior
That the program will buy

Logs
2022-01-21 06:28:32,768 INFO: Checking for coin announcements every 3 seconds (in a separate thread)
2022-01-21 06:28:36,180 INFO: New coin detected: API3
2022-01-21 06:28:36,182 INFO: New listing detected
2022-01-21 06:28:36,185 INFO: Checking for coin announcements every 3 seconds (in a separate thread)
2022-01-21 06:28:36,185 INFO: New announcement detected: API3
2022-01-21 06:28:37,501 INFO: LATEST TRADE: API3_USDT | id=2652397080 | create_time=21-01-22 06:28:34.727000 | side=sell | amount=66.67 | price=4.927
2022-01-21 06:28:37,510 INFO: starting buy place_order with : announcement_coin='API3' | globals.pairing='USDT' | volume=15 | amount=3.0444489547391926 x price='4.927' | side = buy | status='test_partial_fill_order'
2022-01-21 06:28:37,660 ERROR:
2022-01-21 06:28:39,632 INFO: Checking for coin announcements every 3 seconds (in a separate thread)
2022-01-21 06:28:40,667 INFO: No coins announced, or coin has already been bought/sold. Checking more frequently in case TP and SL need updating
2022-01-21 06:28:43,039 INFO: Checking for coin announcements every 3 seconds (in a separate thread)

@dyland98 dyland98 added the bug Something isn't working label Jan 21, 2022
@nitad54448
Copy link

the status is partial fill, the order is 'ioc' that is "all or nothing", I believe your order could not be filled at the given price.

@Beard81
Copy link

Beard81 commented Feb 1, 2022

I have this exact same problem with a buy for CVX last night:

2022-02-01 03:11:31,546 INFO: New announcement detected: CVX
2022-02-01 03:11:31,710 INFO: LATEST TRADE: CVX_USDT | id=2738984104 | create_time=01-02-22 07:11:30.226000 | side=buy | amount=15.91422154 | price=27.668
2022-02-01 03:11:31,710 INFO: starting buy place_order with : announcement_coin='CVX' | globals.pairing='USDT' | volume=15 | amount=0.5421425473471159 x price='27.668' | side = buy | status='test_partial_fill_order'
2022-02-01 03:11:31,726 ERROR:

What does test_partial_fill_order mean? Can anybody expand on the explanation and maybe provide a solution?

@lautaroperrotti
Copy link

Hello.

Same here.

d9326f1c-5389-4630-8d1e-844f53f6dc15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants