mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
Merge pull request #3290 from freqtrade/show_forcebuy
[minor] Show forcebuy status so it's visible before calling forcebuy.
This commit is contained in:
commit
ed7209f910
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user