fixed formatting issues
This commit is contained in:
parent
c54259b4c5
commit
27bd30d266
@ -40,4 +40,4 @@ def interest(
|
|||||||
# https://help.ftx.com/hc/en-us/articles/360053007671-Spot-Margin-Trading-Explainer
|
# https://help.ftx.com/hc/en-us/articles/360053007671-Spot-Margin-Trading-Explainer
|
||||||
return borrowed * rate * ceil(hours)/twenty_four
|
return borrowed * rate * ceil(hours)/twenty_four
|
||||||
else:
|
else:
|
||||||
raise OperationalException(f"Leverage not available on {exchange_name} with freqtrade")
|
raise OperationalException(f"Leverage not available on {exchange_name} with freqtrade")
|
||||||
|
Loading…
Reference in New Issue
Block a user