We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 should not cancel and then create a new order until such condition are met
[ upper/lower_bound] && [ buy/sell_order_size_threshold ]
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
create a worker with a parameter upper/lower_bound several percent away from the last price and with high buy_order_size_threshold
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: