mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-30 09:03:05 +00:00
Allow setting the exchange explicitly
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user