Open asmodehn opened 5 years ago
We need to improve usage of decimal values. Ref: https://docs.python.org/3/library/decimal.html
This can be for prices ( currency per unit of "thing" ), volume (currency unit) , leverage (simple value ? used as a normal factor ? what would be the unit ), etc.
Basically need to avoid things like:
['EOrder:Invalid price:XXBTZEUR price can only be specified up to 1 decimals.']
We need to improve usage of decimal values. Ref: https://docs.python.org/3/library/decimal.html
This can be for prices ( currency per unit of "thing" ), volume (currency unit) , leverage (simple value ? used as a normal factor ? what would be the unit ), etc.