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.
Im running the docker version posted to docker hub (deviavir/zenbot:unstable)
I first noticed the issue after backtesting Jan 2021 and getting a return of just over 300% but when I did the same backtest using
Jan 1 - Feb 28 2021 It showed 150% at the end of Jan.
As I dug into it and did further testing I noticed entries like this in the output.
No change in BTC amount but the USD is gone and the percentage changes.
I ran another sim with --enable_stats and collected the output, then wrote a perl script to parse the buy and sell orders keeping it's own count for USD and BTC.
Going through the output from my script I noticed entries like the following (Note: This is the output of my script keeping a tally of the buy and sell orders from zenbots output)
Can't you try debug it @cyberlink1 ? Otherwise I will take a look tomorrow.
I dont know java, so debugging it is a bit outside my abilities.
But I hitghly suggest you to use Freqtrade instead of Zenbot. It has more active contributors and has a decent code quality.
I looked at Freqtrade and it did not have any of the standard strategies (rsi, srsi, cci, momentum, etc, etc.) as I am not a programmer and do not know python, I would not be able to create them. So Zenbot appeared to be a better option.
I also liked the Zenbot web interface for monitoring/checking it's status.
Im running the docker version posted to docker hub (deviavir/zenbot:unstable)
I first noticed the issue after backtesting Jan 2021 and getting a return of just over 300% but when I did the same backtest using
Jan 1 - Feb 28 2021 It showed 150% at the end of Jan.
As I dug into it and did further testing I noticed entries like this in the output.
No change in BTC amount but the USD is gone and the percentage changes.
I ran another sim with --enable_stats and collected the output, then wrote a perl script to parse the buy and sell orders keeping it's own count for USD and BTC.
Going through the output from my script I noticed entries like the following (Note: This is the output of my script keeping a tally of the buy and sell orders from zenbots output)
So it appears to be over drafting the funds available.
At the end of the run the output from zenbot showed
However, my script returned $2127.63 (USD + USD Value of BTC held)
Let me know if there is any other info I can provide to help you identify where the issue is.
The text was updated successfully, but these errors were encountered: