This wont cause rate limit issues, you can have upto three connections per app and each connection can fetch upto ~3000 instruments.
That being said, I would advice against this, the better way would be to have centralized single connection to the …
bruv, this seems to be a common problem many people are facing.
Couple of things:
- API does not directly tell you which tick is the last tick of that minute.
- So, you need to have your custom condition to check, the naive way is to add some con…