wrong fee value
Opened this issue · 1 comments
tasoraso commented
TRADING_FEE: .075 and not .75
Chris-home17 commented
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):