Aleandro21

Results 8 issues of Aleandro21

When i try to install the requirements.txt, have this error: binary-bot# pip install -r requirements.txt DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020. Please upgrade...

i have this error File "/testapi1/iqoptionbot/patterns/base.py", line 18, in candles if self.api.timesync.server_datetime.second == 0: File "/usr/local/lib/python2.7/dist-packages/iqoptionapi/ws/objects/timesync.py", line 37, in server_datetime return datetime.datetime.fromtimestamp(self.server_timestamp) File "/usr/local/lib/python2.7/dist-packages/iqoptionapi/ws/objects/timesync.py", line 24, in server_timestamp return self.__server_timestamp...

Why don't work ? python test.py get candles Traceback (most recent call last): File "test.py", line 8, in print(I_want_money.get_candles(goal,60,111,time.time())) File "/usr/local/lib/python3.5/dist-packages/iqoptionapi/stable_api.py", line 451, in get_candles self.api.candles.candles_data = None AttributeError: 'IQ_Option'...

Hello i have problem with api and proxie i use this: Iq=IQ_Option("email","password","**ip:port**") Iq.connect()#connect to iqoption but don't work.

saldo = I_want_money.get_balance() File "/usr/local/lib/python3.5/dist-packages/iqoptionapi/stable_api.py", line 374, in get_balance balances_raw=self.get_balances() File "/usr/local/lib/python3.5/dist-packages/iqoptionapi/stable_api.py", line 383, in get_balances self.api.get_balances() File "/usr/local/lib/python3.5/dist-packages/iqoptionapi/ws/chanels/get_balances.py", line 17, in __call__ self.send_websocket_request(self.name, data) File "/usr/local/lib/python3.5/dist-packages/iqoptionapi/ws/chanels/base.py", line 23, in...

How to buy a position on 15 min ( binary no turbo ) ?

hello i have this script, but buy don't work why ?? `import time from iqoptionapi.api import IQOptionAPI api = IQOptionAPI("iqoption.com", “email”, “password”) api.connect() time.sleep(1) api.setactives([1,2]) balance = api.profile.balance #balance =...

i have this error if self.api.timesync.server_datetime.second == 0: File "/usr/local/lib/python2.7/dist-packages/iqoptionapi/ws/objects/timesync.py", line 37, in server_datetime return datetime.datetime.fromtimestamp(self.server_timestamp) File "/usr/local/lib/python2.7/dist-packages/iqoptionapi/ws/objects/timesync.py", line 24, in server_timestamp return self.__server_timestamp / 1000 TypeError: unsupported operand type(s)...