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
Generally, it works. You can't start trade with Volume < maker min_volume Yet, there's an issue: If you use exact trade volume == maker min_volume, where maker's min volume has more than 6 decimals, order will likely not match due to rounding: @smk762 this PR seems to fix initial issue/report, we can also fix my problem as separate issue. What do you think?
Generally, it works. You can't start trade with Volume < maker min_volume Yet, there's an issue:
If you use exact trade volume == maker min_volume, where maker's min volume has more than 6 decimals, order will likely not match due to rounding:
@smk762 this PR seems to fix initial issue/report, we can also fix my problem as separate issue. What do you think?
Yeah, def needs to be fixed - will create issue for it and tackle at same time as #2180
Originally posted by @smk762 in #2170 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Yeah, def needs to be fixed - will create issue for it and tackle at same time as #2180
Originally posted by @smk762 in #2170 (comment)
The text was updated successfully, but these errors were encountered: