You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
Have I written custom code (as opposed to using zenbot vanilla): Vanilla besides config files
OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 18.04
Zenbot version (commit ref, or version): 4.1.0
Zenbot branch: stable
NodeJS version: 8.11.3
Python version (when using a python script): 2.7.14
Exact command to reproduce (include everything): for sims only, ANY strategy, any options, as long as the selector is binance.***-BTC
Did I make any changes to conf-sample.js?: No
Describe the problem
This is a serious bug in running sims on Binance with BTC, at least to me. It has to do with the buy_pct and sell_pct. I have tried to run sims on any stock strategy with binance.TUSD-BTC, binance.STORM-BTC, binance.XRP-BTC, binance.XMR-BTC, binance.ETH-BTC, and about 10 more. The buy and sell percentages are not working. For example, if set the asset/currency to 100ETH and 100BTC, and the buy/sell_pct at 90, when it buys it should leave me with 10BTC (or close to it with the fees). But it ends up being, 99.999990 or something like that.
This happens regardless of setting the options in command line or in a config file. But it only happens on Binance and only if the currency is set with BTC, It works fine BNB, ETH, and USDT. And regardless of maker or taker. This is only on sims, it works fine on paper, and have not tested on live mode.
I have checked and rechecked to see if I put a period before my buy/sell_pct options, I have looked at everything that I changed over and over and found nothing that could cause this. I have not looked at anything in lib/.
The text was updated successfully, but these errors were encountered:
System information
Describe the problem
This is a serious bug in running sims on Binance with BTC, at least to me. It has to do with the buy_pct and sell_pct. I have tried to run sims on any stock strategy with binance.TUSD-BTC, binance.STORM-BTC, binance.XRP-BTC, binance.XMR-BTC, binance.ETH-BTC, and about 10 more. The buy and sell percentages are not working. For example, if set the asset/currency to 100ETH and 100BTC, and the buy/sell_pct at 90, when it buys it should leave me with 10BTC (or close to it with the fees). But it ends up being, 99.999990 or something like that.
This happens regardless of setting the options in command line or in a config file. But it only happens on Binance and only if the currency is set with BTC, It works fine BNB, ETH, and USDT. And regardless of maker or taker. This is only on sims, it works fine on paper, and have not tested on live mode.
I have checked and rechecked to see if I put a period before my buy/sell_pct options, I have looked at everything that I changed over and over and found nothing that could cause this. I have not looked at anything in lib/.
The text was updated successfully, but these errors were encountered: