mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
exchange._get_maintenance_ratio_and_amount
This commit is contained in:
parent
e91aaa7d64
commit
0b5c2e97b3
|
@ -2012,8 +2012,7 @@ class Exchange:
|
|||
"""
|
||||
:return: The maintenance margin ratio and maintenance amount
|
||||
"""
|
||||
# TODO-lev: return the real amounts
|
||||
return (0, 0.4)
|
||||
raise OperationalException(self.name + ' does not support leverage futures trading')
|
||||
|
||||
def liquidation_price(
|
||||
self,
|
||||
|
|
Loading…
Reference in New Issue
Block a user