Add more info on status message

This commit is contained in:
Stefano Ariestasia
2022-01-22 06:54:49 +00:00
parent 3925e8a7e3
commit 05046b9eef
5 changed files with 87 additions and 3 deletions

View File

@@ -903,6 +903,7 @@ def test_to_json(default_conf, fee):
'buy_tag': None,
'timeframe': None,
'exchange': 'binance',
'filled_buys': {}
}
# Simulate dry_run entries
@@ -970,6 +971,7 @@ def test_to_json(default_conf, fee):
'buy_tag': 'buys_signal_001',
'timeframe': None,
'exchange': 'binance',
'filled_buys': {}
}