mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
test_exchange::test_taker_or_maker fixes
This commit is contained in:
parent
86ad5dd02a
commit
10cbb5e67c
|
@ -5005,13 +5005,13 @@ def test_stoploss_contract_size(mocker, default_conf, contract_size, order_amoun
|
||||||
("exit", "same", "limit", "maker"),
|
("exit", "same", "limit", "maker"),
|
||||||
("entry", "other", "limit", "taker"),
|
("entry", "other", "limit", "taker"),
|
||||||
("exit", "other", "limit", "taker"),
|
("exit", "other", "limit", "taker"),
|
||||||
("entry", "same", "market", "maker"),
|
("stoploss", "same", "limit", "taker"),
|
||||||
("exit", "same", "market", "maker"),
|
("stoploss", "other", "limit", "taker"),
|
||||||
|
("entry", "same", "market", "taker"),
|
||||||
|
("exit", "same", "market", "taker"),
|
||||||
("entry", "other", "market", "taker"),
|
("entry", "other", "market", "taker"),
|
||||||
("exit", "other", "market", "taker"),
|
("exit", "other", "market", "taker"),
|
||||||
("stoploss", "same", "limit", "taker"),
|
|
||||||
("stoploss", "same", "market", "taker"),
|
("stoploss", "same", "market", "taker"),
|
||||||
("stoploss", "other", "limit", "taker"),
|
|
||||||
("stoploss", "other", "market", "taker"),
|
("stoploss", "other", "market", "taker"),
|
||||||
])
|
])
|
||||||
def test_taker_or_maker(mocker, default_conf, order_reason, price_side, order_type, taker_or_maker):
|
def test_taker_or_maker(mocker, default_conf, order_reason, price_side, order_type, taker_or_maker):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user