stoploss_price_type for gate

This commit is contained in:
Matthias
2023-02-11 13:02:55 +01:00
parent a2759b495b
commit a3b4678ad6
3 changed files with 11 additions and 12 deletions

View File

@@ -1070,9 +1070,9 @@ def test_validate_ordertypes(default_conf, mocker):
# ('okx', 'last', True),
# ('okx', 'mark', True),
# ('okx', 'index', True),
('gate', 'last', False),
('gate', 'mark', False),
('gate', 'index', False),
('gate', 'last', True),
('gate', 'mark', True),
('gate', 'index', True),
])
def test_validate_ordertypes_stop_advanced(default_conf, mocker, exchange_name, stopadv, expected):