UPetit / python-binance-profit

Script to submit a buy order followed by an automatic sell OCO order
MIT License
47 stars 15 forks source link

Remove Client inheritance from BinanceClient to start decoupling both and improve minor things #16

Closed PhilippeGalvan closed 3 years ago

PhilippeGalvan commented 3 years ago

Refactor some Client methods to improve abstraction Update strict integer validator to return an integer (make it a validator and a parser) Improve linting and remove unused dependencies Improve how decimal_precision is derived from decimal numbers expected to be of the form: 10^n

PhilippeGalvan commented 3 years ago

No conflict while merging, we modify different parts of the code !