Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to buy into real account using BRL #73

Open
MateusMendesSantana opened this issue Feb 4, 2019 · 8 comments
Open

Failed to buy into real account using BRL #73

MateusMendesSantana opened this issue Feb 4, 2019 · 8 comments

Comments

@MateusMendesSantana
Copy link

MateusMendesSantana commented Feb 4, 2019

When trying to make transactions in real account using the money of my country(BRL), the following error occurs:

check buy_successful time late 60sec

. This is just a suspicion, in the training account the operations happen normally. I think of creating another account with dollar to have confirmation of my suspicion

import random
import time
import json
from iqoptionapi.stable_api import IQ_Option
from datetime import datetime
print("login...")
I_want_money = IQ_Option("-----------", "-----------")
I_want_money.change_balance("REAL")
ACTIVES="EURUSD"
ACTION="call"
expirations_mode=1
force_buy= False
cost=1
optionID = 0
print("")
print("Buying option...")
print("Cost: ${}".format(cost))
optionID = I_want_money.buy(cost,ACTIVES,ACTION,expirations_mode,force_buy)
print(ACTIVES+" - History")
print("--------------------------------")
print("Option ID: {}".format(optionID))
time.sleep(0)
cost=cost+0.01

@MateusMendesSantana
Copy link
Author

my suspicions were confirmed, the api of the mistake in the purchase when operating a currency other than dollar, my solution was to create another account using dollar

@Lu-Yi-Hsun
Copy link
Owner

Lu-Yi-Hsun commented Feb 10, 2019

@MateusMendesSantana thank you find this yes mistake, i will write to the document

This api only support US Dollar ,because i only can test on US Dollar by my account

@Lu-Yi-Hsun Lu-Yi-Hsun added good first issue Good for newcomers and removed good first issue Good for newcomers labels Feb 10, 2019
@warley-oliveira
Copy link

This information is invalid. I can usually buy into real account using BRL. I believe that the account could have some restriction or have won ban

@joaochagas
Copy link

Esta informação é inválida. Normalmente, posso comprar em uma conta real usando BRL. Acredito que a conta possa ter alguma restrição ou ter sido banida

Você consegue comprar normalmente em BRL ? posso conversar contigo ? skype @ejoaochagas. Obrigado

@pythonthailand
Copy link

Sorry i'want to make copy trade. can you me for sample.

@JafferWilson
Copy link

Sorry i'want to make copy trade. can you me for sample.

I have replied you #140 (comment)_
Please take a little effort and you can create wonders.

@milseg
Copy link

milseg commented Dec 31, 2019

@Lu-Yi-Hsun What parts of the source code should developers look to add support for new currencies in other repository branches?

@eumarcodev
Copy link

@Lu-Yi-Hsun What parts of the source code should developers look to add support for new currencies in other repository branches?

my suspicions were confirmed, the api of the mistake in the purchase when operating a currency other than dollar, my solution was to create another account using dollar

To send operations in BRL the minimum price value is 2 BRL, different from the USD which is at least 1 USD. I Test to send binary order in BRL is return sucess to buy and check win is 0k.

bests regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants