Support compounding key

This commit is contained in:
Matthias
2021-02-28 09:56:13 +01:00
parent f96d7dfe6d
commit 06b6726029
2 changed files with 14 additions and 9 deletions

View File

@@ -320,8 +320,9 @@ class BacktestRequest(BaseModel):
timeframe: Optional[str]
timerange: Optional[str]
max_open_trades: Optional[int]
stake_amount: Optional[int]
stake_amount: Optional[Union[float, str]]
enable_protections: bool
dry_run_wallet: Optional[float]
class BacktestResponse(BaseModel):