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

[KOTH] - creates and cancels orders, unnecessary #775

Open
fractalnode opened this issue Sep 8, 2020 · 0 comments
Open

[KOTH] - creates and cancels orders, unnecessary #775

fractalnode opened this issue Sep 8, 2020 · 0 comments

Comments

@fractalnode
Copy link

fractalnode commented Sep 8, 2020

Expected Behavior

KOTH should not cancel and then create a new order until such condition are met

[ upper/lower_bound] && [ buy/sell_order_size_threshold ]

Actual Behavior

KOTH worker now creates and deletes new orders over and over again.
In a situation where only _*order_size_threshold condition is met.

But since condition : lower_bound / upper_bound, is not met
worker cancels the order and creates exactly the same orders again and again

Steps to Reproduce the Problem

create a worker with a parameter upper/lower_bound several percent away from the last price and with high buy_order_size_threshold

Specifications

  • Version: 1.0.0
  • OS:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant