Fix bad open_order_id assignment in test

This commit is contained in:
Matthias 2023-08-24 07:28:55 +02:00
parent e1e90112ba
commit 94864a6ab3

View File

@ -412,7 +412,7 @@ def short_trade(fee):
# close_profit_abs=-0.6925113200000013,
exchange='binance',
is_open=True,
open_order_id='dry_run_exit_short_12345',
open_order_id=None,
strategy='DefaultStrategy',
timeframe=5,
exit_reason='sell_signal',