Update some initial tests
This commit is contained in:
@@ -266,7 +266,6 @@ def mock_trade_5(fee, is_short: bool):
|
|||||||
exchange='binance',
|
exchange='binance',
|
||||||
strategy='SampleStrategy',
|
strategy='SampleStrategy',
|
||||||
enter_tag='TEST1',
|
enter_tag='TEST1',
|
||||||
stoploss_order_id=f'prod_stoploss_{direc(is_short)}_3455',
|
|
||||||
timeframe=5,
|
timeframe=5,
|
||||||
is_short=is_short,
|
is_short=is_short,
|
||||||
stop_loss_pct=0.10,
|
stop_loss_pct=0.10,
|
||||||
|
|||||||
@@ -282,7 +282,6 @@ def mock_trade_usdt_5(fee, is_short: bool):
|
|||||||
open_rate=2.0,
|
open_rate=2.0,
|
||||||
exchange='binance',
|
exchange='binance',
|
||||||
strategy='SampleStrategy',
|
strategy='SampleStrategy',
|
||||||
stoploss_order_id=f'prod_stoploss_3455_{direc(is_short)}',
|
|
||||||
timeframe=5,
|
timeframe=5,
|
||||||
is_short=is_short,
|
is_short=is_short,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user