Joris W
Joris W
Try this fork that doesn't require anything else: https://www.npmjs.com/package/vanilla-autofill-event
Did somebody try to merge this and the CI somehow failed? If this PR has been approved many of us would like to use it.
Your zenbot is trying to load the `--kc_size` exchange. This means you're putting `--kc_size` in a place where it expects a selector, like `binance.BTC-USDT`. Check the order of your parameters,...
The fix to this 'bug' would be for the bot to better warn the user of wrong order of input parameters.
Did some tests with this. It seems to be related to gaps in the data over at the exchange, and zenbot's resume mechanism. Example, from trying to download 2019's BTC-USDT...
@yellowgh0st As much as I'd like to help revive this project, I am a mere user like the rest of us here. I just got in the mood to answer...
Please have a look at the changes I submitted in https://github.com/DeviaVir/zenbot/pull/2345 and https://github.com/DeviaVir/zenbot/pull/2334 and see if reversing any of it fixes your problem. These PRs fixed it for me, but...
There is no code in the repo that ever reads them, though. All `getPeriods` does is gain access to the period collection.
@mmdiego As far as storing candle periods goes, I think that should be removed entirely, as it's not used anywhere. As far as storing trades goes, which Zenbot bases all...
I welcome anyone to try Zenbot paper or live mode, first against Binance, then against GDAX, and debug the code that was altered in the mentioned commit. The change was...