-
Notifications
You must be signed in to change notification settings - Fork 2k
use_fee_asset setting #1728
Comments
I tried everything but I couldn't succeed. a tip is enough. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
My problem is still continuing. Does anyone use this setting? |
I've looked into the code: seems like Anyway, if you want to pay the fees using the exchange's currency, you should look into the exchange settings. |
I use BNB for Fee at Binance. Can't I use |
I'm not 100% sure, but I think Zenbot will use BNB if you have enabled BNB fees on Binance. The Binance API doesn't have any way to specify this setting. |
You are absolutely right. Zenbot use BNB if I have enabled BNB fees on Binance. There's a situation like this #1735 . It's making the calculation wrong. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
System information
Describe the problem
When I execute the below code
Live trade shows current in trade options as follows. Also the option has conf file like
c.use_fee_asset = true
.Source code / Error logs
use_fee_asset: false,
Why doesn't it handle this parameter?
What should I do?
The text was updated successfully, but these errors were encountered: