Changed stoploss side on some tests

This commit is contained in:
Sam Germain
2021-08-22 23:36:36 -06:00
parent f950f039a8
commit 3a4d247b64
2 changed files with 2 additions and 3 deletions

View File

@@ -50,7 +50,6 @@ class Ftx(Exchange):
Limit orders are defined by having orderPrice set, otherwise a market order is used.
"""
limit_price_pct = order_types.get('stoploss_on_exchange_limit_ratio', 0.99)
limit_rate = stop_price * limit_price_pct