mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-13 03:33: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'],
|
'ticker_interval': config['ticker_interval'],
|
||||||
'exchange': config['exchange']['name'],
|
'exchange': config['exchange']['name'],
|
||||||
'strategy': config['strategy'],
|
'strategy': config['strategy'],
|
||||||
|
'forcebuy_enabled': config.get('forcebuy_enable', False),
|
||||||
'state': str(self._freqtrade.state)
|
'state': str(self._freqtrade.state)
|
||||||
}
|
}
|
||||||
return val
|
return val
|
||||||
|
|
Loading…
Reference in New Issue
Block a user