allow backtest_cache to be provided via backtest API

This commit is contained in:
Matthias 2022-12-20 19:20:39 +01:00
parent 256fac2a2b
commit 6d9f1fafb7
1 changed files with 1 additions and 0 deletions

View File

@ -423,6 +423,7 @@ class BacktestRequest(BaseModel):
stake_amount: Optional[str]
enable_protections: bool
dry_run_wallet: Optional[float]
backtest_cache: Optional[str]
freqaimodel: Optional[str]