Hi, I have a bunch of active orders , as well as an API firing off some limit orders. I realised that once the orders get above 100 live orders I cannot see the new orders via the mobile app. Previously, if I had say 80 orders - I could immediately see the new API orders come through. Now I cannot. Does anyone know about this issue? Or how to go about fixing it. Thanks.
I don't know about any problems displaying more than 100 outstanding orders, but I do know that the API has a limit of 100 requests per second. So if you are going to send in more than 100 orders, you will have to throttle them.