Stake-amount supports unlimited, too

This commit is contained in:
Matthias 2021-01-03 06:46:06 +01:00
parent cff50f9f66
commit 26c3463403
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ class Daily(BaseModel):
class ShowConfig(BaseModel):
dry_run: str
stake_currency: str
stake_amount: float
stake_amount: Union[float, str]
max_open_trades: int
minimal_roi: Dict[str, Any]
stoploss: float