Changed max_open_trades type to int or inf
This commit is contained in:
@@ -681,3 +681,4 @@ MakerTaker = Literal['maker', 'taker']
|
||||
BidAsk = Literal['bid', 'ask']
|
||||
|
||||
Config = Dict[str, Any]
|
||||
IntOrInf = float
|
||||
|
||||
Reference in New Issue
Block a user