chrisleekr / binance-trading-bot

Automated Binance trading bot - Trade multiple cryptocurrencies. Buy low/sell high with Grid Trading. Integrated with TradingView technical analysis

Home Page:https://binance-trading-bot-chrisleekr.cloud.okteto.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong number of decimals in order quantity

uhliksk opened this issue · comments

Version

v0.0.96

Description

Wrong number of decimals in Qty value.

To Reproduce

  1. Trigger buy order on BTCBUSD.
  2. Balance is in 5 decimals while buy quantity is in 2 decimals.

Expected Behaviours

Asset should be quantified in same number of decimals everywhere.

Screenshots

BTC balance:
image

BTC buy quantity:
image

Additional context

It'll be helpful to also see value in original asset. If order purchase amount is defined in BUSD then also buy order should show current value of order in BUSD to better see value of currently opened order.