Update wording to entry/exit

This commit is contained in:
Matthias
2022-02-03 19:11:35 +01:00
parent 326ba46bf8
commit 29879bb415
5 changed files with 36 additions and 29 deletions

View File

@@ -903,8 +903,8 @@ def test_to_json(default_conf, fee):
'buy_tag': None,
'timeframe': None,
'exchange': 'binance',
'filled_buys': [],
'filled_sells': []
'filled_entry_orders': [],
'filled_exit_orders': []
}
# Simulate dry_run entries
@@ -972,8 +972,8 @@ def test_to_json(default_conf, fee):
'buy_tag': 'buys_signal_001',
'timeframe': None,
'exchange': 'binance',
'filled_buys': [],
'filled_sells': []
'filled_entry_orders': [],
'filled_exit_orders': []
}