Show Config should contain stoploss-on-exchange status
This commit is contained in:
@@ -168,6 +168,7 @@ class ShowConfig(BaseModel):
|
||||
max_open_trades: IntOrInf
|
||||
minimal_roi: Dict[str, Any]
|
||||
stoploss: Optional[float]
|
||||
stoploss_on_exchange: bool
|
||||
trailing_stop: Optional[bool]
|
||||
trailing_stop_positive: Optional[float]
|
||||
trailing_stop_positive_offset: Optional[float]
|
||||
|
Reference in New Issue
Block a user