Lu-Yi-Hsun / iqoptionapi

IQ Option API
373 stars 289 forks source link

-------------6.8.9.1--------------- #208

Open Lu-Yi-Hsun opened 4 years ago

Lu-Yi-Hsun commented 4 years ago

Start new version issus

chirawan commented 4 years ago

Thank you very much, How to trade account tournament?

kkagill commented 4 years ago

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.

Lu-Yi-Hsun commented 4 years ago

I am try get donate from free a month .

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

jacksonsavitraz commented 4 years ago

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 notifications@github.com 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 .

tim64195419 commented 4 years ago

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

kkagill commented 4 years ago

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

I_want_money=IQ_Option("email","password")
I_want_money.connect()
guilhersantos commented 4 years ago

@Lu-Yi-Hsun I WILL DONATE THIS MONTH

tim64195419 commented 4 years ago

@kkagill thanks, dude

matheusbento commented 4 years ago

Very good,

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

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

detritk commented 4 years ago

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.

callTx commented 4 years ago

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

kkagill commented 4 years ago

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.

Lu-Yi-Hsun commented 4 years ago

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

detritk commented 4 years ago

please see here

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

thank you

Lu-Yi-Hsun commented 4 years ago

Maybe you call buy twice?

detritk commented 4 years ago

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

kkagill commented 4 years ago

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

detritk commented 4 years ago

@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")

kkagill commented 4 years ago

@detritk How come this sample buys twice?

NunesV commented 4 years ago

ERROR:root:buy_digital_spot active error

whats is this error?

WMoraes13 commented 4 years ago

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 commented 4 years ago

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

fabiodurgante commented 4 years ago

ERROR:root:buy_digital_spot active error

whats is this error?

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

Italo90 commented 3 years ago

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

detritk commented 3 years ago

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 notifications@github.com 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

duber23-20 commented 10 months ago

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'