mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 02:23:05 +00:00
Fix bad open_order_id assignment in test
This commit is contained in:
@@ -412,7 +412,7 @@ def short_trade(fee):
|
|||||||
# close_profit_abs=-0.6925113200000013,
|
# close_profit_abs=-0.6925113200000013,
|
||||||
exchange='binance',
|
exchange='binance',
|
||||||
is_open=True,
|
is_open=True,
|
||||||
open_order_id='dry_run_exit_short_12345',
|
open_order_id=None,
|
||||||
strategy='DefaultStrategy',
|
strategy='DefaultStrategy',
|
||||||
timeframe=5,
|
timeframe=5,
|
||||||
exit_reason='sell_signal',
|
exit_reason='sell_signal',
|
||||||
|
|||||||
Reference in New Issue
Block a user