goranjovic55 / Binance-Trading-Bot

Binance trading bot based CyberPunkMetalHeads Binance-volatility-trading-bot
MIT License
97 stars 37 forks source link

wrong fee value #53

Open tasoraso opened 3 years ago

tasoraso commented 3 years ago

https://github.com/goranjovic55/Binance-Trading-Bot/blob/2f3a96c6ee5770d0ea362cace8bc4872cdea183b/Binance_Detect_Moonings.py#L611

TRADING_FEE: .075 and not .75

Chris-home17 commented 2 years ago

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):