n1nj4z33 / iqoptionapi

IQ Option API 4.x (Python 2.7) The project is obsolete and is not supported because of problems with access to IQ Options in Russia
119 stars 542 forks source link

Buying Delay and Always need reconnect? #43

Open playsten4096 opened 6 years ago

playsten4096 commented 6 years ago

Buying delay is about 12 seconds it can be deadly for 1 min exp option.

Also when i run my script from command shell and it Buys option ok. But when i run Api connect separately and after run a script with separate buying - it no work. So is there a way to login one time and then be connected and place orders quickly>? HELP Please.

vinydl commented 6 years ago

share your code snipped

redmiix24 commented 6 years ago

while api.timesync.server_datetime.second != 7: print "not yet" if api.timesync.server_datetime.second == 7: api.buy(1, 1, "turbo", "call")