Merge branch 'max-amount' of https://github.com/samgermain/freqtrade into max-amount
This commit is contained in:
commit
cc3cb645f3
@ -1271,8 +1271,7 @@ def test_buy_prod(default_conf, mocker, exchange_name):
|
||||
side="buy",
|
||||
amount=1,
|
||||
rate=200,
|
||||
time_in_force=time_in_force
|
||||
)
|
||||
time_in_force=time_in_force)
|
||||
assert api_mock.create_order.call_args[0][0] == 'ETH/BTC'
|
||||
assert api_mock.create_order.call_args[0][1] == order_type
|
||||
assert api_mock.create_order.call_args[0][2] == 'buy'
|
||||
|
@ -743,7 +743,7 @@ def test_execute_entry(mocker, default_conf_usdt, fee, limit_order,
|
||||
(open_rate - (wallet_balance / position)) / (1 - (mm_ratio + taker_fee_rate))
|
||||
(10 - (2 / 1)) / (1 - (0.01 + 0.0006)) = 8.085708510208207
|
||||
"""
|
||||
# TODO: Parametrize this test
|
||||
# TODO: Split this test into multiple tests to improve readability
|
||||
open_order = limit_order_open[enter_side(is_short)]
|
||||
order = limit_order[enter_side(is_short)]
|
||||
default_conf_usdt['trading_mode'] = trading_mode
|
||||
|
Loading…
Reference in New Issue
Block a user