mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-30 09:03:05 +00:00
Add endpoint to fetch market_change data
This commit is contained in:
@@ -558,6 +558,12 @@ class BacktestMetadataUpdate(BaseModel):
|
||||
notes: str = ''
|
||||
|
||||
|
||||
class BacktestMarketChange(BaseModel):
|
||||
columns: List[str]
|
||||
length: int
|
||||
data: List[List[Union[str, float, Any]]]
|
||||
|
||||
|
||||
class SysInfo(BaseModel):
|
||||
cpu_pct: List[float]
|
||||
ram_pct: float
|
||||
|
||||
Reference in New Issue
Block a user