BUG:
when i wanna change coin position i get error: Something went wrong. Exception message: API command incomplete. amount is not a decimal.
I experienced that as well. Somehow in the interface the decimal is presented as a comma instead of a point, so you can "work around" that by changing the trade-amount to 'X
.x' instead of 'X
,x' before clicking the save-button. At least that worked for me.