diff --git a/balancer.py b/balancer.py index 5aaf4bc..0390cd1 100755 --- a/balancer.py +++ b/balancer.py @@ -54,7 +54,7 @@ def __init__(self): try: props = config['config'] - self.bot_version = '1.4.1' + self.bot_version = '1.4.2' self.exchange = str(props['exchange']).strip('"').lower() self.api_key = str(props['api_key']).strip('"') self.api_secret = str(props['api_secret']).strip('"') @@ -1874,6 +1874,8 @@ def check_deposits(): ATTEMPT = 1 if CONF.backtrade_only_on_profit: LAST_ORDER = ORDER + # we need the values after the trade + BAL = calculate_balances() do_post_trade_action() ACTION = None else: