Error on buying contract ; You have reached the rate limit for buy
Hi!
I have a python script that subscribes to ticks and then buys a contract for every new tick by making some calculations. I'm subscribed to only one tick at a time and I buy only one contract per tick. When I looked at the rate limits at developers.binary.com/api/#website_status , it says that I can make 1320 requests per minute however whenever I run my script, it gives me RateLimit error at 21st tick. I tried a few times and it fails exactly at the 21st tick. I make 3 requests per tick -> the tick itself, the price proposal and buying the contract. Is there something I am missing?