MohammedRashad / Crypto-Copy-Trader

A copy trading tool for cryptocurrencies - Binance Exchange
Apache License 2.0
201 stars 84 forks source link

Issue #9 - Using % of balance #10

Closed mokolotron closed 4 years ago

mokolotron commented 4 years ago

Issue #9 - Using % of... in main.get_part() and BianceExchange.create_order(). hierarchy for exchange wrappers. order_cancel_checker() now it compare orders by price. When I wanted to solve this problem, I was faced with the fact that it was to store somewhere the data on the balance of slaves, therefore I created the class of Exchange.      And in the future I plan to add the ability to copy transactions from one exchange to another first bitmex business. Therefore, I created an inheritance hierarchy where Exchangeshould be the base class.     I also plan to add the ability to receive notifications from master via web sockets.

MohammedRashad commented 4 years ago

pull request merged, thanks for your effort :D