You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
If you set your baseAmount for order sizes to be the same as minVolumeBase then the buy side fails because in certain instances (either because of rounding or because of price conversions) it gets a price that is more or less than the baseAmount set.
Expected behavior
I think the correct behavior in this situation is for the bot to always use the same baseAmount for both buy and sell offers. It should always be consistent.
Frequency
The frequency is: Always
Steps To Reproduce
Run the bot and see the amounts for buy vs. sell, they're always different for buy but always correct for sell
thanks @Reidmcc for noting this bug here: #140 (comment)
Describe the bug
If you set your baseAmount for order sizes to be the same as minVolumeBase then the buy side fails because in certain instances (either because of rounding or because of price conversions) it gets a price that is more or less than the baseAmount set.
Expected behavior
I think the correct behavior in this situation is for the bot to always use the same baseAmount for both buy and sell offers. It should always be consistent.
Frequency
The frequency is: Always
Steps To Reproduce
Run the bot and see the amounts for buy vs. sell, they're always different for buy but always correct for sell
Your Environment
Attachments
mtest_XLM_USD_20190413T134346CDT.log
The text was updated successfully, but these errors were encountered: