whittlem / pycryptobot

Python Crypto Bot (PyCryptoBot)
Apache License 2.0
1.97k stars 738 forks source link

Fix binance zero fees #725

Closed Nicolas469 closed 1 year ago

Nicolas469 commented 1 year ago

Description

Binance has introduce zero fees (maker and taker) for some pairs. Refs: https://www.binance.com/en/support/announcement/binance-launches-zero-fee-bitcoin-trading-10435147c55d4a40b64fcbf43cb46329 && https://www.binance.com/en/blog/markets/zero-btc-trading-fees-they-do-what-they-say-on-the-tin-6168074889174657450

Fixes # (issue)

This change will check the market and returns 0 if the bot market is one of those. I've also updated the simulation.

Please make your selection.

Checklist:

whittlem commented 1 year ago

Thanks @Nicolas469 and @loomsen for helping.