Skip to content

Commit

Permalink
fix: [ERROR] Error creating market sell order: binance Account has in…
Browse files Browse the repository at this point in the history
…sufficient balance for requested action. #14
  • Loading branch information
fransimo committed Jul 9, 2024
1 parent c073bef commit 04884d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions elena_basics/strategies/noise.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ def next(self) -> BotStatus:
trade.size = self.amount_to_precision(trade.size - sale_diff)
sell_size = max_sell



sell_order = self.create_market_sell_order(sell_size, trades_to_close)

if sell_order:
Expand Down

0 comments on commit 04884d7

Please sign in to comment.