So i have some problems for the technical understanding on the following:
It is about bot delay and interval update and how they correlate; in order to use bittrex api right. First of all, i did not found information on how many request/second is alright for bittrex before getting into rate limitation.
*****************************************
So, letīs talk for example about 10 pairs into GB:
- When working on the bot delay value i can see the immediate time change in the log, as GB cycles the pairs through from 1-10. So on here i can somehow control the time table requests going out.
What exactly means "new pair", as stated in the wiki, in that context?
- The second is interval update (default being 25000 = meaning 25 sec.). As stated in wiki it gets prices for all pairs. Does that mean additional 10 request on the api every 25 seconds (default)?
So how does these settings all sum up correct? As by now i am more after the right understanding before going for the trading
Thanks