mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-02 18:13:04 +00:00
Add force_enter optional args and tests
This commit is contained in:
@@ -96,6 +96,10 @@ def test_FtRestClient_call_invalid(caplog):
|
||||
("forcebuy", ["XRP/USDT", 1.5]),
|
||||
("forceenter", ["XRP/USDT", "short"]),
|
||||
("forceenter", ["XRP/USDT", "short", 1.5]),
|
||||
("forceenter", ["XRP/USDT", "short", 1.5, "market"]),
|
||||
("forceenter", ["XRP/USDT", "short", 1.5, "market", 100]),
|
||||
("forceenter", ["XRP/USDT", "short", 1.5, "market", 100, 10.0]),
|
||||
("forceenter", ["XRP/USDT", "short", 1.5, "market", 100, 10.0, "test_force_enter"]),
|
||||
("forceexit", [1]),
|
||||
("forceexit", [1, "limit"]),
|
||||
("forceexit", [1, "limit", 100]),
|
||||
|
||||
Reference in New Issue
Block a user