nefertiti
nefertiti copied to clipboard
Limit max open algo orders per market (binance)
Problem: There seems to be a max count of algo orders per market/trandingpair? Solution: For example if you set --algo=3 on buy bot it would only create new orders until there are 3 open sell orders (6 for OCO) if SL is set. Possible problem could be if you also have DCA active that those orders from sell should not get blocked by a new order from buy in this short timeframe. Maybe -algo has to be set on both like --mult.