iqoptionapi icon indicating copy to clipboard operation
iqoptionapi copied to clipboard

how can i trade in 2 accounts at the same time?

Open guirms opened this issue 3 years ago • 5 comments

I have a client who ask me if is this possible... I did some tests and I couldn't because the program only enters on the first input request. My question is: Is this possible?

guirms avatar Aug 11 '21 18:08 guirms

i'm having the same issue, did u find a solution?

TheHolsback avatar Dec 07 '21 16:12 TheHolsback

I'm also looking for it. Does anybody know if it is possible? How to do that?

eduardodsn avatar Dec 07 '21 20:12 eduardodsn

Just use Multiprocessing, it worked for me!

TheHolsback avatar Dec 07 '21 21:12 TheHolsback

The problem is that you only can operate 5 connections at time.

rogerarmandochanac avatar Jul 24 '22 20:07 rogerarmandochanac

no, you can have any connections at time. the multiprocessing create like a virtual processor to do the operations

TheHolsback avatar Jul 24 '22 20:07 TheHolsback