Stake-amount supports unlimited, too
This commit is contained in:
parent
cff50f9f66
commit
26c3463403
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user