Allow setting the exchange explicitly

This commit is contained in:
Matthias
2023-06-02 10:14:11 +02:00
parent af16ce874c
commit ac046d6a2d
3 changed files with 25 additions and 1 deletions

View File

@@ -432,6 +432,8 @@ class PairListsPayload(BaseModel):
pairlists: List[Dict[str, Any]]
blacklist: List[str]
stake_currency: str
trading_mode: Optional[TradingMode]
exchange: Optional[str]
class FreqAIModelListResponse(BaseModel):