Add information about bid and ask strategy to /showconfig

This commit is contained in:
Matthias
2020-06-05 20:31:40 +02:00
parent 5f9994c9ed
commit 8c32d691c7
3 changed files with 7 additions and 1 deletions

View File

@@ -105,6 +105,8 @@ class RPC:
'exchange': config['exchange']['name'],
'strategy': config['strategy'],
'forcebuy_enabled': config.get('forcebuy_enable', False),
'ask_strategy': config.get('ask_strategy', {}),
'bid_strategy': config.get('bid_strategy', {}),
'state': str(self._freqtrade.state)
}
return val