Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Difference between Zenbot Numbers and real numbers on exchange #2594

Open
MBadberg opened this issue Jan 1, 2021 · 1 comment
Open

Difference between Zenbot Numbers and real numbers on exchange #2594

MBadberg opened this issue Jan 1, 2021 · 1 comment
Labels

Comments

@MBadberg
Copy link

MBadberg commented Jan 1, 2021

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux traderjoe 4.15.0-128-generic ./reducer.sh FATAL ERROR #131-Ubuntu SMP Wed Dec 9 06:57:35 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
  • Zenbot version (commit ref, or version): 4.1.0
  • Zenbot branch: Master
  • NodeJS version: v12.16.0
  • Python version (when using a python script): Python 3.7.6
  • Exact command to reproduce (include everything): zenbot trade binance.BTC-EUR --avg_slippage_pct=0.045 --buy_stop_pct=0 --ema_long_period=43 --ema_short_period=12 --ma_type=WMA --markdown_buy_pct=-0.17893543036314785 --markup_sell_pct=2.54062094045802 --max_buy_loss_pct=99 --max_sell_loss_pct=99 --max_slippage_pct=5 --min_periods=47 --order_poll_time=5000 --order_type=taker --overbought_rsi=46 --overbought_rsi_periods=1 --period=1m --period_length=1m --profit_stop_enable_pct=19 --profit_stop_pct=4 --quarentine_time=0 --rsi_periods=1 --sell_stop_pct=28 --signal_period=15 --strategy=ta_ppo --symmetrical=false
  • Did I make any changes to conf-sample.js?: -

Describe the problem

Zenbot works and do trades, but the numbers differs from the real world. What is going on here? I've highlighted the Numbers of the price, what differs horrobly. Zenbot thinks, it has done a good trade with a win, but in reality it was a trade with loss. Zenbot has done this trade:

TYPE | AMOUNT | PRICE | TOTAL | FEE | SLIPPAGE | DATE | EXECUTION TIME | PROFIT
SELL | 0.00657417 BTC | 24286.3256532 EUR | 159.6624335 EUR | 0.15966243 EUR | 0.0000% | 2021-01-01 07:56:24 | a few seconds | 0.48%
BUY | 0.00658002 BTC | 23726.31896 EUR | 156.1196533 EUR | 0.00000658 BTC | 0.0000% | 2021-01-01 07:55:54 | a few seconds | 0.53%

And on binance are totally different numbers:

Datum | Handelspaar | Typ | Seite | Durchschnitt | Preis | Ausgeführt | Betrag | Gesamt | Auslösebedingungen | Status |  
2021-01-01 07:56:19 | BTC/EUR | Market | Verkaufen | 23683.03 | Market | 0.006574 | 0.006574 | 155.70 EUR | _ | Filled |  
2021-01-01 07:55:49 | BTC/EUR | Market | Kaufen | 23684.59 | Market | 0.006580 | 0.006580 | 155.85 EUR | _ | Filled |  

Is this a bug? Is there something, i do wrong? Can i provide other data, to analyze this behavior?
Or does zenbot simply not work?

@DeviaVir DeviaVir added the bug label Jan 4, 2021
@edgeza
Copy link

edgeza commented Jan 5, 2021

Hope this gets fixed. Realised the same

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants