_apply_leverage_to_min_stake_amount

This commit is contained in:
Sam Germain
2021-09-12 01:30:26 -06:00
parent 5b84298e03
commit 1344c9f7fc
4 changed files with 5 additions and 24 deletions

View File

@@ -630,7 +630,7 @@ class Exchange:
:param stake_amount: The stake amount for a pair before leverage is considered
:param leverage: The amount of leverage being used on the current trade
"""
return stake_amount
return stake_amount / leverage
# Dry-run methods