-
Notifications
You must be signed in to change notification settings - Fork 129
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
Staggered Order worker placing multiple orders between the set increment #642
Comments
What is the "market" in your config.yml (or base and quote from the gui)? |
If possible, please find corresponding lines in dexbot.log where there orders was placed. |
The market is BRIDGE.BTC/BRIDGE.PGN user: gr30e03 Spread 3.5% This is the log from the most recent time this issue occurred, it starts normally then tries to place a dust order below the minimum order size, then continues placing many small orders: 2019-07-30 13:34:21,982 - 03 PGN using account gr30e03 on BRIDGE.BTC/BRIDGE.PGN - WARNING - Placing increased order because calculated size is less than allowed minimum |
Ok, I see two errors here:
|
Order price is now more precise according to actual asset precisions. Should fix Codaone#642
Expected Behavior
The worker should place orders which are separated by the increment.
My increment was set at 0.5% so the orders should be spaced 0.5% apart.
Actual Behavior
Worker has placed multiple small orders in between increments
Steps to Reproduce the Problem
Settings:
Increment 0.5%
Spread 3.5%
Specifications
The text was updated successfully, but these errors were encountered: