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

Not able to check the Assets are opened or not in real time. #122

Closed
JafferWilson opened this issue Sep 23, 2019 · 4 comments
Closed

Not able to check the Assets are opened or not in real time. #122

JafferWilson opened this issue Sep 23, 2019 · 4 comments
Labels
FIX already fixed the bug

Comments

@JafferWilson
Copy link

I have found issues using the function for checking the asset open or not
ALL_Asset=I_want_money.get_all_open_time()
You see this image:

image
Binary not available but turbo available
but the api response is:

>>> print(ALL_Asset["binary"]["GBPNZD"]["open"]
... )
True
>>> print(ALL_Asset["turbo"]["GBPNZD"]["open"])
True

Also when I tested for the currency: USD/NOK , turbo not available binary available. I get response from api:

>>> print(ALL_Asset["turbo"]["USDNOK"]["open"])
{}
>>> print(ALL_Asset["binary"]["USDNOK"]["open"])
True

image

Please check this

API version: Version 3.9.2
Python version : Python 3.5.0
OS Version: Windows 10.

@Lu-Yi-Hsun Lu-Yi-Hsun added the TODO will be add or fix something label Oct 13, 2019
@Lu-Yi-Hsun
Copy link
Owner

@JafferWilson i need log file.

@JafferWilson
Copy link
Author

@Lu-Yi-Hsun Hi Lu, thank you for your response.
Let me tell you. I did not get any error or anything in the debugging. It was simply something from the inside. I tried to check the values for the binary option, when they were available and wen they were not.
So I found this bug in the implementation. Please can you check it once on your side. Check it when the option currency is available for 1 minute and when it is not. You will see the same error. Please let me know if anything else to explain.

@Lu-Yi-Hsun
Copy link
Owner

fix

@Lu-Yi-Hsun Lu-Yi-Hsun added FIX already fixed the bug and removed TODO will be add or fix something labels Oct 14, 2019
@JafferWilson
Copy link
Author

I guess it will work. I will test it. But I will close this issue for now. Thank you @Lu-Yi-Hsun .

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

No branches or pull requests

2 participants