Update tests with correct usdt mock trades

This commit is contained in:
Matthias
2022-08-05 07:17:58 +02:00
parent a8541d86fb
commit c6e121ffb4
4 changed files with 54 additions and 54 deletions

View File

@@ -63,7 +63,7 @@ def mock_trade_usdt_1(fee, is_short: bool):
open_rate=10.0,
close_rate=8.0,
close_profit=-0.2,
close_profit_abs=-4.0,
close_profit_abs=-4.09,
exchange='binance',
strategy='SampleStrategy',
open_order_id=f'prod_exit_1_{direc(is_short)}',
@@ -183,7 +183,7 @@ def mock_trade_usdt_3(fee, is_short: bool):
open_rate=1.0,
close_rate=1.1,
close_profit=0.1,
close_profit_abs=9.8425,
close_profit_abs=2.8425,
exchange='binance',
is_open=False,
strategy='StrategyTestV2',