mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-30 00:53:05 +00:00
Allow backtesting to reuse data
Allow activating / deactivating protections dynamically
This commit is contained in:
@@ -321,6 +321,7 @@ class BacktestRequest(BaseModel):
|
||||
timerange: Optional[str]
|
||||
max_open_trades: Optional[int]
|
||||
stake_amount: Optional[int]
|
||||
enable_protections: bool
|
||||
|
||||
|
||||
class BacktestResponse(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user