diogomatoschaves / MyCryptoBot

Open source crypto trading platform to automate trading strategies.
121 stars 23 forks source link

Refactor binance margin trading to change to Futures trading #4

Closed diogomatoschaves closed 1 year ago

diogomatoschaves commented 2 years ago

At the moment there are some issues with the balances in the account, and it involves making a sell call at the beginning. The balances in the app and in the binance account need to match.

diogomatoschaves commented 2 years ago

Decision was made to change the trading method from Margin trading to Futures trading, as it allows more flexibility, including option for shorting out of the box.

diogomatoschaves commented 1 year ago

Implemented in #17