update missing "side" argument

This commit is contained in:
Matthias 2022-03-20 09:16:34 +01:00
parent c38f8a0e69
commit de8e869038
1 changed files with 1 additions and 1 deletions

View File

@ -630,7 +630,7 @@ class DigDeeperStrategy(IStrategy):
# This is called when placing the initial order (opening trade)
def custom_stake_amount(self, pair: str, current_time: datetime, current_rate: float,
proposed_stake: float, min_stake: float, max_stake: float,
entry_tag: Optional[str], **kwargs) -> float:
entry_tag: Optional[str], side: str, **kwargs) -> float:
# We need to leave most of the funds for possible further DCA orders
# This also applies to fixed stakes