Hi,I'm new to coding, but i'm working on a cryptocurrency bot at the moment, and i'm trying to get it to collect data for x amount of pairs at the same time. I though this was going great, until i noticed that it cannot actually keep up with all the pairs i want to collect at the same time.Since i believe my program only executes 1 "order?" at a time, instead of collecting 50+ at the same time.So my question is:Is it possible to make a function that is given a variable, and this function then repeats over and over again with the variable it was given, and now i want to start 50 more of the same function where each have a different variable and they all run simultaneously?Sorry for my bad explanation, i know what i want the function to do, but i'm really bad at explaining myself.I'm not looking for a 'ready solution' (unless you have one for copy-paste), but i'd at least like a reply which shows me where to go for more info and learn how to do what i need :)Thank you!
Submitted September 13, 2019 at 09:07AM by Tewdis
No comments:
Post a Comment