yasinkuyu / binance-trader

💰 Cryptocurrency Trading Bot for Binance (Experimental)
2.52k stars 828 forks source link

The script forget to sell 0.01 quantity #101

Closed Memoi closed 6 years ago

Memoi commented 6 years ago

Hello,

If I want to buy 1 or 3 for example the script sell the same value -0.01 (see screenshot)

This is my command line for quantity 3 : Powershell python ./trader.py --symbol NEOETH --quantity 3 --profit 2

0 01 missing

nealgentry commented 6 years ago

3.00 minus fee 0.01 = 2.99

On Tue, Jan 16, 2018 at 3:31 AM, Memoi notifications@github.com wrote:

Hello,

If I want to buy 1 or 3 for example the script sell the same value -0.01 (see screenshot)

This is my command line for quantity 3 : Powershell python ./trader.py --symbol NEOETH --quantity 3 --profit 2

[image: 0 01 missing] https://user-images.githubusercontent.com/35448059/34981553-20e8f0e2-faa8-11e7-8ffb-d71772bf92bd.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/yasinkuyu/binance-trader/issues/101, or mute the thread https://github.com/notifications/unsubscribe-auth/AhX1kddbXqUse-brR74Ui3S4bn6EtX_sks5tLGxwgaJpZM4RfefX .

linhndd commented 6 years ago

Buy some BNB coin for fee

Memoi commented 6 years ago

I have 4 BNB.

Charlita commented 6 years ago

Make sure on your binance account settings you have "Use BNB to pay for fees" turned on

kfiresmith commented 6 years ago

For the record, I observed the same thing and went back multiple times to toggle BNB-for-fees on, off, on again - no change.

Charlita commented 6 years ago

Oh I didn't notice in the OP that the fee was in BNB. Very interesting

Memoi commented 6 years ago

It's on "Use BNB to pay for fees"

kfiresmith commented 6 years ago

Did this get fixed or just closed as a wontfix item? It's clear that numerous people with BNB-for-fees enabled observed this behavior repeatedly.