Show forcebuy status so it's visible before calling forcebuy.

This commit is contained in:
Matthias 2020-05-12 07:20:59 +02:00
parent 1aa1fada6a
commit aa25461e88

View File

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