Closed thibaultyou closed 3 years ago
Orders size need to be translated from dollars to tokens / contracts.
Current : formula used is amount = ( high(bid) + low(ask) ) / 2 Issue : amount is a bit different than real price Fix : replace formula by current exchange price
Fixed here, waiting to be merged on master branch.
Merged here.
Orders size need to be translated from dollars to tokens / contracts.
Current : formula used is amount = ( high(bid) + low(ask) ) / 2 Issue : amount is a bit different than real price Fix : replace formula by current exchange price