Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pull the upstream changes #4

Merged
merged 13 commits into from
Jun 27, 2021
Prev Previous commit
Next Next commit
Fix missings stats default causing bot to crash without --stats (whit…
  • Loading branch information
Vashiru authored Jun 18, 2021
commit abcc25cddd08b6330a3db546395ccfdb071dda54
1 change: 1 addition & 0 deletions models/PyCryptoBot.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ def __init__(self, exchange='coinbasepro', filename='config.json'):

self.sellatresistance = False
self.autorestart = False
self.stats = False

self.disablebullonly = False
self.disablebuynearhigh = False
Expand Down