allow backtest_cache to be provided via backtest API
This commit is contained in:
parent
256fac2a2b
commit
6d9f1fafb7
@ -423,6 +423,7 @@ class BacktestRequest(BaseModel):
|
|||||||
stake_amount: Optional[str]
|
stake_amount: Optional[str]
|
||||||
enable_protections: bool
|
enable_protections: bool
|
||||||
dry_run_wallet: Optional[float]
|
dry_run_wallet: Optional[float]
|
||||||
|
backtest_cache: Optional[str]
|
||||||
freqaimodel: Optional[str]
|
freqaimodel: Optional[str]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user