goranjovic55/Binance-Trading-Bot

wrong fee value

Opened this issue · 1 comments

if (fills['commissionAsset'] != 'BNB') and (TRADING_FEE == 0.75) and (BNB_WARNING == 0):

TRADING_FEE: .075 and not .75

This has now been moved to the def extract_order_data(order_details): in trady.py line 381 and still using 0.75

if (fills['commissionAsset'] != 'BNB') and (TRADING_FEE == 0.75) and (BNB_WARNING == 0):