Ivan Adamov
Results
3
comments of
Ivan Adamov
Hello, please help, here is my code: import time from iqoptionapi.api import IQOptionAPI if __name__ == '__main__': api = IQOptionAPI("iqoption.com", "MyUsername", "MyPassword") api.connect() time.sleep(1) api.setactives([1, 2]) api.getcandles(1, 60, 25) time.sleep(1)...
leonardoRampazzo, I tried with python 2.7, but it still doesn't work.
@remarco I reinstalled api and it works now. Thanks :)