update
This commit is contained in:
parent
6ed237a72a
commit
cfaf13c90f
@ -435,6 +435,7 @@ class Telegram(RPCHandler):
|
||||
|
||||
results = self._rpc._rpc_trade_status(trade_ids=trade_ids)
|
||||
position_adjust = self._config.get('position_adjustment_enable', False)
|
||||
max_entries = self._config.get('max_entry_position_adjustment', -1)
|
||||
messages = []
|
||||
for r in results:
|
||||
r['open_date_hum'] = arrow.get(r['open_date']).humanize()
|
||||
|
Loading…
Reference in New Issue
Block a user