Merge pull request #3290 from freqtrade/show_forcebuy

[minor] Show forcebuy status so it's visible before calling forcebuy.
This commit is contained in:
hroff-1902 2020-05-12 15:05:56 +03:00 committed by GitHub
commit ed7209f910
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,6 +104,7 @@ class RPC:
'ticker_interval': config['ticker_interval'],
'exchange': config['exchange']['name'],
'strategy': config['strategy'],
'forcebuy_enabled': config.get('forcebuy_enable', False),
'state': str(self._freqtrade.state)
}
return val