iqoptionapi icon indicating copy to clipboard operation
iqoptionapi copied to clipboard

-------------6.8.9.1---------------

Open Lu-Yi-Hsun opened this issue 4 years ago • 26 comments

Start new version issus

Lu-Yi-Hsun avatar Mar 22 '20 15:03 Lu-Yi-Hsun

Thank you very much, How to trade account tournament?

chirawan avatar Mar 22 '20 18:03 chirawan

OMG he opened this free api guys!!! unbelievable. From now on, don't just ask for new features. You donate and ask. Everytime I asked him for a new feature I donated. @Lu-Yi-Hsun deserves it.

kkagill avatar Mar 22 '20 22:03 kkagill

I am try get donate from free a month .

If can not get enough donate. I will go back to private version

Lu-Yi-Hsun avatar Mar 23 '20 01:03 Lu-Yi-Hsun

can you make a donate counter? this will help us to know and promote more donations... thanks from brazil

Atenciosamente, Jackson Dias Savitraz.

Em dom., 22 de mar. de 2020 às 22:54, Anson [email protected] escreveu:

I am try get donate from free a month .

If can not get enough donate. I will go back to private version

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Lu-Yi-Hsun/iqoptionapi/issues/208#issuecomment-602321720, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABNIISV5EADI2TWCCU6QOUTRI26O5ANCNFSM4LRKSO6A .

jacksonsavitraz avatar Mar 23 '20 03:03 jacksonsavitraz

Why I get this info : AttributeError: 'IQ_Option' object has no attribute 'api' , how can I fixing it?

tim64195419 avatar Mar 23 '20 09:03 tim64195419

@tim64195419 read the document. You should add connect()

I_want_money=IQ_Option("email","password")
I_want_money.connect()

kkagill avatar Mar 23 '20 20:03 kkagill

@Lu-Yi-Hsun I WILL DONATE THIS MONTH

guilhersantos avatar Mar 23 '20 21:03 guilhersantos

@kkagill thanks, dude

tim64195419 avatar Mar 24 '20 01:03 tim64195419

Very good,

I'm testing here but when i will buy some active the api aways returns

"ERROR:root:warning buy late 30 sec".

matheusbento avatar Mar 25 '20 20:03 matheusbento

Broter how we can send only 1 order at a time now i facing is double order i would like to know ,whether other found or not and how do they solve it.

detritk avatar Mar 26 '20 08:03 detritk

I'm trying to buy binary on IQ option API 5.2 to PRACTICE, but it is not working.

callTx avatar Mar 26 '20 20:03 callTx

Broter how we can send only 1 order at a time now i facing is double order i would like to know ,whether other found or not and how do they solve it.

I agree. Binary buy() sometimes double orders. It should limit 1 order at a time from the api.

kkagill avatar Mar 26 '20 21:03 kkagill

I not find the double buy problem, show me the log or image

Lu-Yi-Hsun avatar Mar 27 '20 02:03 Lu-Yi-Hsun

please see here

[url=https://drive.google.com/file/d/1MIq1rg5gYu2a3as8_ZWvqPv-AJzozicv/view?usp=sharing[/url]

thank you

detritk avatar Mar 27 '20 04:03 detritk

Maybe you call buy twice?

Lu-Yi-Hsun avatar Mar 27 '20 05:03 Lu-Yi-Hsun

Maybe you call buy twice?

sorry and thank Anson and everyone for precious time i know already i really miss reading sample i did copy wongly part of sample .so that why its twice

i love this version its very fast!!!

picture link capture from document

detritk avatar Mar 27 '20 07:03 detritk

@detritk What did you copy, can you provide it please? I need to fix my issue too

kkagill avatar Mar 27 '20 23:03 kkagill

@detritk What did you copy, can you provide it please? I need to fix my issue too just below is ok

from iqoptionapi.stable_api import IQ_Option import logging import time logging.basicConfig(level=logging.DEBUG,format='%(asctime)s %(message)s') I_want_money=IQ_Option("email","pass") goal="EURUSD" print("get candles") print(I_want_money.get_candles(goal,60,111,time.time())) Money=1 ACTIVES="EURUSD" ACTION="call"#or "put" expirations_mode=1

check,id=I_want_money.buy(Money,ACTIVES,ACTION,expirations_mode) if check: print("!buy!") else: print("buy fail")

detritk avatar Mar 28 '20 00:03 detritk

@detritk How come this sample buys twice?

kkagill avatar Mar 28 '20 23:03 kkagill

ERROR:root:buy_digital_spot active error

whats is this error?

NunesV avatar Apr 09 '20 23:04 NunesV

is there any way to buy multiple digital orders just like it is possible to do in binary? I'm trying to use buy_digital_spot, buy calling it twice but I end up getting the same order id for both calls. is there any way to do this? thanks

WMoraes13 avatar Apr 10 '20 00:04 WMoraes13

Please, add in constants this id: 'GBPJPY-OTC':84

WMoraes13 avatar Apr 14 '20 23:04 WMoraes13

ERROR:root:buy_digital_spot active error

whats is this error?

here too error ERROR:root:buy_digital_spot active error what is ?????

fabiodurgante avatar Sep 11 '20 12:09 fabiodurgante

Why I get this info : AttributeError: API.change.balance('PRACTICE') AttributeError: 'IQ_Option' object has no attribute 'change' , how can I fixing it?

Italo90 avatar Nov 12 '20 19:11 Italo90

Sir o just type wrongly replace . with _ will be fine API.change_balance('PRACTICE') see under scroll not dot as below API.change.balance('PRACTICE')

On Fri, Nov 13, 2020 at 2:15 AM Italo Lima [email protected] wrote:

Why I get this info : AttributeError: API.change.balance('PRACTICE') AttributeError: 'IQ_Option' object has no attribute 'change' , how can I fixing it?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Lu-Yi-Hsun/iqoptionapi/issues/208#issuecomment-726283468, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJFQYMMYU3GX6AMOO2JKYWTSPQX5ZANCNFSM4LRKSO6A .

-- Thank you. Best regards. Detrit K.

063 750 8787

detritk avatar Nov 14 '20 03:11 detritk

velas = API.get_candles(par, int(timeframe) * 60, 20, time.time()) File "C:\Python37\lib\site-packages\iqoptionapi-6.8.9.1-py3.7.egg\iqoptionapi\stable_api.py", line 454, in get_candles self.api.candles.candles_data = None AttributeError: 'IQ_Option' object has no attribute 'api'

duber23-20 avatar Dec 22 '23 23:12 duber23-20