-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
Crypto gets timeout #48
Comments
Got something similar. I fixed it in my own script, by querying the first exchange found in intrumentId :
|
@cyrilpawelko I also have a similar problem, I don't know if it relates precisely to that but I wanted to ask you specifically where did you add that code? Did you have to edit anything else? |
@CorsiDanilo |
@cyrilpawelko Could you share it? I wanted to try and fix this too.. |
@CorsiDanilo |
@CorsiDanilo |
@cyrilpawelko thanks it worked! Is it now possible to export all transactions to a file (such as .csv)? I tried with the command:
But apparently the function
|
@CorsiDanilo |
This issue should be fixed in the current master. |
Hi together.
I bought the first time crypto (Ethereum) and at the next run, my script crashed with a timeout. It always gets a timeout if I try: tr.ticker("XF000ETH0019")
It seems like the ticker doesn't get crypto ticker. Does anybody have an idea how to solve this problem?
Cheers
The text was updated successfully, but these errors were encountered: